diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2013-12-20 09:14:56 -0500 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2013-12-20 09:14:56 -0500 |
commit | 6e3e7fb5fcda1fccdc7085ca01bd45b9524c267a (patch) | |
tree | 6161effb4dac8d2204ffa2c01c155c09a0c5c726 /storage | |
parent | 8bcf6c53792294dfd16688403349a855777ce0a1 (diff) | |
download | mariadb-git-6e3e7fb5fcda1fccdc7085ca01bd45b9524c267a.tar.gz |
register the tokudb_alter_print_error variable
Diffstat (limited to 'storage')
-rw-r--r-- | storage/tokudb/hatoku_hton.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/tokudb/hatoku_hton.cc b/storage/tokudb/hatoku_hton.cc index 49419153975..da744aa292c 100644 --- a/storage/tokudb/hatoku_hton.cc +++ b/storage/tokudb/hatoku_hton.cc @@ -1240,6 +1240,7 @@ static struct st_mysql_sys_var *tokudb_system_variables[] = { MYSQL_SYSVAR(load_save_space), MYSQL_SYSVAR(disable_slow_alter), MYSQL_SYSVAR(disable_hot_alter), + MYSQL_SYSVAR(alter_print_error), MYSQL_SYSVAR(create_index_online), MYSQL_SYSVAR(disable_prefetching), MYSQL_SYSVAR(version), |