1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fixed bug 663 and WL 1052 (sql_mode is safe for mysqldump)

This commit is contained in:
unknown
2003-07-22 18:58:30 -04:00
parent cd3e15a6f9
commit 38aa6d1c15
10 changed files with 71 additions and 3 deletions

View File

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