diff options
author | unknown <mikron@c-9b0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-02-08 15:14:15 +0100 |
---|---|---|
committer | unknown <mikron@c-9b0be253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-02-08 15:14:15 +0100 |
commit | 910bf3808a63693b6671db948a790297817968c4 (patch) | |
tree | 651d275026cab40d35f7907251ecb69283e89348 /sql/mysqld.cc | |
parent | e09fb5ceaa6761563675bc72d053a03e48ebf3c4 (diff) | |
download | mariadb-git-910bf3808a63693b6671db948a790297817968c4.tar.gz |
WL 2826: Error handling for ALTER TABLE for partitioning
Most of the code for handling the table log is in place now, except
the action part at recovery and proper error handling in some places.
sql/mysql_priv.h:
Removed internal methods from external table log interface
Added and changed interface
sql/mysqld.cc:
Added call to execute table log recovery
sql/sql_table.cc:
Most of the code for handling the table log is in place now, except
the action part at recovery and proper error handling in some places.
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index f5b93e6a5e5..7f7cf957477 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -3676,7 +3676,7 @@ we force server id to 2, but this MySQL server will not act as a slave."); unireg_abort(1); } } - + execute_table_log_recovery(); init_events(); create_shutdown_thread(); |