mariadb/storage/innobase/ut
unknown ff66bc05f7 Applied InnoDB snapshot 5.1-ss927
Fixes:
- Bug #23368: crash during insert, table has foreign key pointing into other schema,permission


storage/innobase/dict/dict0dict.c:
  Applied InnoDB snapshot 5.1-ss927
  
  Revision r927:
  dict_print_info_on_foreign_key_in_create_format(): Use ut_print_name()
  instead of passing the wrong length to ut_print_namel().  (Bug #23368)
  
  ut_print_name(), ut_print_namel(): Document the special treatment of '/'.
  
  ut_print_namel(): Replace strchr() with memchr(), as the string might
  not be NUL-terminated.
storage/innobase/include/ut0ut.h:
  Applied InnoDB snapshot 5.1-ss927
  
  Revision r927:
  dict_print_info_on_foreign_key_in_create_format(): Use ut_print_name()
  instead of passing the wrong length to ut_print_namel().  (Bug #23368)
  
  ut_print_name(), ut_print_namel(): Document the special treatment of '/'.
  
  ut_print_namel(): Replace strchr() with memchr(), as the string might
  not be NUL-terminated.
storage/innobase/ut/ut0ut.c:
  Applied InnoDB snapshot 5.1-ss927
  
  Revision r927:
  dict_print_info_on_foreign_key_in_create_format(): Use ut_print_name()
  instead of passing the wrong length to ut_print_namel().  (Bug #23368)
  
  ut_print_name(), ut_print_namel(): Document the special treatment of '/'.
  
  ut_print_namel(): Replace strchr() with memchr(), as the string might
  not be NUL-terminated.
2006-10-20 13:44:49 -06:00
..
Makefile.am Applied innodb-5.1-ss594 snapshot. 2006-06-01 10:34:04 +04:00
ut0byte.c Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
ut0dbg.c Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
ut0list.c Applied innodb-5.1-ss594 snapshot. 2006-06-01 10:34:04 +04:00
ut0mem.c Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
ut0rnd.c Applied innodb-5.1-ss269 snapshot. 2006-03-10 19:22:21 +03:00
ut0ut.c Applied InnoDB snapshot 5.1-ss927 2006-10-20 13:44:49 -06:00
ut0vec.c Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
ut0wqueue.c Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00