mariadb/storage
unknown 5f26429db4 BUG#26976 - Missing table in merge not noted in related error msg +
SHOW CREATE TABLE fails

After merge fixes.


mysql-test/r/backup.result:
  Fixed test result.
mysql-test/r/sp.result:
  Fixed test result.
sql/sql_table.cc:
  Fixed wrongly merged line. Moved "deprecated" warnings from sql_yacc.yy
  to mysql_backup_tables/mysql_restore_table.
sql/sql_yacc.yy:
  Moved "deprecated" warnings from sql_yacc.yy to
  mysql_backup_tables/mysql_restore_table.
storage/myisam/ha_myisam.cc:
  Do not report the same error twice.
storage/myisammrg/ha_myisammrg.cc:
  Removed wrongly merged line.
2007-06-08 11:20:50 +05:00
..
archive Added casts to avoid compiler warnings and fixed a wrong type. 2007-05-31 17:45:22 +03:00
blackhole Added casts to avoid compiler warnings and fixed a wrong type. 2007-05-31 17:45:22 +03:00
csv
example Added casts to avoid compiler warnings and fixed a wrong type. 2007-05-31 17:45:22 +03:00
federated
heap Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-01 12:12:06 +04:00
innobase
myisam BUG#26976 - Missing table in merge not noted in related error msg + 2007-06-08 11:20:50 +05:00
myisammrg BUG#26976 - Missing table in merge not noted in related error msg + 2007-06-08 11:20:50 +05:00
ndb
Makefile.am