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 | a2cc82182bbebb24a75e2d54d5361b3932416b9c (patch) | |
tree | 6a0432183b17998d8ffb6c0db7fe2ae56db83cca /include | |
parent | 14ea63cd1bfb3b2ebc95bd93d2b6373689e45604 (diff) | |
parent | 6a933b2e08037a4fb17ea98abf00d0990cef22ae (diff) | |
download | mariadb-git-a2cc82182bbebb24a75e2d54d5361b3932416b9c.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 */ |