summaryrefslogtreecommitdiff
path: root/sql/handler.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Cleanupunknown2004-03-041-1/+1
* | Cleanup ha_checktype() and redundant variables.unknown2004-03-021-42/+34
* | After merge fixesunknown2004-02-161-2/+2
* | Merge with 4.0.18unknown2004-02-111-10/+20
|\ \ | |/
| * Some small portability fixes.unknown2003-12-301-10/+20
* | WorkLog #1323 (part 2)unknown2003-12-171-1/+1
* | WorkLog#1280 - Remove fixed table handler from lex/yaccunknown2003-12-021-10/+65
* | Merge key cache structures to oneunknown2003-11-201-23/+30
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-33/+54
* | Mergeunknown2003-10-301-16/+56
|\ \
| * | Many files:unknown2003-10-011-1/+2
| * | Manual merge after improving concurrency for key cache reassignmentunknown2003-10-011-16/+55
* | | Indentation cleanupsunknown2003-10-081-3/+0
|/ /
* | mergeunknown2003-09-031-11/+75
|\ \
| * \ merge with 4.0.15unknown2003-08-291-11/+75
| |\ \ | | |/
| | * Update of VC++ project files (to remove link warnings)unknown2003-08-251-2/+2
| | * 2 minor edits, plusunknown2003-08-221-8/+61
| | * Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protec...unknown2003-08-171-3/+14
* | | Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLEunknown2003-08-281-0/+3
|/ /
* | Merge with 4.0.14unknown2003-08-111-1/+67
|\ \ | |/
| * bug #702 - ALTER TABLE tm UNION=(t1,t2) doesn't work if t1.MYD is compressedunknown2003-07-151-0/+3
| * Many files:unknown2003-06-151-1/+64
* | changed for AUTO_VALUE_ON_ZEROunknown2003-07-281-4/+5
* | fixed bug 663 and WL 1052 (sql_mode is safe for mysqldump)unknown2003-07-221-1/+4
* | LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id.unknown2003-06-301-0/+2
* | Merge rurik.mysql.com:/home/igor/mysql-4.1unknown2003-06-121-0/+5
|\ \