mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
1bc3899a52
12 changed files with 473 additions and 1561 deletions
|
|
@ -85,6 +85,7 @@ bool check_identifier_name(LEX_STRING *str, uint max_char_length,
|
|||
uint err_code, const char *param_for_err_msg);
|
||||
bool mysql_test_parse_for_slave(THD *thd,char *inBuf,uint length);
|
||||
bool sqlcom_can_generate_row_events(const THD *thd);
|
||||
bool stmt_causes_implicit_commit(THD *thd, uint mask);
|
||||
bool is_update_query(enum enum_sql_command command);
|
||||
bool is_log_table_write_query(enum enum_sql_command command);
|
||||
bool alloc_query(THD *thd, const char *packet, uint packet_length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue