summaryrefslogtreecommitdiff
path: root/mysys/default.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-5/+5
|\ | | | | | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| * merge with 4.0monty@hundin.mysql.fi2002-06-031-1/+1
| |\
| * | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-5/+5
| | |
* | | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-1/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* | init_dynamic_array MyODBC compatibility fixserg@serg.mysql.com2002-04-281-1/+1
|/
* Fixes for new getoptmonty@hundin.mysql.fi2002-01-311-0/+1
| | | | | | | | | Bug fix when using --no-deaults Sets ref_length to right value (faster rnd_pos() handling in InnoDB). Fixed problem with multi-table-delete and InnoDB Fixed problem with truncate table, which required a COMMIT before. Fixed multi-table-delete bug with InnoDB. Remove not used index from EXPLAIN
* Update copyrightmonty@hundin.mysql.fi2001-12-061-16/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-9/+10
| | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-2/+2
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored.monty@tik.mysql.fi2001-07-301-1/+1
| | | | Extended default arguments to be up to 4095 characters
* Force close of sockets on HPUX 10.20monty@donna.mysql.fi2001-05-191-1/+1
| | | | | | | Support option lines longer than 256 chars. Close the slow log at shutdown. Always allow debug options to mysqld. Change some DBUG_PRINT tags.
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-0/+10
| | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-111-3/+9
|
* DISTINCT optimizationmonty@tramp.mysql.fi2000-10-061-14/+34
| | | | | Fixes when using column privileges Manual updates
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-121-2/+2
|
* Import changesetbk@work.mysql.com2000-07-311-0/+362