mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
select.result, select.test:
Test case for bug#10977 altered to make it work in both plain and ps-protocol modes.
This commit is contained in:
parent
51a636293e
commit
b0b1fe3bd8
2 changed files with 6 additions and 4 deletions
|
@ -3398,8 +3398,9 @@ drop table t1,t2;
|
|||
SELECT 0.9888889889 * 1.011111411911;
|
||||
0.9888889889 * 1.011111411911
|
||||
0.9998769417899202067879
|
||||
select 1 as ' a ';
|
||||
a
|
||||
1
|
||||
prepare stmt from 'select 1 as " a "';
|
||||
Warnings:
|
||||
Warning 1466 Leading spaces are removed from name ' a '
|
||||
execute stmt;
|
||||
a
|
||||
1
|
||||
|
|
|
@ -2910,4 +2910,5 @@ SELECT 0.9888889889 * 1.011111411911;
|
|||
#
|
||||
# Bug #10977: No warning issued if a column name is truncated
|
||||
#
|
||||
select 1 as ' a ';
|
||||
prepare stmt from 'select 1 as " a "';
|
||||
execute stmt;
|
||||
|
|
Loading…
Add table
Reference in a new issue