mariadb/innobase/row
unknown 7ee05d7c71 Applied innodb-5.0-ss476 snapshot.
Fix BUG#18934: "InnoDB crashes when table uses column like DB_ROW_ID".
 Also, fix memory leaks in row_create_table_for_mysql() in rare
 corner cases.


innobase/dict/dict0dict.c:
  Applied innodb-5.0-ss476 snapshot.
   Refuse tables that use reserved column names (Bug#18934).
innobase/dict/dict0load.c:
  Applied innodb-5.0-ss476 snapshot.
   dict_load_table(): Refuse to load tables with other TYPE
   than DICT_TABLE_ORDINARY.
innobase/dict/dict0mem.c:
  Applied innodb-5.0-ss476 snapshot.
   Add dict_mem_table_free(), use it instead of duplicating
   the code everywhere.
innobase/ibuf/ibuf0ibuf.c:
  Applied innodb-5.0-ss476 snapshot.
innobase/include/dict0dict.h:
  Applied innodb-5.0-ss476 snapshot.
   Refuse tables that use reserved column name (Bug#18934).
innobase/include/dict0mem.h:
  Applied innodb-5.0-ss476 snapshot.
   Add dict_mem_table_free(), use it instead of duplicating
   the code everywhere.
innobase/include/univ.i:
  Applied innodb-5.0-ss476 snapshot.
innobase/log/log0recv.c:
  Applied innodb-5.0-ss476 snapshot.
innobase/row/row0mysql.c:
  Applied innodb-5.0-ss476 snapshot.
   Refuse tables that use reserved column names (Bug#18934).
mysql-test/r/innodb.result:
  Applied innodb-5.0-ss476 snapshot.
   Fix result for test case for Bug#18934.
   (Other changes are to be restored by the next cset).
mysql-test/t/innodb.test:
  Applied innodb-5.0-ss476 snapshot.
   Fix result for test case for Bug#18934.
   (Removed test case for Bug#14360 is to be restored by the next cset).
2006-04-21 01:07:37 +04:00
..
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
row0ins.c Applied innodb-5.0-ss368 snapshot 2006-03-29 23:04:32 +04:00
row0mysql.c Applied innodb-5.0-ss476 snapshot. 2006-04-21 01:07:37 +04:00
row0purge.c InnoDB: Define some macros around GCC's __builtin_expect() 2005-04-21 14:23:26 +03:00
row0row.c InnoDB: Performance optimizations based on OProfile analysis 2005-04-25 10:14:35 +03:00
row0sel.c Applied innodb-5.0-ss368 snapshot 2006-03-29 23:04:32 +04:00
row0uins.c Merge with 4.0 2004-04-26 15:53:31 +03:00
row0umod.c InnoDB: Print more than 300 characters of queries in various error conditions, 2005-08-12 11:39:19 +03:00
row0undo.c InnoDB: Define some macros around GCC's __builtin_expect() 2005-04-21 14:23:26 +03:00
row0upd.c Applied innodb-5.0-ss368 snapshot 2006-03-29 23:04:32 +04:00
row0vers.c Fix bugs found in previous optimizations. 2005-04-27 12:28:44 +03:00