diff options
author | Andrei Elkin <andrei.elkin@mariadb.com> | 2019-02-07 17:12:49 +0200 |
---|---|---|
committer | Andrei Elkin <andrei.elkin@mariadb.com> | 2019-02-07 17:12:49 +0200 |
commit | 69e552279c9a079e06a8a404c1223cb142878353 (patch) | |
tree | 3dc06b0ceff22ee35417c4ced50a5d4ad9666ac9 /sql/partition_info.cc | |
parent | 1efc19904aab326416cdadd00bc9e604bdb79df6 (diff) | |
download | mariadb-git-69e552279c9a079e06a8a404c1223cb142878353.tar.gz |
merge fixes: sql_table.cc and partition_info.cc (caused by ef4ccb6ce2fd3) done
Diffstat (limited to 'sql/partition_info.cc')
-rw-r--r-- | sql/partition_info.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/partition_info.cc b/sql/partition_info.cc index 0ac4014a669..2f021d6118c 100644 --- a/sql/partition_info.cc +++ b/sql/partition_info.cc @@ -878,7 +878,7 @@ void partition_info::vers_set_hist_part(THD *thd) return; warn: my_error(WARN_VERS_PART_FULL, MYF(ME_WARNING|ME_ERROR_LOG), - table->s->db.str, table->s->error_table_name(), + table->s->db.str, table->s->table_name.str, vers_info->hist_part->partition_name); } |