summaryrefslogtreecommitdiff
path: root/sql/ha_innobase.cc
Commit message (Expand)AuthorAgeFilesLines
* ha_innobase.cc Add better error message if innodb_data_file_path is not setunknown2001-08-311-1/+9
* trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor printsunknown2001-08-291-14/+90
* Fixed bug in auto-increment handling with InnoDBunknown2001-08-261-0/+2
* Portability fixes.unknown2001-08-211-1/+1
* ha_innobase.cc Impove ref length estimate in a handle to eliminate a warning ...unknown2001-08-171-4/+10
* row0sel.c Fix a memory freeing bug when a row which contains an externally st...unknown2001-08-131-3/+10
* btr0cur.c Improve range size estimate for big rangesunknown2001-08-091-5/+36
* srv0srv.h Support raw disk as a data fileunknown2001-07-191-1/+44
* ha_innobase.cc Fix a bug in showing of Auto_increment in SHOW TABLE STATUSunknown2001-07-161-0/+45
* ha_innobase.cc Update possible row timestamp column also in an updateunknown2001-06-281-0/+4
* Changed innodb_unix_file_flush_method -> innodb_flush_methodunknown2001-06-071-7/+6
* ha_innobase.cc Improved error message in the case the .frm file exists but In...unknown2001-06-061-1/+9
* manual.texi website address changeunknown2001-06-031-4/+52
* srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnfunknown2001-05-231-0/+5
* dict0dict.h InnoDB now tries to provide autoinc column value from a counter t...unknown2001-05-211-2/+36
* Applied patches for BDB tablesunknown2001-05-091-1/+1
* ha_innobase.cc Changed the error code HA_ERR_KEY_NOT_FOUND to HA_ERR_END_OF_I...unknown2001-04-251-2/+8
* log0recv.c Change Innobase text to InnoDBunknown2001-04-131-70/+70
* Changed Innobase to Innodbunknown2001-04-131-2/+2
* srv0srv.h Merging work for 3.23.37unknown2001-04-101-19/+75
* Fixed INSERT DELAYED with Innobaseunknown2001-04-091-6/+15
* univ.i Prevent inlining of functions on HP-UX because GCC is broken thereunknown2001-04-061-2/+8
* Fix a crash in Innobase with tables with many columns and a range queryunknown2001-03-261-2/+2
* Added test case that crashed Innobaseunknown2001-03-261-4/+10
* Fixed problem with Innobase and signals on Solarisunknown2001-03-261-7/+1
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-2/+2
* Added defines for fast mutex in glibc 2.2 (should be safe)unknown2001-03-241-2/+10
* Split setup_fields to setup_tables and setup_fieldsunknown2001-03-211-1/+1
* ha_innobase.cc Fix a bug in removal of trailing spaces of binary varchar stri...unknown2001-03-071-5/+5
* Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-061-17/+15
|\
| * trx0trx.h Innobase now returns the key number in a duplicate key error, remov...unknown2001-03-061-17/+15
* | Patch from sleepycat to fix problem with BDB and log filesunknown2001-03-061-3/+4
* | Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysqlunknown2001-03-061-3/+3
|\ \ | |/ |/|
| * Merged some functions and removed some unused client functions.unknown2001-03-061-3/+3
* | Fix minor typos (not bugs).unknown2001-03-041-2/+2
|/
* row0sel.c Removes now trailing spaces from varcharsunknown2001-03-021-4/+12
* ha_innobase.cc Fixed a bug in ha_innobase.cc in auto_incrementunknown2001-03-011-0/+14
* ha_innobase.cc Fix autocommit in ha_innobase.ccunknown2001-02-231-0/+6
* Fixes for innobaseunknown2001-02-211-11/+14
* Added max_user_connectionsunknown2001-02-201-51/+63
* Cleaned up ha_innobase.cc from whitespaceunknown2001-02-181-138/+137
* Added Innobase to source distributionunknown2001-02-171-831/+853
* Updates for innobaseunknown2001-01-121-183/+388
* Fixed --no-defaults in mysqltestunknown2000-12-291-5/+11
* Added innobase handler files + other updates for innobaseunknown2000-12-061-0/+2431