summaryrefslogtreecommitdiff
path: root/mysys/raid.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-mainjani@ua141d10.elisa.omakaista.fi2007-03-281-11/+11
|\ | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-marvel
| * Fixed compiler warnings.jani@ua141d10.elisa.omakaista.fi2007-03-221-18/+19
| |
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | Merge with 4.1monty@mysql.com2005-06-071-2/+0
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-2/+0
| | | | | | | | '#pragma interface' (that comes with the #include'd header file)
* | Mergekent@mysql.com2005-06-021-0/+2
|\ \ | |/
| * tztime.cc:kent@mysql.com2005-06-021-0/+2
| | | | | | | | | | | | Set #pragma implementation" earlier Many files: Need to include <my_global.h> before #ifdef USE_PRAGMA_IMPLEMENTATION
* | Merge from 4.1msvensson@neptunus.(none)2005-05-261-1/+1
|\ \ | |/
| * Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
| | | | | | | | Added some more ifdefs for "#pragma interface"
* | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-6/+8
|/ | | | | | | | Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
* Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-131-2/+2
| | | | | Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
* Lots of code fixes to the replication code (especially the binary logging ↵monty@mashka.mysql.fi2002-08-081-9/+8
| | | | | | | | | | | | | | | | | | and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
* init_dynamic_array MyODBC compatibility fixserg@serg.mysql.com2002-04-281-1/+1
|
* Portability fixesmonty@hundin.mysql.fi2001-12-171-2/+0
|
* Lots of portability fixes.monty@hundin.mysql.fi2001-12-171-8/+0
| | | | | Fixed shutdown on HPUX. Fixed bug in query cache.
* Misc fixestonu@volk.internalnet2001-12-101-55/+55
|
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Cleanupsmonty@hundin.mysql.fi2001-09-071-2/+2
|
* Fixed all mysqldump output to use 'result_file'monty@donna.mysql.fi2001-04-261-6/+6
|
* Import changesetbk@work.mysql.com2000-07-311-0/+809