- 12 Oct, 2005 26 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
so a typo on flags will go unnoticed; I put flags in this my_free() definition (as a no-op which will still make the compiler check correctness of the flags). Applied: this caught a typo in my_realloc.c. Kindly approved by Konstantin and Mats.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0
-
eric@mysql.com authored
(problem found by kent)
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-repl
-
kent@mysql.com authored
Copy *.cnf files in mysql-test/std_data/ Makefile.am: Added std_data/*.cnf to copy ndb config
-
guilhem@mysql.com authored
To force a restart at the end of test, the option file must be non-empty, it's not enough if it exists and is empty.
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0; a very bad automerge (issues with non-ascii chars), plus some hard conflicts I'll fix by hand in a next cset
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-repl
-
dlenev@mysql.com authored
can't be executed on slave". It will be possible to solve this problem in more correct way when we will implement WL#2897 "Complete definer support in the stored routines".
-
guilhem@mysql.com authored
SCCS merged
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13510/mysql-5.0
-
sergefp@mysql.com authored
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13510/mysql-5.0
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
in short we now record whenever the slave I/O thread ignores a master's event because of its server id, and use this info in the slave SQL thread to advance Exec_master_log_pos. Because if we do not, this variable stays at the position of the last executed event, i.e. the last *non-ignored* executed one, which may not be the last of the master's binlog (and so the slave *looks* behind the master though it's data-wise it's not).
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13616/mysql-5.0
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug13616/mysql-5.0
-
gluh@mysql.com authored
into mysql.com:/home/gluh/MySQL/Merge/5.0
-
gluh@eagle.intranet.mysql.r18.ru authored
-
grog@mysql.com authored
into mysql.com:/users/grog/4.1
-
grog@mysql.com authored
Bug #10308: Parse 'purge master logs' with subselect correctly. subselect.test: Bug #10308: Test for 'purge master logs' with subselect. subselect.result: Bug #10308: Test result for 'purge master logs' with subselect.
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
gluh@mysql.com authored
-
- 11 Oct, 2005 14 commits
-
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
- CHAR() now returns binary string as default - CHAR(X*65536+Y*256+Z) is now equal to CHAR(X,Y,Z) independent of the character set for CHAR() - Test for both ETIMEDOUT and ETIME from pthread_cond_timedwait() (Some old systems returns ETIME and it's safer to test for both values than to try to write a wrapper for each old system) - Fixed new introduced bug in NOT BETWEEN X and X - Ensure we call commit_by_xid or rollback_by_xid for all engines, even if one engine has failed - Use octet2hex() for all conversion of string to hex - Simplify and optimize code
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
evgen@moonbone.local authored
into moonbone.local:/work/13327-bug-5.0-mysql
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0-build
-
evgen@moonbone.local authored
into moonbone.local:/work/13327-bug-5.0-mysql
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1-build
-
lenz@mysql.com authored
-
eric@mysql.com authored
into mysql.com:/Users/eric/dev/mysql-5.0
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
pem@mysql.com authored
Disallow conflicting use of variables named "password" and "names". If such a variable is declared, and "SET ... = ..." is used for them, an error is returned; the user must resolve the conflict by either using `var` (indicating that the local variable is set) or by renaming the variable. This is necessary since setting "password" and "names" are treated as special cases by the parser.
-
guilhem@mysql.com authored
we now issue a warning (at slave's server startup only) when a relay log is named using the implicit hostname-relay-bin naming. Like we already do for binlogs.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.b9278
-
bar@mysql.com authored
Fixed compilation problem on FreeBSD, after discussion with Jani. Doesn't FreeBSD follow the standard?
-