mariadb/myisammrg
unknown 6b964f0f10 BUG# 10687: MERGE Engine fails on Windows
This is a replacement for the original patch given by Ingo.  This one comes
from Monty.
The problem is that merge files now use unix style pathnames on all 
platforms.  The merge file open code was not properly converting those
pathnames back to non-unix when necessary.


myisammrg/myrg_open.c:
  use fn_format to convert pathnames if the files in the merge file have a pathname
mysys/my_getwd.c:
  add a test for '/' in the code that determines if a string inlucdes a pathname
2005-05-23 11:53:16 -05:00
..
.cvsignore
make-ccc
Makefile.am
myrg_close.c
myrg_create.c Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) 2005-03-03 19:51:29 +01:00
myrg_def.h
myrg_delete.c
myrg_extra.c
myrg_info.c
myrg_locking.c
myrg_open.c BUG# 10687: MERGE Engine fails on Windows 2005-05-23 11:53:16 -05:00
myrg_panic.c
myrg_queue.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
myrg_range.c key_cmp -> key_cmp_if_same 2004-05-16 14:48:32 +03:00
myrg_rfirst.c
myrg_rkey.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
myrg_rlast.c
myrg_rnext.c
myrg_rnext_same.c Fix and testcase for BUG#6699 2004-11-29 06:51:30 +03:00
myrg_rprev.c
myrg_rrnd.c
myrg_rsame.c
myrg_static.c
myrg_update.c
myrg_write.c bug#4008 - merge table cannot determine what key caused "dupl. key" error 2004-06-25 15:12:13 +02:00