mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Use common function 'append_field' to output the value of one field to the result.
Fix for extra zero in exponent of double values on windows.
This commit is contained in:
parent
5da306b57e
commit
102aa5a79f
5 changed files with 75 additions and 104 deletions
|
|
@ -20,7 +20,6 @@ select @test, @`test`, @TEST, @`TEST`, @"teSt";
|
|||
set @select=2,@t5=1.23456;
|
||||
select @`select`,@not_used;
|
||||
set @test_int=10,@test_double=1e-10,@test_string="abcdeghi",@test_string2="abcdefghij",@select=NULL;
|
||||
--replace_result e-0 e- e+0 e+
|
||||
select @test_int,@test_double,@test_string,@test_string2,@select;
|
||||
set @test_int="hello",@test_double="hello",@test_string="hello",@test_string2="hello";
|
||||
select @test_int,@test_double,@test_string,@test_string2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue