- 27 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
and [mysqld_safe] section in my.cnf, even if they are also specified in [mysql] section.
-
- 18 Sep, 2003 1 commit
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
- 17 Sep, 2003 7 commits
-
-
lenz@mysql.com authored
-
jani@rhols221.adsl.netsonic.fi authored
backticks.
-
jani@rhols221.adsl.netsonic.fi authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.0
-
jani@rhols221.adsl.netsonic.fi authored
being read correctly from my.cnf.
-
kostja@oak.local authored
optimiser bug patch.
-
kostja@oak.local authored
into oak.local:/home/kostja/mysql/mysql-4.0-root
-
kostja@oak.local authored
-
- 16 Sep, 2003 5 commits
-
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0
-
kostja@oak.local authored
into oak.local:/home/kostja/mysql/mysql-4.0-rightnow
-
kostja@oak.local authored
-
kostja@oak.local authored
-
kostja@oak.local authored
into account to increase the cost of FULL SCAN
-
- 15 Sep, 2003 5 commits
-
-
kostja@oak.local authored
into oak.local:/home/kostja/mysql/mysql-4.0-rightnow
-
greg@mysql.com authored
into mysql.com:/home/greg/bk/4.0
-
greg@mysql.com authored
Remove 3.23 InstallShield files, improve make_win_src_distribution, add extra myTest.dsp to be copied into distributions as a fix for BUG#999
-
kostja@oak.local authored
to estimate correctly cost of full table scan we should take into account rows read and skipped on each iteration.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
- 12 Sep, 2003 11 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
dlenev@mysql.com authored
-
guilhem@mysql.com authored
DO NOT COPY THIS CODE TO 4.0. The bugfix is better in 4.0, but here in 3.23 we don't want to add a new error code so we just use ER_EMPTY_QUERY. Bug was: "If a query was ignored on the slave (because of @code{replicate-ignore-table} and other similar rules), the slave still checked if the query got the same error code (0, no error) as on the master. So if the master had an error on the query (for example, ``Duplicate entry'' in a multiple-row insert), then the slave stopped and warned that the error codes didn't match. (Bug #797)"
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.0-build
-
guilhem@mysql.com authored
fault). Fix is just initializing "host" (and "user") with 0, not a string.
-
lenz@mysql.com authored
C compiler barf
-
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 7 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.
-
lenz@mysql.com authored
to be able to compile on HP-UX 10.20 (which does not have in_add_t).
-
- 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
-
-
serg@serg.mylan authored
Bug#1204
-