reggie@big_geek.
e4a9adba0e
Bug #18480 Windows file rename problems in archive storage engine
...
The problem was that the optimize code was not closing both the reader and writer streams before attempting
to rename the file. This will not work on Windows where all file handles have to be closed before the
file can be renamed, moved, or deleted. The fix was to move the close calls before the rename.
We return the error code from my_rename in case of failure but we attempt to reopen the writers and readers
even in the case of failure so that the table can still be usable.
2006-05-16 08:55:08 -05:00
msvensson@neptunus.(none)
40bfe246a9
Rename cmakelists.txt -> CMakeLists.txt
2006-05-12 10:51:07 +02:00
reggie@big_geek.
67a692f998
performing a set of bk mv on each CMakeLists.txt file to try and restore the mixed case filenames since this seems to be required with Cmake 2.4 beta 1.
...
This is being pushed to a private tree and tested before being sent to the mainline.
2006-05-11 11:29:08 -05:00
serg@sergbook.mysql.com
549fe7c850
auto-set MYSQL_PLUGIN_DIRECTORY for plug.in files
2006-05-06 07:43:18 -04:00
serg@sergbook.mysql.com
376117eb98
auto-include plug.in, remove the need for plugins to modify configure.in
2006-05-04 17:14:56 -04:00
acurtis@xiphis.org
9d4a065ffd
fix include path in windows build
2006-05-03 15:58:16 -07:00
acurtis@xiphis.org
f1d4921139
WL#3201 additional post-review fixes
2006-05-02 04:11:00 -07:00
acurtis@xiphis.org
09c7374d69
Merge xiphis.org:/home/antony/work2/mysql-5.1
...
into xiphis.org:/home/antony/work2/wl3201-post-review.2
2006-05-01 22:45:31 -07:00
acurtis@xiphis.org
0736d18337
WL#3201 post-review fixups
...
end plugin/module naming schizophrenia
fixup shell code and m4 macro comments
cmakelists.txt included in EXTRA_DIST
2006-05-01 21:33:09 -07:00
serg@sergbook.mysql.com
281fb1cfc5
make distcheck and cosmetic fixes
2006-04-29 09:33:34 -07:00
acurtis@xiphis.org
53d4594cfe
Merge xiphis.org:/home/antony/work2/wl3201.3
...
into xiphis.org:/home/antony/work2/wl3201.merge
2006-04-24 13:36:15 -07:00
acurtis@xiphis.org
bdbb4afc6c
WL#3201
...
cmake changes
2006-04-20 10:37:37 -07:00
acurtis@xiphis.org
4e11a4d941
WL#3201
...
" Configure support for server plugins "
2006-04-13 13:49:29 -07:00
kent@mysql.com
f957d8e282
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.1-release.old03
...
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
2006-04-08 04:29:17 +02:00
kent@mysql.com
6dbb56fd28
azio.c, archive_test.c:
...
Include our base headers before system headers
2006-03-26 13:59:37 +02:00
knielsen@mysql.com
c05590707d
Add missing cmakelists.txt for archive.
2006-03-24 23:19:59 +01:00
knielsen@mysql.com
bc6628d27f
Some changes to make it possible to build for Windows with CMake from
...
a normal 'make dist' source .tar.gz.
2006-03-24 22:50:56 +01:00
kent@mysql.com
5d0187f0ae
Makefile.am:
...
Change for 'make distcheck'
libmysqld.vcproj:
Typo
2006-02-22 20:34:25 +01:00
knielsen@mysql.com
12cb3f4c5e
Windows/Visual Studio 2003 fixes for the 5.1.5 release.
2006-01-13 22:09:48 +01:00
knielsen@mysql.com
dca88abf12
Do not use C++ style comments (//) in C source (breaks compilation on aix52).
2006-01-02 09:58:58 +01:00
stewart@mysql.com
70cc1a08af
build fixes for azio on systems without zutil.h
2005-12-28 15:33:48 +11:00
acurtis@xiphis.org
9aaa8a81eb
Bug#15976: Multiply warnings about unfreed memory
...
leaks caused by Archive storage engine not closing files and
storage engines not receiving panic() during shutdown
2005-12-25 03:29:49 -08:00
brian@zim.(none)
795f744c5f
Just a few cleanup points in azio. Should solve Ubuntu compile problem.
2005-12-23 17:51:14 -08:00
brian@zim.(none)
56fd453c5d
Fix for Antony's push. I've also changed from using the zlib off_t pointer type to my_off_t to fix issues around buggy zlib versions and to make sure file sizes are consistent through out mysql.
2005-12-23 12:22:31 -08:00
brian@zim.(none)
3ee76a3e3c
Update to add in support for AZIO.
...
AZIO differs in that it uses mysys methods and removes all of the malloc calls.
2005-12-22 19:50:10 -08:00