An error occurred fetching the project authors.
- 13 Jan, 2005 1 commit
-
-
jimw@mysql.com authored
it has been specified. (Bug #7347)
-
- 06 Dec, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 16 Sep, 2004 1 commit
-
-
tomas@poseidon.(none) authored
set a printout in SocketClient only for debug
-
- 29 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 25 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Set default max_allowed_packet to be able to read help tables even if an my.cnf file with this option is present. (Bug #3938) Don't use default arguments for ha_rnd_init() Simple code cleanups since last pull
-
- 23 Jun, 2004 1 commit
-
-
monty@mysql.com authored
with ALTER TABLE and CREATE/DROP INDEX. (Bug #3109) Make net_buffer_length visible for mysql clients (Bug #4206)
-
- 18 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Don't pass --user to mysqld if --user is not used
-
- 10 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-
- 09 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
the rpm postinstall script must call mysql_install_db with --user=mysql, and mysql_install_db must then pass this to mysqld. Otherwise, mysqld runs as root, and if you have --log-bin=somewhere_out_of_var_lib_mysql it creates binlog files owned by root in this dir, and this dir is not fixed by the 'chmod mysql', so files remain owned by root, and later mysqld (running as 'mysql') can't read them. I'm hardcoding 'mysql' in the postinstall script, but it's already hardcoded there in many places (see the useradd and chown) so it's ok.
-
- 04 Jun, 2004 1 commit
-
-
paul@ice.snake.net authored
Correct a grammar error.
-
- 19 May, 2004 1 commit
-
-
monty@mysql.com authored
Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
-
- 11 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 30 Apr, 2004 1 commit
-
-
monty@mysql.com authored
Added checking of cut read lines in bootstrap thread (Bug #2874)
-
- 19 Mar, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 10 Mar, 2004 1 commit
-
-
vva@eagle.mysql.r18.ru authored
added tests for testing structure of mysql db
-
- 13 Jan, 2004 1 commit
-
-
lenz@mysql.com authored
for the MySQL root user (BUG#2375)
-
- 08 Dec, 2003 1 commit
-
-
monty@mysql.com authored
-
- 16 Oct, 2003 1 commit
-
-
lenz@mysql.com authored
and Tru64 when running "mysql_install_db"
-
- 07 Oct, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 04 Oct, 2003 1 commit
-
-
paul@ice.snake.net authored
-
- 26 Sep, 2003 1 commit
-
-
lenz@kallisto.local authored
if a variable is not defined (empty).
-
- 23 Sep, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
-
- 10 Sep, 2003 1 commit
-
-
lenz@mysql.com authored
use the local machine's IP address instead of the host name when building the initial grant tables if "skip-name-resolve" has been specified in my.cnf. This can be helpful on FreeBSD to avoid thread-safety problems with the FreeBSD resolver libraries. (Thanks to Jeremy Zawodny for the patch)
-
- 26 Aug, 2003 1 commit
-
-
lenz@mysql.com authored
other operating systems - some implementations of "hostname" simply set the host name to "-f" instead of giving an error about an unkown option
-
- 06 Aug, 2003 1 commit
-
-
lenz@mysql.com authored
Unfortunately the returned value of "hostname" is inconsistent on various platforms - some return the host name only, others return the FQDN by default. On Linux, one can use option "-f" to enable the output of the FQDN. Use it, if available.
-
- 17 Jul, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 15 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Removed compiler warnings
-
- 14 Jun, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 29 May, 2003 1 commit
-
-
vva@eagle.mysql.r18.ru authored
-
- 27 May, 2003 1 commit
-
-
vva@mysql.r18.ru authored
-
- 13 May, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Better fix for format('nan') Fix for HAVING COUNT(DISTINCT...)
-
- 21 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 07 Mar, 2003 1 commit
-
-
venu@myvenu.com authored
-
- 02 Mar, 2003 1 commit
-
-
venu@myvenu.com authored
-- To take care of .zip and .tar -- Initialization of 'data' directory without any host dependancy data -- Incorporate all changes from Monty
-
- 03 Feb, 2003 1 commit
-
-
lenz@mysql.com authored
updated all relevant files to honor this change (as discussed with vva) - added some more comments to the fill_help_tables script - minor cleanups
-
- 24 Nov, 2002 1 commit
-
-
peter@mysql.com authored
done for merge with newer version of code.
-
- 28 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 16 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed bug in SELECT ... ORDER BY ... LIMIT Fixed bug in ALTER TABLE and RENAME TABLE with --lower-case-table-names Fixed hang when using --with-openssl
-
- 12 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
SHOW DATABASES CREATE TEMPORARY TABLE LOCK TABLES REPLICATION SLAVE & REPLICATION CLIENT SUPER EXECUTE All scripts & documentation is updated for this change. Added better error messages for global privileges
-
- 08 Jun, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-