Sergey Vojtovich
e43e59833f
BUG#46587 - archive storage engine headers don't include
...
my_global.h first
We may end up with a compilation failure on certain platforms
because zlib.h is included before my_global.h.
Fixed by moving zlib.h inclusion down after my_global.h.
2010-04-15 13:33:33 +04:00
Ignacio Galarza
2d9421c3bb
Bug#29125 Windows Server X64: so many compiler warnings
...
- Remove bothersome warning messages. This change focuses on the warnings
that are covered by the ignore file: support-files/compiler_warnings.supp.
- Strings are guaranteed to be max uint in length
2009-02-13 11:41:47 -05:00
kent/mysqldev@mysql.com/production.mysql.com
76c99a074c
azio.c, azlib.h:
...
Don't use typedef 'voidpc' as later addition and not needed
2007-09-07 13:27:52 +02:00
brian@zim.(none)
bbe97fa4e3
Added delayed open of file descriptors to cut down on issues surrounding large collections of partitions being open by many threads.
2007-03-23 18:51:56 -07:00
brian@zim.(none)
9da24df4e0
Modified read buffer to see if performance difference existed.
...
Re-enabled 8gig unit test.
2007-03-20 22:13:55 -07:00
brian@zim.(none)
099c634d62
This patch passes comment to be embedded in ARZ.
...
Fixes autodiscovery of tables.
Allows the FRM to be extracted from the ARZ file via archive_reader.
2007-01-24 10:30:06 -08:00
brian@zim.(none)
068d7c8203
Just adding support for a "minor" version number.
2007-01-21 11:41:00 -08:00
brian@zim.(none)
dee24c66ba
1) New dirty state for files (need this for longterm fast recovery)
...
2) We now store shortest and longest row information.
3) archive_reader can now check and backup files (even if they are hot)
4) We now record longest and shortest row information for stats.
2007-01-20 17:19:54 -08:00
brian@zim.(none)
9879f4363f
New azio which keeps meta data in its own header.
2007-01-10 23:53:08 -08:00
brian@zim.(none)
f85acb894c
This updates archive to use new header information in az files and makes way for combining the meta data file with the AZ file.
2006-12-04 22:01:48 -08:00
brian@zim.(none)
4eba36ee3b
Fixed problems with original gzio() functions not being able to correctly return lengths of long rows.
2006-12-03 22:09:32 -08:00
stewart@mysql.com
70cc1a08af
build fixes for azio on systems without zutil.h
2005-12-28 15:33:48 +11: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