1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix auto-increment in sub-key and insert ... select

This commit is contained in:
unknown
2003-03-02 01:48:57 +01:00
parent e0ba590fc9
commit 6a933b2e08
6 changed files with 26 additions and 6 deletions

View File

@ -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 */