summaryrefslogtreecommitdiff
path: root/sql/structs.h
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-02-20 13:07:32 +0300
committerAlexander Nozdrin <alik@sun.com>2010-02-20 13:07:32 +0300
commit7c10a8981ce3f5eff59e0f3a73e4f0ad176f8c90 (patch)
treec7e57caf2dddf80f1b45617e4a1bac400e4e880a /sql/structs.h
parent7ba05466208a5d32d7518152a84754892cf435e9 (diff)
downloadmariadb-git-7c10a8981ce3f5eff59e0f3a73e4f0ad176f8c90.tar.gz
Patch for WL#3736: Extended Table, Column and Index Comments.
The task is to (a) add a comment on indexes and (b) increase the maximum length of column, table and the new index comments. The patch committed on behalf of Yoshinori Matsunobu (Yoshinori.Matsunobu@Sun.COM).
Diffstat (limited to 'sql/structs.h')
-rw-r--r--sql/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/structs.h b/sql/structs.h
index 041a6809804..6d2cf54d693 100644
--- a/sql/structs.h
+++ b/sql/structs.h
@@ -102,6 +102,7 @@ typedef struct st_key {
int bdb_return_if_eq;
} handler;
TABLE *table;
+ LEX_STRING comment;
} KEY;