summaryrefslogtreecommitdiff
path: root/sql/ha_myisammrg.cc
Commit message (Expand)AuthorAgeFilesLines
* ha_myisammrg was missing index_type() method bug#6756serg@serg.mylan2004-11-231-0/+11
* Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2004-11-151-13/+21
|\
| * Changed some unneccessary calls to current_thd() into table->in_usejani@ua141d10.elisa.omakaista.fi2004-11-121-13/+21
* | s/ha_store_ptr/my_store_ptr/serg@serg.mylan2004-11-071-2/+2
|/
* merge with 4.1monty@mysql.com2004-10-291-4/+4
|\
| * Support for TIMESTAMP columns holding NULL values. Unlike all otherdlenev@brandersnatch.localdomain2004-10-011-4/+4
* | Added per thread status variables, after review, patch v1.1.jani@rhols221.adsl.netsonic.fi2004-09-131-13/+15
* | VIEWbell@sanja.is.com.ua2004-07-161-2/+2
|/
* key_cmp -> key_cmp_if_samemonty@mishka.local2004-05-161-11/+5
* ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...serg@serg.mylan2004-04-061-6/+0
* WL#1266 "Separate auto-set logic from TIMESTAMP type."dlenev@jabberwock.localdomain2004-04-021-4/+4
* Merge with 4.0.18monty@mysql.com2004-02-111-2/+2
|\
| * Some small portability fixes.monty@mysql.com2003-12-301-2/+2
* | Merge key cache structures to onemonty@mysql.com2003-11-201-3/+2
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-6/+3
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-10-311-0/+6
|\ \
| * | Many files:igor@rurik.mysql.com2003-08-021-0/+6
* | | key_map with more that 64 bits widthserg@serg.mylan2003-10-111-1/+1
|/ /
* | Allow one to use MERGE tables with tables from different databasesmonty@mashka.mysql.fi2003-06-271-25/+66
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-1/+1
|\ \ | |/
| * low-level error messages cleanupserg@serg.mysql.com2003-01-281-1/+1
* | Merge with 4.0.9monty@mashka.mysql.fi2003-01-181-1/+1
|\ \ | |/
| * bugfix for 'ANALYZE for MERGE' and table-less MERGE tableserg@serg.mysql.com2003-01-161-1/+1
* | Merge with 4.0.8monty@mashka.mysql.fi2003-01-031-3/+8
|\ \ | |/
| * Removed compiler warningsmonty@mashka.mysql.fi2002-12-121-1/+1
| * ANALYZE for MERGEserg@serg.mysql.com2002-12-101-0/+7
| * bulk insert code optimizedserg@serg.mysql.com2002-12-071-3/+1
* | myisammrg::index_next_sameserg@serg.mysql.com2002-11-251-0/+10
|/
* myisammrg::records_in_rangeserg@serg.mysql.com2002-11-171-0/+13
* removed DBUG_ENTER/RETURN tagsserg@serg.mysql.com2002-11-111-77/+26
* manually mergedserg@sergbook.mysql.com2002-11-071-27/+99
|\
| * mergedserg@sergbook.mysql.com2002-11-051-1/+22
| |\
| | * TEMPORARY MERGE tables are allowedserg@sergbook.mysql.com2002-11-051-1/+22
| * | added DBUG_ENTER/RETURN tags, dbug_add_tags.pl bugfixserg@sergbook.mysql.com2002-11-051-26/+77
* | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.monty@butch.2002-11-071-12/+18
|/ /
* | Revert change to use ha_rows for number of rows as other code depend of thismonty@hundin.mysql.fi2002-09-301-5/+22
* | COUNT(*) for merge can be longlong even if it's long for MyISAMserg@build.mysql2.com2002-09-261-2/+2
* | mergemonty@mashka.mysql.fi2002-07-231-5/+18
|\ \
| * | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-5/+18
* | | AUTO_INCREMENT support for MERGEserg@sergbook.mysql.com2002-07-211-2/+1
|/ /
* | added building without query cachebell@sanja.is.com.ua2002-03-221-1/+1
* | mergemonty@hundin.mysql.fi2002-03-121-1/+1
|\ \ | |/
| * Added help for --local-infilemonty@hundin.mysql.fi2002-03-121-1/+1
* | Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-121-0/+9
* | Query cache.monty@hundin.mysql.fi2001-12-021-1/+6
* | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-0/+4
|\ \ | |/
| * Fix that mysqladmin shutdown can be interrupted with ^Cmonty@hundin.mysql.fi2001-11-031-0/+4
* | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-2/+2
* | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-2/+6
* | Added support of INSERT to MERGE tablesmonty@hundin.mysql.fi2001-09-221-2/+21