diff options
author | unknown <timour@askmonty.org> | 2012-12-13 22:56:03 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2012-12-13 22:56:03 +0200 |
commit | 6e8c4d696a60d34043ca2d1c272fda656955f393 (patch) | |
tree | 0bbe18bcb8ec3798793de5b8bf999e5fe061ddd5 /sql/sql_base.h | |
parent | 69a7b04add1d8102b9f5add88ae691d8b04727bc (diff) | |
download | mariadb-git-6e8c4d696a60d34043ca2d1c272fda656955f393.tar.gz |
MDEV-452 Add full support for auto-initialized/updated timestamp and datetime
Post-review changes according to Monty's review from 28/11/2012.
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r-- | sql/sql_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h index fbe905375bb..2d9cfa25131 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -304,7 +304,6 @@ TABLE *find_table_for_mdl_upgrade(THD *thd, const char *db, void mark_tmp_table_for_reuse(TABLE *table); bool check_if_table_exists(THD *thd, TABLE_LIST *table, bool *exists); int update_virtual_fields(THD *thd, TABLE *table, bool ignore_stored= FALSE); -int update_default_fields(TABLE *table); int dynamic_column_error_message(enum_dyncol_func_result rc); extern TABLE *unused_tables; |