diff options
author | lars/lthalmann@mysql.com/dl145h.mysql.com <> | 2007-03-31 12:36:50 +0200 |
---|---|---|
committer | lars/lthalmann@mysql.com/dl145h.mysql.com <> | 2007-03-31 12:36:50 +0200 |
commit | cec17aa0ba1ff3252efaadc0e52ee3a90eba37cd (patch) | |
tree | 76754b54bbb7ab35d9cb84592a5ff63cb6e19a0a /sql/table.h | |
parent | 9c6dc8c853b18f2736abb2e4820155cc22b14655 (diff) | |
parent | dd7e39f44170485c829badbcdbfe522bae0b0920 (diff) | |
download | mariadb-git-cec17aa0ba1ff3252efaadc0e52ee3a90eba37cd.tar.gz |
Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rpl
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.0-merge
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 5fc73b22d2d..61232a39f0e 100644 --- a/sql/table.h +++ b/sql/table.h @@ -274,6 +274,11 @@ struct st_table { my_bool no_cache; /* To signal that we should reset query_id for tables and cols */ my_bool clear_query_id; + /* + To indicate that a non-null value of the auto_increment field + was provided by the user or retrieved from the current record. + Used only in the MODE_NO_AUTO_VALUE_ON_ZERO mode. + */ my_bool auto_increment_field_not_null; my_bool insert_or_update; /* Can be used by the handler */ my_bool alias_name_used; /* true if table_name is alias */ |