mariadb/repl-tests/test-repl-alter/test.master
unknown 1d598de955 fixed coredump in UDF
added Monty's patch for alter table and LAST_INSERT_ID()
added a test case for replication of ALTER TABLE on a table with auto_increment


sql/item_func.cc:
  fixed a coredump in UDF
sql/sql_table.cc:
  fixed LAST_INSERT_ID() problem after ALTER TABLE on a table with auto_increment
2000-08-07 15:28:56 -06:00

4 lines
67 B
Text

name age id
Andy 31 00000001
Jacob 2 00000002
Caleb 1 00000003