mariadb/storage/innobase/handler
Sergei Golubchik 163882665e * don't use 1-8 numbers for open_table_error codes, use an enum.
* print "table doesn't exist in engine" when a table doesn't exist in the engine,
  instead of "file not found" (if no file was involved)
* print a complete filename that cannot be found ('t1.MYI', not 't1')
* it's not an error for a DROP if a table doesn't exist in the engine (or some table
  files cannot be found) - if the DROP succeeded regardless
2013-04-09 15:34:17 +02:00
..
ha_innodb.cc * don't use 1-8 numbers for open_table_error codes, use an enum. 2013-04-09 15:34:17 +02:00
ha_innodb.h mysql-5.5.29 merge 2013-01-15 19:13:32 +01:00
handler0alter.cc merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
i_s.cc mysql-5.5.28 2012-10-16 13:04:42 +02:00
i_s.h Bug #13113026 INFORMATION_SCHEMA.INNODB_BUFFER_PAGE_LRUFROM 5.6 BACKPORT 2012-07-25 10:48:16 +05:30