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

Fix after manual merge: add tests from 5.0.

This commit is contained in:
kroki/tomash@moonlight.intranet
2006-10-02 15:26:01 +04:00
parent 8aa33bf46d
commit b6f56ed67a
2 changed files with 134 additions and 0 deletions

View File

@ -395,6 +395,11 @@ DROP TABLE t1, t2;
#
# End of 5.0 tests
#
create table t2 (
id int not null auto_increment,
last_id int,
primary key (id)
);
truncate table t2;
create table t1 (id tinyint primary key);
create function insid() returns int