- 03 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
by binlogging some SET ONE_SHOT CHARACTER_SETetc, which will be enough until we have it more compact and more complete in 5.0. With the present patch, replication will work ok between 4.1.3 master and slaves, as long as: - master and slave have the same GLOBAL.COLLATION_SERVER - COLLATION_DATABASE and CHARACTER_SET_DATABASE are not used - application does not use the fact that table is created with charset of the USEd db (BUG#2326). all of which are not too hard to fulfill. ONE_SHOT is reserved for internal use of mysqlbinlog|mysql and works only for charsets, so we give error if used for non-charset vars. Fix for BUG#3875 "mysqlbinlog produces wrong ouput if query uses variables containing quotes" and BUG#3943 "Queries with non-ASCII literals are not replicated properly after SET NAMES". Detecting that master and slave have different global charsets or server ids.
-
- 01 Jun, 2004 3 commits
-
-
marko@hundin.mysql.fi authored
Do not lock raw devices or files opened for read only
-
heikki@hundin.mysql.fi authored
Add missing newlines in fprintfs
-
marko@hundin.mysql.fi authored
allow deletion of tablespaces whose names contain "'"
-
- 31 May, 2004 3 commits
-
-
konstantin@mysql.com authored
no AM_MAINTAINER_MODE macro in configure.in
-
konstantin@mysql.com authored
mode and one should expect better dependencies tracking.
-
konstantin@mysql.com authored
result": new Item_param member for use in val_str()
-
- 28 May, 2004 13 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
bell@sanja.is.com.ua authored
removed influence of some tests on other tests
-
msvensson@build.mysql.com authored
Added include of ndbout
-
msvensson@build.mysql.com authored
Missing semicolon
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
monty@mysql.com authored
-
magnus@neptunus.(none) authored
into neptunus.(none):/home/magnus/mysql-4.1
-
magnus@neptunus.(none) authored
-
monty@mysql.com authored
-
heikki@hundin.mysql.fi authored
Improved a comment about HAVE_BROKEN_PREAD: pread() only works on HP-UX 11.0 if one installs kernel patch PHKL_20349 or greater
-
- 27 May, 2004 19 commits
-
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-4.1
-
monty@mysql.com authored
-
monty@mysql.com authored
-
-
monty@mysql.com authored
-
serg@serg.mylan authored
-
dlenev@brandersnatch.localdomain authored
produce hex digits in lower case). (fixed version) Replaced _dig_vec array with two _dig_vec_upper/_dig_vec_lower arrays. Added extra argument to int2str function which controls case of digits you get. Replaced lot of invocations of int2str for decimal radix with more optimized int10_to_str() function. Removed unused my_itoa/my_ltoa functions.
-
marko@hundin.mysql.fi authored
Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE Remove (char*) casts of string constants; add const qualifiers Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.spa
-
hf@deer.(none) authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
-
- 26 May, 2004 1 commit
-
-
monty@mysql.com authored
-