mariadb/client
unknown 5f7059219f Bug #17720 Partition ALTER TABLE fails on rename of .MYI file
Fix this by passing the HA_EXTRA_PREPARE_FOR_DELETE onto the newly added or about to be dropped partitions
so they have an opportunity to close their OS file handle.


client/mysqltest.c:
  prevent positive find of pattern when pattern has zero length (this has nothing to do with this bug fix)
sql/ha_partition.cc:
  initialize m_new_file to NULL
  call new function prepare_for_delete for the HA_EXTRA_PREPARE_FOR_DELETE operation
  inside prepare_for_delete, loop over m_new_file and m_reorged_file if they are non-NULL
sql/ha_partition.h:
  added decl for new prepare_for_delete function
2006-03-04 14:21:27 -06:00
..
.cvsignore
client_priv.h client_priv.h: 2006-02-17 13:10:12 +04:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am Merge 2006-02-28 23:29:58 +01:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc BUG#16217 fix partly backported from 5.0. It is different in mysqlbinlog part. 2006-02-10 15:12:27 +02:00
mysqladmin.cc many warnings (practically safe but annoying) corrected 2006-01-03 17:54:54 +01:00
mysqlbinlog.cc Changes to make testsuite run in CMake build tree. 2006-02-10 13:29:01 +01:00
mysqlcheck.c Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 2006-02-17 08:33:47 -06:00
mysqldump.c Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2006-02-23 16:11:47 +01:00
mysqlimport.c This patch handles compiles with threads, namely if you don't have pthreads it will remove support for threads in the applications (and it is fixed in such a way that tests won't break). 2006-02-25 18:03:11 -08:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqlslap.c crazy - for the last week mysqlslap.test was generating 400 sigsegvs 2006-03-02 10:48:54 +01:00
mysqltest.c Bug #17720 Partition ALTER TABLE fails on rename of .MYI file 2006-03-04 14:21:27 -06:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc Merge with 4.1 2005-06-07 00:31:53 +03:00
sql_string.h Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 2005-06-06 16:54:15 +05:00