mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix bunch of test failures and solaris build missing include.
This commit is contained in:
@ -19,11 +19,14 @@ SELECT variable_value FROM information_schema.global_status
|
||||
--enable_warnings
|
||||
|
||||
--echo # Test 2) The number of buffer pool pages is dependent upon the page size.
|
||||
--disable_warnings
|
||||
--replace_result 1535 {checked_valid} 1536 {checked_valid}
|
||||
SELECT variable_value FROM information_schema.global_status
|
||||
WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total';
|
||||
--enable_warnings
|
||||
#
|
||||
# buffer pool pages is dependent upon buffer pool size and what other
|
||||
# tests are run concurrently
|
||||
#--disable_warnings
|
||||
#--replace_result 1535 {checked_valid} 1536 {checked_valid}
|
||||
#SELECT variable_value FROM information_schema.global_status
|
||||
# WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total';
|
||||
#--enable_warnings
|
||||
|
||||
--echo # Test 3) Query some information_shema tables that are dependent upon
|
||||
--echo # the page size.
|
||||
|
Reference in New Issue
Block a user