mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Manual merge from mysql-trunk-merge.
Conflicts: - include/my_no_pthread.h - mysql-test/r/sp-ucs2.result - sql/log.cc - sql/sql_acl.cc - sql/sql_yacc.yy
This commit is contained in:
commit
5f0c09dd72
108 changed files with 3402 additions and 1155 deletions
|
|
@ -322,7 +322,7 @@ public:
|
|||
void close_temporary_tables();
|
||||
|
||||
/* Check if UNTIL condition is satisfied. See slave.cc for more. */
|
||||
bool is_until_satisfied(my_off_t master_beg_pos);
|
||||
bool is_until_satisfied(THD *thd, Log_event *ev);
|
||||
inline ulonglong until_pos()
|
||||
{
|
||||
return ((until_condition == UNTIL_MASTER_POS) ? group_master_log_pos :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue