diff options
author | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2020-07-27 13:34:37 +0200 |
---|---|---|
committer | Julius Goryavsky <julius.goryavsky@mariadb.com> | 2020-07-27 13:34:37 +0200 |
commit | 4fae3c56b6a9d26e53570fc2468291d92a3c2a5b (patch) | |
tree | 4057805a880d550fea7a0e6f758b93e0de1855b9 /sql/table.h | |
parent | 6898eae7f8ef3f0b773687c0308520f072da0bc9 (diff) | |
download | mariadb-git-10.2-sysprg-MDEV-21910.tar.gz |
MDEV-21910: merge reworked 10.4-MDEV-21910 patch into 10.210.2-sysprg-MDEV-21910
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index f3a7f278604..ff8f7d9a692 100644 --- a/sql/table.h +++ b/sql/table.h @@ -17,6 +17,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */ #include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */ +#include "my_cpu.h" #include "sql_plist.h" #include "sql_list.h" /* Sql_alloc */ #include "mdl.h" @@ -610,7 +611,7 @@ class TABLE_STATISTICS_CB return true; if (expected == READY) return false; - (void) LF_BACKOFF; + (void) LF_BACKOFF(); } } |