mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
fixed bug #2342
"Running ANALYZE TABLE on bdb table inside a transaction hangs server thread" 1. added new status HA_ADMIN_REJECT and processing of it in mysql_admin_table 2. got ha_berkley::analyze to return HA_ADMIN_REJECT if there are any transactions with the table..
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#define HA_ADMIN_CORRUPT -3
|
||||
#define HA_ADMIN_INTERNAL_ERROR -4
|
||||
#define HA_ADMIN_INVALID -5
|
||||
#define HA_ADMIN_REJECT -6
|
||||
|
||||
/* Bits in table_flags() to show what database can do */
|
||||
#define HA_READ_RND_SAME 1 /* Read RND-record to KEY-record
|
||||
|
||||
Reference in New Issue
Block a user