mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.2
This commit is contained in:
@@ -30,8 +30,10 @@ ENGINE=INNODB;
|
||||
SELECT PAGE_NUMBER FROM information_schema.innodb_buffer_page_lru
|
||||
WHERE table_name = '`test`.`ib_bp_test`';
|
||||
|
||||
--disable_cursor_protocol
|
||||
SELECT SPACE INTO @space FROM information_schema.innodb_buffer_page_lru
|
||||
WHERE table_name = '`test`.`ib_bp_test`' AND PAGE_NUMBER=3;
|
||||
--enable_cursor_protocol
|
||||
|
||||
let SPACE=`SELECT @space`;
|
||||
|
||||
|
Reference in New Issue
Block a user