mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
VIEW support for CHECK TABLE command (WL#1984)
mysql-test/r/view.result: test of CHECK TABLE for VIEW mysql-test/t/view.test: test of CHECK TABLE for VIEW sql/handler.h: new check message sql/sql_table.cc: view support for admin table sql/sql_view.cc: check of view MD5 added sql/sql_view.h: check of view MD5 added
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#define HA_ADMIN_INVALID -5
|
||||
#define HA_ADMIN_REJECT -6
|
||||
#define HA_ADMIN_TRY_ALTER -7
|
||||
#define HA_ADMIN_WRONG_CHECKSUM -8
|
||||
|
||||
/* Bits in table_flags() to show what database can do */
|
||||
#define HA_READ_RND_SAME (1 << 0) /* can switch index during the scan
|
||||
|
||||
Reference in New Issue
Block a user