summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-05-21 21:58:12 +0300
committerunknown <bell@sanja.is.com.ua>2003-05-21 21:58:12 +0300
commitb76adc62fbccc85f08563bffc5e2d91b21adf1d0 (patch)
tree29a6ba331f56b1b1c573f2d0def8ee9e5d7aaf2a
parent87a9e90fd0042ee06bea16e46cc7353043936b99 (diff)
downloadmariadb-git-b76adc62fbccc85f08563bffc5e2d91b21adf1d0.tar.gz
repair_part2 is made repeatable
-rw-r--r--mysql-test/mysql-test-run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh
index 7ce6ffe14af..65f40c5dc73 100644
--- a/mysql-test/mysql-test-run.sh
+++ b/mysql-test/mysql-test-run.sh
@@ -19,6 +19,8 @@ TZ=GMT-3; export TZ # for UNIX_TIMESTAMP tests to work
# Program Definitions
#--
+LC_COLLATE=C
+export LC_COLLATE
PATH=/bin:/usr/bin:/usr/local/bin:/usr/bsd:/usr/X11R6/bin:/usr/openwin/bin:/usr/bin/X11:$PATH
MASTER_40_ARGS="--rpl-recovery-rank=1 --init-rpl-role=master"