mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Added DDL_options_st *thd_ddl_options(const MYSQL_THD thd)
This is used by InnoDB to detect if CREATE...SELECT is used Other things: - Changed InnoDB to use thd_ddl_options() - Removed lock checking code for create...select (Approved by Marko)
This commit is contained in:
@@ -608,6 +608,8 @@ int thd_in_lock_tables(const THD* thd);
|
||||
int thd_tablespace_op(const THD* thd);
|
||||
long long thd_test_options(const THD* thd, long long test_options);
|
||||
int thd_sql_command(const THD* thd);
|
||||
struct DDL_options_st;
|
||||
struct DDL_options_st *thd_ddl_options(const THD* thd);
|
||||
void thd_storage_lock_wait(THD* thd, long long value);
|
||||
int thd_tx_isolation(const THD* thd);
|
||||
int thd_tx_is_read_only(const THD* thd);
|
||||
|
Reference in New Issue
Block a user