diff options
author | Brian Cully <bjc@kublai.com> | 2008-03-02 00:41:37 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2008-03-02 00:41:37 -0500 |
commit | a8010bd7a28a8379490d40e1cf34d18ea9ff3571 (patch) | |
tree | 0d86c10e6f656c0352107216dbcfd476073d3f46 | |
parent | 3499d3f54e7ae753cc42769dcc945a4ba1aa23a5 (diff) | |
download | mysqlerl-a8010bd7a28a8379490d40e1cf34d18ea9ff3571.tar.gz mysqlerl-a8010bd7a28a8379490d40e1cf34d18ea9ff3571.zip |
Remove describe_table.
-rw-r--r-- | src/mysqlerl.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl index d378a52..3ec553d 100644 --- a/src/mysqlerl.hrl +++ b/src/mysqlerl.hrl @@ -8,4 +8,3 @@ -record(sql_prev, {}). -record(sql_commit, {}). -record(sql_rollback, {}). --record(sql_describe_table, {table}). |