1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

This commit is contained in:
serg@serg.mysql.com
2003-03-02 01:48:57 +01:00
parent 5878878717
commit be580475be
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 */