summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_zip/include/innodb_load_data.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb_zip/include/innodb_load_data.inc')
-rw-r--r--mysql-test/suite/innodb_zip/include/innodb_load_data.inc18
1 files changed, 9 insertions, 9 deletions
diff --git a/mysql-test/suite/innodb_zip/include/innodb_load_data.inc b/mysql-test/suite/innodb_zip/include/innodb_load_data.inc
index 1bcb30131ac..88bd67ee320 100644
--- a/mysql-test/suite/innodb_zip/include/innodb_load_data.inc
+++ b/mysql-test/suite/innodb_zip/include/innodb_load_data.inc
@@ -1,14 +1,14 @@
--echo # Load the data
-SET @col_1 = repeat('a', 100);
-SET @col_2 = repeat('b', 100);
-SET @col_3 = repeat('c', 100);
-SET @col_4 = repeat('d', 100);
-SET @col_5 = repeat('e', 100);
-SET @col_6 = repeat('f', 100);
-SET @col_7 = repeat('g', 100);
-SET @col_8 = repeat('h', 100);
-SET @col_9 = repeat('i', 100);
+SET @col_1 = repeat('a', 67);
+SET @col_2 = repeat('b', 67);
+SET @col_3 = repeat('c', 67);
+SET @col_4 = repeat('d', 67);
+SET @col_5 = repeat('e', 67);
+SET @col_6 = repeat('f', 67);
+SET @col_7 = repeat('g', 67);
+SET @col_8 = repeat('h', 67);
+SET @col_9 = repeat('i', 67);
while ($i) {