summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
diff options
context:
space:
mode:
authorkostja@bodhi.(none) <>2007-07-17 00:59:21 +0400
committerkostja@bodhi.(none) <>2007-07-17 00:59:21 +0400
commitb8fc731804f53a2bab0d19793601dfc35364b8e0 (patch)
treee0400520a14ef29677d3e67d0a2c043f43631766 /sql/sql_show.h
parentc8a651bb41e870c462beaf6e8f3ac81a53410347 (diff)
downloadmariadb-git-b8fc731804f53a2bab0d19793601dfc35364b8e0.tar.gz
Post-merge fixes (merge from the main).
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r--sql/sql_show.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h
index d5c3f3bf675..57004323ca9 100644
--- a/sql/sql_show.h
+++ b/sql/sql_show.h
@@ -20,9 +20,8 @@
class String;
class THD;
struct st_ha_create_information;
-struct st_table_list;
typedef st_ha_create_information HA_CREATE_INFO;
-typedef st_table_list TABLE_LIST;
+struct TABLE_LIST;
enum find_files_result {
FIND_FILES_OK,