- 12 Sep, 2003 4 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
fault). Fix is just initializing "host" (and "user") with 0, not a string.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
lenz@mysql.com authored
- removed "-traditional-cpp" from the darwin6 compile flags, as it broke compilation with gcc-3.3 on Mac OS X and does not seem to be required in general. - make sure to link libmysqld/examples/mysqltest.c with a C++ compiler, as the embedded server library (libmysqld.a) includes C++ code. This broke compilation with non-gcc compilers.
-
- 11 Sep, 2003 6 commits
-
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.0
-
heikki@hundin.mysql.fi authored
Fix buglets in previous push
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
heikki@hundin.mysql.fi authored
Fix bug: if a primary key contains more than one column, then MySQL seems to do fetch next even for a unique search condition: this in turn caused unnecessary locking which did not agree what the InnoDB manual promised
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
Now LOAD DATA FROM MASTER does not drop the database, instead it only tries to create it, and drops/creates table-by-table. * replicate_wild_ignore_table='db1.%' is now considered as "ignore the 'db1' database as a whole", as it already works for CREATE DATABASE and DROP DATABASE.
-
- 10 Sep, 2003 2 commits
-
-
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)
-
lenz@mysql.com authored
- tagged ChangeSet 1.1556 as mysql-4.0.15
-
- 09 Sep, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
-
- 08 Sep, 2003 7 commits
-
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1184/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1184/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1056/mysql-4.0
-
vva@eagle.mysql.r18.ru authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_1056/mysql-4.0
-
hf@deer.(none) authored
-
hf@deer.(none) authored
i fixed this in 4.1 in slightly different way
-
- 06 Sep, 2003 2 commits
-
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
just to make it compatible with the manual (fixed bug #1056)
-
- 05 Sep, 2003 7 commits
-
-
monty@mashka.mysql.fi authored
into mashka.mysql.fi:/home/my/mysql-4.0
-
carsten@tsort.bitbybit.dk authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
Another fix applied
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Fixed rare bug in MYISAM introduced in 4.0.3 where the index file header was not updated directly after an UPDATE of split dynamic rows.
-
- 04 Sep, 2003 2 commits
-
-
greg@mysql.com authored
Windows fix to avoid VC++ 6.0 compiler bug, which prevents compilation when function calls are present inside an expanded inline function
-
greg@mysql.com authored
Fix make_win_src_distribution
-
- 03 Sep, 2003 5 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
monty@narttu.mysql.fi authored
-
gerberb@ou800.zenez.com authored
into ou800.zenez.com:/unixware/home/mount/ou800/zenez3/zenez/bk/blg/mysql-4.0
-
gerberb@ou800.zenez.com authored
-
- 02 Sep, 2003 4 commits
-
-
serg@serg.mylan authored
proper obligatory quoting of identifiers in mysqldump<->server communication (unrelated from command-line options)
-
ram@mysql.r18.ru authored
Fix for the bug #971: ORDER BY DESC doesn't return correct num of rows with BDB and an indexed column.
-
vva@eagle.mysql.r18.ru authored
-
serg@serg.mylan authored
-