mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -1805,6 +1805,12 @@ handlerton *ha_default_tmp_handlerton(THD *thd);
|
||||
*/
|
||||
#define HTON_TRANSACTIONAL_AND_NON_TRANSACTIONAL (1 << 17)
|
||||
|
||||
/*
|
||||
Table requires and close and reopen after truncate
|
||||
If the handler has HTON_CAN_RECREATE, this flag is not used
|
||||
*/
|
||||
#define HTON_REQUIRES_CLOSE_AFTER_TRUNCATE (1 << 18)
|
||||
|
||||
class Ha_trx_info;
|
||||
|
||||
struct THD_TRANS
|
||||
|
Reference in New Issue
Block a user