mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
test result fixed
mysql-test/r/mysqltest.result: result fixed
This commit is contained in:
parent
99c4230434
commit
812a82edfa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
select -1 as "before_use_test" ;
|
||||
select 0 as "before_use_test" ;
|
||||
before_use_test
|
||||
-1
|
||||
0
|
||||
select otto from (select 1 as otto) as t1;
|
||||
otto
|
||||
1
|
||||
|
|
Loading…
Reference in a new issue