1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-05 01:43:31 +03:00
Files
mariadb/mysql-test/r
iggy@recycle.(none) 2a54abd582 Bug#25141 Crash Server on Partitioning command
- The function build_table_filename() builds up a string unconditionally 
using the forward slash as a path separator. Later, when the string is 
searched for FN_LIBCHAR by the set_up_table_before_create() function, a 
null pointer is returned that is finally used by strlen in the 
append_file_to_dir() function which causes the crash.
2007-04-23 13:50:34 -04:00
..
2007-03-14 18:18:30 +02:00
2007-03-31 20:27:43 +05:00
2007-04-07 23:16:03 +05:00
2007-04-04 21:35:58 +00:00
2007-03-15 17:35:31 +04:00
2007-03-26 19:15:30 +03:00
2007-03-29 12:45:23 +02:00
2007-04-04 14:19:33 +05:00
2007-04-13 01:52:45 +02:00
2007-04-04 16:58:25 +02:00
2007-04-02 13:57:32 +02:00
2007-03-29 16:11:02 +02:00
2007-04-07 14:59:53 +05:00
2007-04-15 12:16:32 +04:00
2007-03-29 09:08:30 +05:00
2007-03-23 01:04:31 +04:00
2007-04-06 16:06:10 +05:00
2007-03-29 09:08:30 +05:00
2007-03-23 01:04:31 +04:00
2007-04-08 00:05:34 +05:00