summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test')
-rw-r--r--mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test b/mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test
index 6f1a50cf64e..48016056886 100644
--- a/mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test
+++ b/mysql-test/suite/sys_vars/t/myisam_data_pointer_size_func.test
@@ -29,15 +29,11 @@ call mtr.add_suppression("The table 't1' is full");
SET @start_value= @@global.myisam_data_pointer_size;
SET @@global.myisam_data_pointer_size = 2;
# con1 will be default connection from now on
---echo 'connect (con1,localhost,root,,,,)'
connect (con1,localhost,root,,,,);
---echo 'connection con1'
connection con1;
SELECT @@global.myisam_data_pointer_size;
SET @@global.myisam_data_pointer_size = 3;
---echo 'connect (con2,localhost,root,,,,)'
connect (con2,localhost,root,,,,);
---echo 'connection con2'
connection con2;
SELECT @@global.myisam_data_pointer_size;
disconnect con2;
@@ -48,7 +44,6 @@ disconnect con2;
# Begin the functionality Testing of myisam_data_pointer_size #
#################################################################
---echo 'connection con1'
connection con1;
#===========================================================