summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
Commit message (Expand)AuthorAgeFilesLines
* Status query on killed mysql connection results in segmentation fault (Bug #738)unknown2003-07-041-0/+1
* Cleaner implementation if INSERT ... SELECT with same tablesunknown2003-07-031-0/+11
* Don't install signal handler for SIGINT by defaultunknown2003-06-101-0/+5
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-011-1/+0
|\
| * Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478unknown2003-06-011-1/+0
* | Fix for compiling MySQL-4.0.13 with SSL support on OpenBSDunknown2003-05-301-0/+1
|/
* Fixed problem with mysql prompt when server disconnect. (Bug 356)unknown2003-05-271-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-05-191-2/+1
|\
| * Added option --read-only (Thanks to Markus Benning)unknown2003-05-191-2/+1
* | buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h:unknown2003-05-161-4/+0
|/
* Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-2/+2
* Minor fix to previous codeunknown2003-05-041-0/+3
* Added innodb_max_dirty_pages_pct parameter to limit amount unknown2003-05-041-0/+1
* #244 bugfix (thread stack error message in embedded library)unknown2003-04-081-0/+5
* Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-071-0/+3
|\
| * Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2003-03-051-0/+3
| |\
| | * Fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE i...unknown2003-03-031-0/+3
| * | A better, but larger fix for server_id bug ..unknown2003-03-051-1/+1
| |/
* | Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...unknown2003-03-041-0/+1
* | Fixed multi-table-delete for InnoDB tablesunknown2003-02-171-1/+1
* | Added START TRANSACTION syntaxunknown2003-02-061-8/+0
* | merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-1/+1
|\ \ | |/
| * Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie...unknown2003-01-291-1/+1
* | mergeunknown2003-01-281-1/+1
|\ \
| * | Only write to the error log if --log-error is specified and --console is not ...unknown2003-01-281-1/+1
* | | Merge work:/home/bk/mysql-4.0unknown2003-01-281-0/+1
|\ \ \ | |/ / |/| |
| * | fixed "DROP table_open_in_handler" hangunknown2003-01-281-0/+1
* | | mergeunknown2003-01-281-1/+3
|\ \ \ | |/ / |/| |
| * | Fixes for Netwareunknown2003-01-281-1/+3
* | | Added option hostname.errunknown2003-01-271-0/+4
|/ /
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-1/+5
* | Portability fixesunknown2003-01-071-1/+0
* | Copy arguments given to mysql_server_init()unknown2002-12-051-2/+2
* | Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-051-0/+1
* | New multi-table-update codeunknown2002-11-291-1/+19
* | Try to optimize the cache buffer size needed for bulk_insertunknown2002-11-201-1/+2
* | Small improvement to alloc_rootunknown2002-11-161-5/+6
* | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-5/+4
* | Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesunknown2002-09-161-1/+5
* | Merge mashka.mysql.fi:/home/my/mysql-3.23unknown2002-09-031-0/+1
|\ \ | |/
| * Fixed bug introduces by last changesetunknown2002-09-031-0/+1
* | Fixed bug in wait_for_update() that I had introduced.unknown2002-08-221-5/+6
* | Use our version of RWLOCKS on UNIXWARE 7unknown2002-08-211-1/+1
* | Changed SQL variable delay_key_write to an enumunknown2002-08-131-0/+1
* | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-1/+1
* | Added nety_retry_count as a changeable variableunknown2002-08-081-1/+1
* | mergeunknown2002-08-081-8/+17
|\ \
| * | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-4/+7
| * | Merge with 3.23.51unknown2002-07-251-4/+10
| |\ \ | | |/
| | * sql_yacc.yy, mysql_priv.h, lex.h:unknown2002-06-221-0/+7