summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug when installing mysqld as a service with 2 arguments (option + serv...unknown2003-05-261-2/+5
* Fixed problem with 'kill pid-of-mysqld' on Mac OS Xunknown2003-05-261-4/+11
* 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
* - typo fix for newly added error messageunknown2003-03-101-1/+1
* Don't allow multiple --user options to mysqldunknown2003-03-101-1/+4
* A better, but larger fix for server_id bug ..unknown2003-03-051-3/+3
* Fix for SHOW VARIABLES on 64-bit platformsunknown2003-03-041-1/+1
* Fixed handling of lower_case_table_names in SHOW TABLE STATUS, mysql_list_fie...unknown2003-01-291-1/+1
* small fix for SHOW STATUSunknown2003-01-231-2/+2
* Safety fix to not allow one to specify too big max_alloc_packet to mysqldunknown2002-12-261-1/+1
* removed chroot() bugfix, now --chroot in 3.23 is broken again :((unknown2002-12-201-1/+2
* Make --lower-case-table-names default on MacOSXunknown2002-12-141-1/+6
* Added back -max to server name if we are using InnoDB.unknown2002-12-111-3/+3
* Update Windows binaries prefix according MySQL Pro release packageunknown2002-12-101-2/+2
* Proper fix for SHOW VARS on 64-bit systemsunknown2002-12-021-1/+1
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-11-281-0/+1
|\
| * chroot() need chdir("/") afterwards to workunknown2002-11-281-0/+1
* | Fix for shutdown on several instances servers started as standaloneunknown2002-11-271-12/+13
* | Merge work:/home/bk/mysql into mashka.mysql.fi:/home/my/mysql-3.23unknown2002-11-221-0/+4
|\ \
| * | Fixed bug with indexed NULL column <=> NULLunknown2002-11-221-0/+4
| |/
* | A fix for --bind-address=hostnameunknown2002-11-211-2/+1
|/
* Fix to get core file on Linuxunknown2002-11-051-0/+4
* Merge mysql.com:/home/nick/mysql/repository/mysql-3.23unknown2002-10-291-10/+2
|\
| * moved RAND initialization from mysqld.cc to sql_class.cc:THD::THD()unknown2002-10-291-10/+2
* | - fixed typo in mysqld.cc: "agaist" -> "against"unknown2002-10-171-1/+1
* | Added optional NT service and fix the TZ variable bugunknown2002-10-161-32/+98
* | Remove wrong clear of mysql_port when using --skip-show-databasesunknown2002-10-081-1/+0
|/
* Don't reset Delayed_insert_threads on FLUSH STATUSunknown2002-09-271-1/+1
* - backported gcc 3.0 linking fix from 4.0unknown2002-09-241-0/+2
* mysqld.cc:unknown2002-09-101-1/+3
* Fixed bug in mysqld when using configure --localstatedirunknown2002-08-231-1/+1
* Fix after mergeunknown2002-08-121-1/+0
* Fixed problem with BIGINT and shutdown on AIXunknown2002-08-121-9/+17
* Changed initialization of RND() to be less predictable.unknown2002-08-061-3/+11
* Added some patches provided by SuSE to fix build problems onunknown2002-07-151-5/+5
* Many files:unknown2002-07-081-0/+1
* mysqld.cc:unknown2002-06-221-2/+2
* Backported fix from 4.0 which caused core dumps for some complex queries.unknown2002-06-171-3/+4
* Fixed a problem with --skip-networking.unknown2002-05-311-1/+1
* New my_gethostbyname_r() handlingunknown2002-05-161-2/+2
* Abort if 'listen()' on TCP/IP fails.unknown2002-04-171-6/+7
* Fixed pthread_cond_timedwait() for HPUX and DCE threadsunknown2002-04-161-22/+29
* libwrap bug fix for Linux onlyunknown2002-04-131-0/+7
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2002-04-021-28/+47
|\
| * Fix compiler error on mysqld.ccunknown2002-03-261-1/+1
| * Fixed overflow bugunknown2002-03-261-15/+17
| * Fixes for --enable-named-pipeunknown2002-03-251-28/+22
| * Changing on NT the default named pipe for an optional userunknown2002-03-241-9/+31
| * Added help for --local-infileunknown2002-03-121-0/+1