~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/r/ps_5merge.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
1675
1675
set @arg14= NULL ;
1676
1676
set @arg15= CAST('abc' as binary) ;
1677
1677
set @arg15= NULL ;
1678
 
create table t5 as select
 
1678
create table t5 engine = MyISAM as select
1679
1679
8                           as const01, @arg01 as param01,
1680
1680
8.0                         as const02, @arg02 as param02,
1681
1681
80.00000000000e-1           as const03, @arg03 as param03,
4696
4696
set @arg14= NULL ;
4697
4697
set @arg15= CAST('abc' as binary) ;
4698
4698
set @arg15= NULL ;
4699
 
create table t5 as select
 
4699
create table t5 engine = MyISAM as select
4700
4700
8                           as const01, @arg01 as param01,
4701
4701
8.0                         as const02, @arg02 as param02,
4702
4702
80.00000000000e-1           as const03, @arg03 as param03,