diff options
author | Oleksandr Byelkin <sanja@askmonty.org> | 2015-04-12 20:41:28 +1000 |
---|---|---|
committer | Daniel Black <grooverdan@users.sourceforge.net> | 2015-04-12 20:41:28 +1000 |
commit | c8dbef22add27eb6cc737b12eb80b968663d34bb (patch) | |
tree | 07bf65480972ccbf76bb058d92695da5de74e126 /sql/sql_table.cc | |
parent | e5191dd11beaec44230f97ec1402439ffd27333b (diff) | |
download | mariadb-git-c8dbef22add27eb6cc737b12eb80b968663d34bb.tar.gz |
MDEV-6916 REPAIR VIEW / mysql migration
from: r4407
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 477ecf4a350..39e8e0d0d55 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -28,7 +28,7 @@ #include "sql_base.h" // open_table_uncached, lock_table_names #include "lock.h" // mysql_unlock_tables #include "strfunc.h" // find_type2, find_set -#include "sql_view.h" // view_checksum +#include "sql_view.h" // view_check #include "sql_truncate.h" // regenerate_locked_table #include "sql_partition.h" // mem_alloc_error, // generate_partition_syntax, |