mariadb/unittest/mysys
Annamalai Gurusami b6bd199850 Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE AND
SHOW ENGINE INNOD

Problem:

The purpose of explain_filename() is to provide useful additional
information regarding the partitions given the filename.  This function
was returning an error when it was not able to parse the given filename.
For example, within InnoDB, temporary files are created with #sql-
prefix.  But this function was not able to parse it correctly.

Solution:

It is not an error, if explain_filename() could not parse the given
filename.  If there is no partition information to explain, then silently
return from the function.

rb#1940 approved by mattiasj
2013-03-21 11:40:43 +05:30
..
base64-t.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
bitmap-t.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
CMakeLists.txt Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE AND 2013-03-21 11:40:43 +05:30
explain_filename-t.cc Bug #16051728 SERVER CRASHES IN ADD_IDENTIFIER ON CONCURRENT ALTER TABLE AND 2013-03-21 11:40:43 +05:30
lf-t.c Bug#12727287: Maintainer mode compilation fails with gcc 4.6 2011-07-07 08:22:43 -03:00
my_atomic-t.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
my_malloc-t.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
my_rdtsc-t.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
my_vsnprintf-t.c Bug #13619394 - MAKE TEST FAILS ON MY_VSNPRINTF 2013-02-22 15:22:15 +01:00
thr_template.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00