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

changed for AUTO_VALUE_ON_ZERO

This commit is contained in:
vva@eagle.mysql.r18.ru
2003-07-28 10:57:46 -04:00
parent 99aa453f37
commit 406b8ba21e
7 changed files with 111 additions and 29 deletions

View File

@ -116,7 +116,7 @@ struct st_table {
my_bool crashed;
my_bool is_view;
my_bool no_keyread;
my_bool auto_increment_field_is_null;
my_bool auto_increment_field_not_null;
Field *next_number_field, /* Set if next_number is activated */
*found_next_number_field, /* Set on open */
*rowid_field;