mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into rurik.mysql.com:/home/igor/mysql-5.0-opt
This commit is contained in:
@ -3398,3 +3398,8 @@ drop table t1,t2;
|
||||
SELECT 0.9888889889 * 1.011111411911;
|
||||
0.9888889889 * 1.011111411911
|
||||
0.9998769417899202067879
|
||||
select 1 as ' a ';
|
||||
a
|
||||
1
|
||||
Warnings:
|
||||
Warning 1466 Leading spaces are removed from name ' a '
|
||||
|
@ -2906,3 +2906,8 @@ drop table t1,t2;
|
||||
# Bug #20569: Garbage in DECIMAL results from some mathematical functions
|
||||
#
|
||||
SELECT 0.9888889889 * 1.011111411911;
|
||||
|
||||
#
|
||||
# Bug #10977: No warning issued if a column name is truncated
|
||||
#
|
||||
select 1 as ' a ';
|
||||
|
Reference in New Issue
Block a user