From f562d0c2c3bbd1257b98a923539478ebf5b5e482 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Dec 2003 15:24:21 +0200 Subject: Removed compiler warning Fixed not updated test from last changeset mysql-test/r/auto_increment.result: Updated results sql/mysqld.cc: Cleaned up pid file handling (to remove compiler warning) --- mysql-test/r/auto_increment.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/auto_increment.result') diff --git a/mysql-test/r/auto_increment.result b/mysql-test/r/auto_increment.result index cbd2d48b38d..2d6b058d9c5 100644 --- a/mysql-test/r/auto_increment.result +++ b/mysql-test/r/auto_increment.result @@ -118,7 +118,7 @@ a 1 2 drop table t1; -create table t1 (a int not null auto_increment primary key) /*!41002 type=heap */; +create table t1 (a int not null auto_increment primary key) /*!40102 type=heap */; insert into t1 values (NULL); insert into t1 values (-1); select last_insert_id(); -- cgit v1.2.1