diff options
author | unknown <serg@serg.mysql.com> | 2003-03-02 01:48:57 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-03-02 01:48:57 +0100 |
commit | 6a933b2e08037a4fb17ea98abf00d0990cef22ae (patch) | |
tree | d6b07c3fd5fd4967ed72aa58fae16480e0049cfd /include/myisam.h | |
parent | e0ba590fc9f40739b4268366d6a370ac47f25656 (diff) | |
download | mariadb-git-6a933b2e08037a4fb17ea98abf00d0990cef22ae.tar.gz |
fix auto-increment in sub-key and insert ... select
Diffstat (limited to 'include/myisam.h')
-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 */ |