- 03 Feb, 2005 1 commit
-
-
guilhem@mysql.com authored
we store 7 bytes (1 + 2*3) in every Query_log_event. In the future if users want binlog optimized for small size and less safe, we could add --binlog-no-charset (and binlog-no-sql-mode etc): charset info is something by design optional (even if for now we don't offer possibility to disable it): it's not a binlog format change. We try to reduce the number of get_charset() calls in the slave SQL thread to a minimum by caching the charset read from the previous event (which will often be equal to the one of the current event). We don't use SET ONE_SHOT for charset-aware repl (we still do for timezones, will be fixed later). No more errors if one changes the global value of charset vars on master or slave (as we log charset info in all Query_log_event). Not fixing Load_log_event as it will be rewritten soon by Dmitri. Testing how mysqlbinlog behaves in rpl_charset.test. mysqlbinlog needs to know where charset file is (to be able to convert a charset number found in binlog (e.g. in User_var_log_event) to a charset name); mysql-test-run needs to pass the correct value for this option to mysqlbinlog. Many result udpates (adding charset info into every event shifts log_pos in SHOW BINLOG EVENTS). Roughly the same job is to be done for timezones :)
-
- 28 Jan, 2005 5 commits
-
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
wrong order in c-file
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
tomas@poseidon.ndb.mysql.com authored
ndbcluster requires more ports, this is the reason why builds will not start on multiple builds
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
- 27 Jan, 2005 21 commits
-
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
added shared memory config parameter, signum for use in signalling added global variable for holdign signum to be used for shared memory connection only fiddle with signals if it is set simplified common ndb client option handling
-
konstantin@mysql.com authored
-
heikki@hundin.mysql.fi authored
Add includes for the _stat() call to compile on Windows in Hot Backup build
-
heikki@hundin.mysql.fi authored
Add a note to the error message that is printed when memory allocation fails: 32-bit computers usually have at most 2 GB or 4 GB process memory space
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.last
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-5.0.last
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-5.0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
ingo@mysql.com authored
Adjusted the "Usage:" string. Ordered the option recognition in reverse order from "Usage:".
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
bar@mysql.com authored
CAST now always return a well-formed character string.
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b7261
-
gluh@gluh.mysql.r18.ru authored
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1
-
lenz@mysql.com authored
failed to find the newly introduced extra/mysqld_ername.h header file)
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
-
- 26 Jan, 2005 13 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
ingo@mysql.com authored
Added a call to close the meta file after a repair.
-
monty@mysql.com authored
into mysql.com:/my/mysql-5.0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
into patrick-galbraiths-computer.local:/Users/patg/mysql-5.0
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg7637
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/5.0
-
ingo@mysql.com authored
Archive fix by Ingo. Innodb compile fix by Monty.
-
ram@gw.mysql.r18.ru authored
to avoid linking problems referring to the variable from .c programs.
-
mleich@mysql.com authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-