1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed test results

This commit is contained in:
bell@51.0.168.192.in-addr.arpa
2005-02-24 04:07:58 +02:00
parent 36265381fc
commit cfdf5bcdc8
2 changed files with 2 additions and 3 deletions

View File

@ -72,4 +72,4 @@ SET TIMESTAMP=1000000000;
CREATE TABLE t1 ( a INT UNIQUE ); CREATE TABLE t1 ( a INT UNIQUE );
SET FOREIGN_KEY_CHECKS=0; SET FOREIGN_KEY_CHECKS=0;
INSERT INTO t1 VALUES (1),(1); INSERT INTO t1 VALUES (1),(1);
Duplicate entry '1' for key 1 ERROR 23000: Duplicate entry '1' for key 1

View File

@ -2096,8 +2096,7 @@ s1 count(s1)
1 1 1 1
NULL 2 NULL 2
drop procedure bug7013| drop procedure bug7013|
drop table if exists t4; drop table if exists t4|
--enable_warnings|
create table t4 ( create table t4 (
a mediumint(8) unsigned not null auto_increment, a mediumint(8) unsigned not null auto_increment,
b smallint(5) unsigned not null, b smallint(5) unsigned not null,