diff options
author | unknown <serg@serg.mysql.com> | 2003-03-02 01:52:02 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-02 01:52:02 +0100 |
commit | 85cdcb2f2c5c4167504cefdc306492c9013334aa (patch) | |
tree | 6a0432183b17998d8ffb6c0db7fe2ae56db83cca /include | |
parent | a6e0ed191303735c7f82f8c54ea6f1b538bd39f9 (diff) | |
parent | 0066207079e5be3061d97db537195196bb793dd9 (diff) | |
download | mariadb-git-85cdcb2f2c5c4167504cefdc306492c9013334aa.tar.gz |
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'include')
-rw-r--r-- | include/myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index 94b5d23bba6..def8b492681 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -100,6 +100,7 @@ typedef struct st_mi_create_info ulong raid_chunksize; uint old_options; uint8 language; + my_bool with_auto_increment; } MI_CREATE_INFO; struct st_myisam_info; /* For referense */ |