diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-04-10 19:32:14 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-04-10 19:32:14 +0200 |
commit | a73676b2e600d32f45e0181237c31e91df1483b4 (patch) | |
tree | 751ffd38f028e2975eb212a16e331195a1ebe7c0 /storage/innobase/include/buf0buf.ic | |
parent | 24341cb6cb8614f6b282ca05cfa3b8474743b5ed (diff) | |
parent | 135f203d28910621a4720b5d71a5513f5882523b (diff) | |
download | mariadb-git-a73676b2e600d32f45e0181237c31e91df1483b4.tar.gz |
Merge branch '10.1' into bb-10.1-serg
Diffstat (limited to 'storage/innobase/include/buf0buf.ic')
-rw-r--r-- | storage/innobase/include/buf0buf.ic | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/innobase/include/buf0buf.ic b/storage/innobase/include/buf0buf.ic index 2cd27597116..7b90ecb947d 100644 --- a/storage/innobase/include/buf0buf.ic +++ b/storage/innobase/include/buf0buf.ic @@ -275,13 +275,6 @@ buf_page_set_state( } #endif /* UNIV_DEBUG */ bpage->state = state; -#ifdef UNIV_DEBUG - if( buf_page_get_state(bpage) != state) { - fprintf(stderr, "InnoDB: Error: Requested state %d current state %d old_state %d\n", - state, buf_page_get_state(bpage), old_state); - } -#endif - ut_ad(buf_page_get_state(bpage) == state); } /*********************************************************************//** |