mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
10.0-monty: trivial test result updates
This commit is contained in:
parent
7a9eae5803
commit
3e740c259d
6 changed files with 57 additions and 57 deletions
|
|
@ -1,7 +1,7 @@
|
|||
set session debug_dbug="+d,optimizer_innodb_icp";
|
||||
drop table if exists `t1`;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 't1'
|
||||
Note 1051 Unknown table 'test.t1'
|
||||
create table `t1` (`c` bigint, key(`c`),`a` int)engine=innodb;
|
||||
insert into `t1` values(2,2);
|
||||
delete `t1` from `t1` `a`, `t1` where `a`.`a`=`t1`.`c` ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue