summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_math.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/func_math.test')
-rw-r--r--mysql-test/main/func_math.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/main/func_math.test b/mysql-test/main/func_math.test
index 1e8e6cfbb70..6d28d99006a 100644
--- a/mysql-test/main/func_math.test
+++ b/mysql-test/main/func_math.test
@@ -2,6 +2,8 @@
# Test of math functions
#
+--source include/default_charset.inc
+
--disable_warnings
drop table if exists t1;
--enable_warnings
@@ -193,7 +195,7 @@ insert into t2 values (16777216,16787215,1),(33554432,33564431,2);
select format(t2.f2-t2.f1+1,0) from t1,t2
where t1.f2 = t2.f3 order by t1.f1;
drop table t1, t2;
-set names default;
+set names latin1;
# Bug 24912 -- misc functions have trouble with unsigned