Skip to content

Commit 9e58881

Browse files
committed
Bug#35610653 Remove 32-bit artefacts from the test suite
Post-push fix: add --source include/have_64bit_ulong.inc to tests that were previously skipped on Windows. Change-Id: I71356200dd7ce48eae7d0fc97952467a3d71f21c
1 parent 9ba4447 commit 9e58881

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

mysql-test/suite/sys_vars/t/innodb_buffer_pool_load_abort_basic.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Basic test for innodb_buffer_pool_load_abort
33
#
4-
4+
--source include/have_64bit_ulong.inc
55

66
# Check the default value
77
SET @orig = @@global.innodb_buffer_pool_load_abort;

mysql-test/suite/sys_vars/t/max_seeks_for_key_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# #
2828
#################################################################################
2929

30+
--source include/have_64bit_ulong.inc
3031
--source include/load_sysvars.inc
3132

3233
#################################################################

mysql-test/suite/sys_vars/t/max_write_lock_count_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# #
2828
#################################################################################
2929

30+
--source include/have_64bit_ulong.inc
3031
--source include/load_sysvars.inc
3132

3233
##########################################

mysql-test/suite/sys_vars/t/myisam_max_sort_file_size_basic.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# #
2727
##################################################################################
2828

29+
--source include/have_64bit_ulong.inc
2930
--source include/load_sysvars.inc
3031

3132
###################################################################

0 commit comments

Comments
 (0)