mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge pull request #250 from sensssz/10.1-vats
A few fixes for VATS in 10.1
This commit is contained in:
commit
ea0ae42d83
12 changed files with 707 additions and 266 deletions
|
|
@ -1553,7 +1553,7 @@ thd_is_replication_slave_thread(
|
|||
/*============================*/
|
||||
THD* thd) /*!< in: thread handle */
|
||||
{
|
||||
return((ibool) thd_slave_thread(thd));
|
||||
return thd && ((ibool) thd_slave_thread(thd));
|
||||
}
|
||||
|
||||
/******************************************************************//**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue