mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Merge marko@build.mysql.com:/home/bk/mysql-4.0
into hundin.mysql.fi:/home/marko/j/mysql-4.0
This commit is contained in:
commit
a5d016ecb4
1 changed files with 4 additions and 3 deletions
|
@ -1036,11 +1036,12 @@ sync_thread_add_level(
|
|||
} else if (level == SYNC_DICT_HEADER) {
|
||||
ut_a(sync_thread_levels_g(array, SYNC_DICT_HEADER));
|
||||
} else if (level == SYNC_DICT) {
|
||||
ut_a(
|
||||
#ifdef UNIV_DEBUG
|
||||
buf_debug_prints ||
|
||||
#endif /* UNIV_DEBUG */
|
||||
ut_a(buf_debug_prints ||
|
||||
sync_thread_levels_g(array, SYNC_DICT));
|
||||
#else /* UNIV_DEBUG */
|
||||
ut_a(sync_thread_levels_g(array, SYNC_DICT));
|
||||
#endif /* UNIV_DEBUG */
|
||||
} else {
|
||||
ut_error;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue