mariadb/innobase/row
unknown bab2231f71 InnoDB cleanup: Fix potential buffer overflows,
allow deletion of tablespaces whose names contain "'"


innobase/dict/dict0load.c:
  dict_check_tablespaces_or_store_max_id():
  Dynamically allocate memory for file name
innobase/fil/fil0fil.c:
  Dynamically allocate memory for file names
innobase/os/os0file.c:
  os_file_dirname(): allocate slightly less memory
  os_file_create_subdirs_if_needed(): compare more efficiently
innobase/row/row0mysql.c:
  Allow tablespaces with "'" in their names to be deleted
  Display identifiers with ut_print_name() or dict_index_name_print()
2004-06-01 15:19:09 +03:00
..
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0ins.c InnoDB cleanup: 2004-05-27 15:27:43 +03:00
row0mysql.c InnoDB cleanup: Fix potential buffer overflows, 2004-06-01 15:19:09 +03:00
row0purge.c Merge with 4.0 2004-04-26 15:53:31 +03:00
row0row.c InnoDB: send diagnostic output to stderr or files 2004-04-06 16:14:43 +03:00
row0sel.c InnoDB cleanup: 2004-05-27 15:27:43 +03:00
row0uins.c Merge with 4.0 2004-04-26 15:53:31 +03:00
row0umod.c Merge with 4.0.20 2004-05-17 01:52:13 +03:00
row0undo.c Merge with 4.0 2004-04-26 15:53:31 +03:00
row0upd.c Merge with 4.0.20 2004-05-17 01:52:13 +03:00
row0vers.c Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabled 2004-03-12 17:14:51 +02:00