summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc')
-rw-r--r--mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc b/mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc
index 0bca30b1dc3..5ba969fe4cb 100644
--- a/mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc
+++ b/mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc
@@ -2,7 +2,7 @@
#
# columns in INFORMATION_SCHEMA with VARCHAR(4096) on Linux and Intel or AMD
-# processor are shown as VARCHAR(512) on Windows, VARCHAR(1023) on AIX and HPUX,
+# processor are shown as VARCHAR(512) on Windows, VARCHAR(1023) on AIX and HPUX,
# VARCHAR(1024) on Solaris10, ... see below and in bug #12777 for details.
# So we need to replace the output for these systems. There may be other still
# not tested / detected systems.
@@ -10,10 +10,10 @@
# Setting the variables used below has been moved to the beginning of the datadict
# tests to "suite/funcs_1/datadict/datadict_load.inc".
#
-# SELECT character_maximum_length INTO @CML
-# FROM information_schema.columns
-# WHERE table_schema = 'information_schema'
-# AND table_name = 'columns'
+# SELECT character_maximum_length INTO @CML
+# FROM information_schema.columns
+# WHERE table_schema = 'information_schema'
+# AND table_name = 'columns'
# AND column_name = 'table_catalog';
# this enables the --replace_result only if needed, using this we never replace
@@ -31,7 +31,7 @@ if ($bug_12777_0512)
--replace_result 512 4096 1536 12288
}
-# aix52, aix52-64bit, hp3750, hp3750-64bit, hpux11, hpux11-64bit,
+# aix52, aix52-64bit, hp3750, hp3750-64bit, hpux11, hpux11-64bit,
if ($bug_12777_1023)
{
# nnnn 3*n