summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo, which prevented non-valgrind build.unknown2004-10-201-1/+1
* true,false -> TRUE, FALSEunknown2004-10-141-13/+25
* Merge with 4.0 for 4.1 releaseunknown2004-10-061-1/+1
|\
| * Reverted patch for new usage of open_count as it caused more problems than it...unknown2004-10-061-1/+1
* | Mergeunknown2004-10-031-4/+125
|\ \
| * | WL#1424 Updated after reviewunknown2004-09-261-2/+2
| * | Changed WL#1424 to use the function ha_find_files. This is a simpler implemen...unknown2004-09-211-25/+12
| * | Merged Thd_ndbunknown2004-09-201-4/+138
| |\ \
| | * \ Mergedunknown2004-09-131-4/+138
| | |\ \
| | | * | WL1424 Multiple MySQL Servers: SHOW TABLES etc. should detect new and delete ...unknown2004-09-131-4/+138
* | | | | Support for TIMESTAMP columns holding NULL values. Unlike all otherunknown2004-10-011-16/+0
|/ / / /
* | | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1unknown2004-09-111-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1unknown2004-09-081-3/+3
| |\ \ \
| | * | | Removed unnecessary conditionunknown2004-09-071-3/+3
* | | | | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-09-091-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | sql_print_error cleanupunknown2004-09-041-1/+1
| |/ /
* | | renamed ha_recovery_logging to ha_enable_transactionunknown2004-09-031-3/+4
|/ /
* | check for mysql_bin_log.is_open() before my_b_tell(&thd->transaction.trans_logunknown2004-08-221-11/+11
* | after merge fixunknown2004-08-201-1/+1
* | mergedunknown2004-08-201-14/+30
|\ \ | |/
| * Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions,unknown2004-08-201-8/+23
* | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-131-0/+9
|\ \
| * | This is the addition of the CSV engine "aka tina". Its an example engine that...unknown2004-08-121-0/+9
* | | Merge mskold@build.mysql.com:/home/bk/mysql-4.1unknown2004-07-271-7/+7
|\ \ \ | |/ /
| * | handler.cc:unknown2004-07-191-7/+7
* | | Fixed ndbcluster_print_error to use table name from failed NdbOperationunknown2004-07-021-6/+2
|/ /
* | Merge with 4.0 to get the latest bug patches to 4.1unknown2004-06-251-3/+2
|\ \ | |/
| * do not clear list of changed tables on one statement rollback (Bug #4213)unknown2004-06-201-3/+2
* | Added missing root user to mysql.user on windows. (Bug #4242)unknown2004-06-251-4/+2
* | Merge mskold@build.mysql.com:/home/bk/mysql-4.1unknown2004-06-241-2/+8
|\ \
| * | Cosmetic fixesunknown2004-06-241-1/+1
| * | Modified index flags and added ndbcluster_print_errorunknown2004-06-241-2/+8
* | | Enabling the --innodb-safe-binlog option in code. If you wish to disable it,unknown2004-06-241-1/+1
* | | Final part of WL#1717 "innodb/binlog consistency". This is to resolveunknown2004-06-241-4/+12
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-06-231-10/+11
|\ \
| * | Fixed warning about unitialized mutex when mysqld couldn't start.unknown2004-06-231-10/+11
* | | mergedunknown2004-06-231-84/+30
|\ \ \ | |/ / |/| |
| * | handler interface cleanups:unknown2004-06-231-84/+30
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-051-0/+9
|\ \ \ | |/ / |/| |
| * | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-251-0/+9
| |\ \
| | * | Mergeunknown2004-05-221-49/+112
| | * | First commit of archive example. Archive is a simple storage engine that hand...unknown2004-05-201-0/+9
* | | | Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-251-5/+6
|\ \ \ \ | |/ / /
| * | | Fix for bug which caused grant.test fail on darwin7.3. We were converting db ...unknown2004-05-221-2/+2
| * | | current_thd is 0 if ha_resolve_by_name() is called when parsing command-line ...unknown2004-05-171-3/+4
* | | | Uses table_type() function to get name of storage engine before printing engi...unknown2004-05-251-1/+1
* | | | Fixed prototype of get_error_message to use String to return error messageunknown2004-05-241-9/+10
* | | | Mergeunknown2004-05-171-44/+22
|\ \ \ \ | |/ / /
| * | | key_cmp -> key_cmp_if_sameunknown2004-05-161-44/+22
* | | | flags should be sent as second arg to my_error unknown2004-05-171-2/+2