mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)
Some after merge fixes mysql-test/r/ctype_latin1_de.result: Changed test to have more relevant results mysql-test/r/delete.result: Updated results after merge mysql-test/r/select.result: Remove explicit database usage mysql-test/r/type_datetime.result: Updated results after merge mysql-test/t/ctype_latin1_de.test: Changed test to have more relevant results mysql-test/t/select.test: Remove explicit database usage sql/ha_myisam.cc: Fixed AUTO_INCREMENT handling in MyISAM (last auto_increment patch broke things)
This commit is contained in:
parent
81f368cc54
commit
efadca6441
7 changed files with 131 additions and 130 deletions
|
|
@ -6,8 +6,6 @@
|
|||
# Simple select test
|
||||
#
|
||||
|
||||
use test;
|
||||
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
|
||||
CREATE TABLE t1 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue