summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* --with-collation argument for configure. Now one can for example use this:unknown2003-05-281-2/+2
* Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4smunknown2003-05-271-0/+6
|\
| * add check of __NT__ definition for shared_memory for tree 4.1unknown2003-05-211-0/+6
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-261-14/+18
|\ \
| * | New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setunknown2003-05-261-14/+18
* | | mysqld.cc:unknown2003-05-221-0/+6
|/ /
* | Updated results & after merge fixunknown2003-05-221-4/+5
* | mergeunknown2003-05-221-271/+389
|\ \
| * | After merge fixesunknown2003-05-211-228/+323
| * | Merge with 4.0.13unknown2003-05-191-42/+67
| |\ \ | | |/ | |/|
| | * Added option --read-only (Thanks to Markus Benning)unknown2003-05-191-4/+10
| | * Fixed a bug in DROP DATABASE when database had a RAID type table.unknown2003-05-131-4/+2
| | * - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342unknown2003-05-131-2/+3
| | * Safety fix to enable RAID in max binariesunknown2003-05-131-0/+1
| | * Merge bk-internal:/home/bk/mysql-4.0/unknown2003-05-051-2/+7
| | |\
| | | * parallel-repair available in mysqldunknown2003-05-041-2/+7
| | * | Added innodb_max_dirty_pages_pct parameter to limit amount unknown2003-05-041-0/+5
| | |/
| | * Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-04-271-5/+3
| | |\
| | | * Changes from Novell for NetWare platformunknown2003-04-241-5/+3
| | * | Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-2/+2
| | * | Merge with 3.23:unknown2003-04-261-2/+3
| | |\ \
| | | * | Fix possible memory overrun when reading broken character set filesunknown2003-04-261-1/+1
| | | * | Changed innobase_flush_log_at_trx_commit to be 1 as defaultunknown2003-04-071-2/+6
| | * | | Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-2/+2
| | | |/ | | |/|
| | * | mergeunknown2003-04-241-1/+1
| | |\ \
| | | * | Fixes for valgrindunknown2003-04-231-1/+1
| | * | | Memory leak fixed.unknown2003-04-161-0/+2
| | |/ /
| | * | Fixed bug in SUM() with NULL:sunknown2003-04-151-8/+5
| | * | Documented undocumented replication options, now that the manual is up-to-date.unknown2003-04-041-7/+15
| | * | More honest --master-ssl* options description. As these do nothingunknown2003-04-031-5/+9
* | | | Some SHOW VARIABLES have been renamed:unknown2003-05-211-4/+4
* | | | "character_sets" has been removed from SHOW VARIABLES. Use SHOW CHARACTER SET...unknown2003-05-211-4/+2
* | | | Two separate startup arguments for mysqld:unknown2003-05-211-2/+26
|/ / /
* | | Fix for when compiling with HAVE_ISAM enabledunknown2003-05-191-2/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-191-8/+2
|\ \ \
| * | | Add empty() function for baselist.unknown2003-05-191-8/+2
* | | | Scrum task 845. Thi is a behaviour change :unknown2003-05-151-2/+2
|/ / /
* | | Give warning if MySQL doesn't honor given storage engineunknown2003-05-131-2/+20
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-241-1/+6
|\ \ \
| * \ \ Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-241-1/+6
| |\ \ \
| | * | | Many files:unknown2003-04-241-1/+6
* | | | | Replication: new code to not modify in-memory log positions until the COMMITunknown2003-04-241-15/+41
|/ / / /
* | | | Variable names have been renamed:unknown2003-04-231-6/+6
* | | | I renamed system variable literal_collation into connection_collationunknown2003-04-221-2/+2
|/ / /
* | | Mergeunknown2003-04-101-0/+5
|\ \ \
| * | | added compress/uncompress functionunknown2003-04-091-0/+5
* | | | Use of CHARSWT_INFO *result_collationunknown2003-04-081-1/+5
* | | | sys_var_collation is now abstract classunknown2003-04-071-0/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-04-031-2/+2
|\ \ \ \
| * \ \ \ Merge with 4.0unknown2003-04-031-2/+2
| |\ \ \ \ | | | |/ / | | |/| |