summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Support for variables with componentsmonty@mashka.mysql.fi2003-07-061-5/+26
* Fixed problem with stacksize on Unixwaremonty@narttu.mysql.fi2003-07-041-16/+15
* fixed uninitialized pointerbell@sanja.is.com.ua2003-07-011-1/+6
* mergedbell@sanja.is.com.ua2003-07-011-7/+15
|\
| * Fixed error handling to be able do not interrupt update (907) (SCRUM)bell@sanja.is.com.ua2003-06-251-7/+15
* | Added support for structured options (WL task ID 947).jani@rhols221.adsl.netsonic.fi2003-06-271-1/+11
|/
* Mergeigor@rurik.mysql.com2003-06-181-153/+153
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-06-141-33/+35
| |\
| | * Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...monty@narttu.mysql.fi2003-06-141-33/+35
| * | consistency fix - all help texts for command-line options should end with a dot.serg@serg.mylan2003-06-131-120/+118
| |/
* | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2003-06-121-0/+6
|\ \ | |/ |/|
| * Many files:igor@rurik.mysql.com2003-06-121-0/+6
* | Merge with 4.0.13monty@narttu.mysql.fi2003-06-051-5/+12
|\ \
| * | mysqld won't give a warning any more, if --user=user_name is used,jani@ua126d19.elisa.omakaista.fi2003-06-051-4/+11
| * | Print error if we can't delete an alarmmonty@narttu.mysql.fi2003-06-051-1/+1
* | | merge with public treemonty@narttu.mysql.fi2003-06-051-62/+58
|\ \ \
| * \ \ Merge with 4.0.13monty@narttu.mysql.fi2003-06-041-28/+24
| |\ \ \ | | |/ /
| | * | Added [mysqld-base-version] as a default group for the mysqld servermonty@narttu.mysql.fi2003-06-041-1/+1
| | * | Small fixes (nothing nameworthy)monty@narttu.mysql.fi2003-06-011-10/+4
| | * | Fixed problem with mysql prompt when server disconnect. (Bug 356)monty@narttu.mysql.fi2003-05-271-10/+0
| | * | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-05-261-2/+5
| | |\ \
| | | * | Fixed bug when installing mysqld as a service with 2 arguments (option + serv...monty@narttu.mysql.fi2003-05-261-2/+5
| | * | | Merge with 3.23 to get fix for kill mysqld-pidmonty@narttu.mysql.fi2003-05-261-4/+11
| | |\ \ \ | | | |/ /
| | | * | Fixed problem with 'kill pid-of-mysqld' on Mac OS Xmonty@narttu.mysql.fi2003-05-261-4/+11
| | * | | Fixed core dump bug when shuting down mysqldmonty@narttu.mysql.fi2003-05-261-3/+4
| * | | | Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-34/+34
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1venu@myvenu.com2003-06-031-2/+1
|\ \ \ \ \
| * | | | | Windows build fixups with the latest sourcevenu@myvenu.com2003-06-031-2/+1
* | | | | | mysqlshow and mysqldump now send their vharacter set to serverbar@bar.mysql.r18.ru2003-05-301-2/+2
* | | | | | character_set_server is now updatablebar@bar.mysql.r18.ru2003-05-301-7/+11
* | | | | | --with-collation argument for configure. Now one can for example use this:bar@bar.mysql.r18.ru2003-05-281-2/+2
| |/ / / / |/| | | |
* | | | | Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4smwax@kishkin.ru2003-05-271-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add check of __NT__ definition for shared_memory for tree 4.1wax@kishkin.ru2003-05-211-0/+6
| | |_|/ | |/| |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2003-05-261-14/+18
|\ \ \ \
| * | | | New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setmonty@mashka.mysql.fi2003-05-261-14/+18
* | | | | mysqld.cc:bar@bar.mysql.r18.ru2003-05-221-0/+6
|/ / / /
* | | | Updated results & after merge fixmonty@mashka.mysql.fi2003-05-221-4/+5
* | | | mergemonty@mashka.mysql.fi2003-05-221-271/+389
|\ \ \ \
| * | | | After merge fixesmonty@mashka.mysql.fi2003-05-211-228/+323
| * | | | Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-42/+67
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Added option --read-only (Thanks to Markus Benning)monty@narttu.mysql.fi2003-05-191-4/+10
| | * | Fixed a bug in DROP DATABASE when database had a RAID type table.jani@hynda.(none)2003-05-131-4/+2
| | * | - Fixed a bug in myisam_max_[extra]_sort_file_size, bug ID 339 and 342jani@hynda.(none)2003-05-131-2/+3
| | * | Safety fix to enable RAID in max binariesmonty@mashka.mysql.fi2003-05-131-0/+1
| | * | Merge bk-internal:/home/bk/mysql-4.0/serg@serg.mylan2003-05-051-2/+7
| | |\ \
| | | * | parallel-repair available in mysqldserg@serg.mylan2003-05-041-2/+7
| | * | | Added innodb_max_dirty_pages_pct parameter to limit amount peter@mysql.com2003-05-041-0/+5
| | |/ /
| | * | Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0greg@mysql.com2003-04-271-5/+3
| | |\ \
| | | * | Changes from Novell for NetWare platformgreg@mysql.com2003-04-241-5/+3
| | * | | Fixed problem when comparing a key for a multi-byte-character set. (bug 152)monty@mashka.mysql.fi2003-04-271-2/+2