summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
* | | | WL #1729 Handler: error text for NDB errorsunknown2004-05-131-1/+30
|/ / /
* | | Windows fixes for VC++ compiler compabilityunknown2004-05-051-1/+1
* | | Merge conflicts with EXAMPLE handlerunknown2004-04-151-4/+88
|\ \ \ | |/ / |/| |
| * | Added NDB storage engineunknown2004-04-151-4/+88
* | | Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-141-0/+9
|\ \ \ | |/ / |/| |
| * | All changes are to allow someone to compile the example storage engine and us...unknown2004-04-121-0/+9
* | | Moved reading of ranges from opt_range.cc to handler.ccunknown2004-04-081-0/+138
|/ /
* | WL#775 "Add status variable identifying binlog_cache_size shortage"unknown2004-04-021-3/+26
* | false/true -> FALSE/TRUEunknown2004-03-301-2/+2
* | To save 32KB memory per thread when --log-bin is not used, we do notunknown2004-03-261-10/+11