- 23 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
Final push. Printing some warnings at startup, as --innodb-safe-binlog requires some other options, to work as expected. Adding 6 new tests (3 pairs). If they fail on some platforms (so far they have been run only on my Linux), they should be ignored for the 4.1.3 build (you can just rm mysql-test/*/rpl_crash_*). Now going to update doc.
-
- 20 Jun, 2004 1 commit
-
-
guilhem@mysql.com authored
Won't be pushed as is - separate email sent for internal review. WL#1717 "binlog-innodb consistency". Now when mysqld starts, if InnoDB does a crash recovery, we use the binlog name and position retrieved from InnoDB (corresponding to the last transaction successfully committed by InnoDB) to cut any rolled back transaction from the binary log. This is triggered by the --innodb-safe-binlog option. Provided you configure mysqld to fsync() InnoDB at every commit (using flush_log_at_trx_commit) and to fsync() the binlog at every write (using --sync-binlog=1), this behaviour guarantees that a master always has consistency between binlog and InnoDB, whenever the crash happens. 6 tests to verify that it works.
-
- 18 Jun, 2004 9 commits
-
-
bar@mysql.com authored
No commit message
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-push
-
bar@deer.(none) authored
New collations were added.
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-tz-push
-
dlenev@brandersnatch.localdomain authored
Added basic per-thread time zone functionality (based on public domain elsie-code). Now user can select current time zone (from the list of time zones described in system tables). All NOW-like functions honor this time zone, values of TIMESTAMP type are interpreted as values in this time zone, so now our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH LOCAL TIME ZONE (or proper PostgresSQL type). WL#1266 "CONVERT_TZ() - basic time with time zone conversion function". Fixed problems described in Bug #2336 (Different number of warnings when inserting bad datetime as string or as number). This required reworking of datetime realted warning hadling (they now generated at Field object level not in conversion functions). Optimization: Now Field class descendants use table->in_use member instead of current_thd macro.
-
bar@deer.(none) authored
Code optimization to make it look better and work faster.
-
bar@deer.(none) authored
Fix for compilation failure when HAVE_CHARSET_ucs2 is not defined.
-
konstantin@mysql.com authored
character set introducer": add new item type to be returned before from Item_param until it's value is set. This way items like Item_bool_func2 and udf_handler won't treat this item as constant literal when statement is prepared.
-
tomas@poseidon.bredbandsbolaget.se authored
-
- 17 Jun, 2004 12 commits
-
-
tomas@poseidon.bredbandsbolaget.se authored
hpux make fix
-
tomas@poseidon.bredbandsbolaget.se authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1
-
tomas@poseidon.bredbandsbolaget.se authored
-
tomas@poseidon.bredbandsbolaget.se authored
-
tomas@poseidon.bredbandsbolaget.se authored
-
tomas@poseidon.bredbandsbolaget.se authored
-
tomas@poseidon.bredbandsbolaget.se authored
compile error on hpux
-
tomas@poseidon.ndb.mysql.com authored
No commit message
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
-
tomas@poseidon.bredbandsbolaget.se authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1
-
tomas@poseidon.bredbandsbolaget.se authored
-
- 16 Jun, 2004 17 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.1-4030
-
konstantin@mysql.com authored
-
heikki@hundin.mysql.fi authored
Remove the use of mem_realloc in fil0fil.c; mem_realloc() was broken and the patch to remove its definition will propagate from the 4.0 tree; crash recovery with innodb_file_per_table has to be tested after this patch, not tested yet
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.1-4030
-
konstantin@mysql.com authored
-
paul@kite-hub.kitebird.com authored
-
paul@kite-hub.kitebird.com authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-4.1
-
tomas@poseidon.bredbandsbolaget.se authored
Delete: ndb/bin/mysqlclusterd .del-mysqlcluster_install_db~f363f803506081a6: Delete: ndb/bin/mysqlcluster_install_db .del-mysqlcluster~26c9c37938503734: Delete: ndb/bin/mysqlcluster
-
tomas@poseidon.bredbandsbolaget.se authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1
-
tomas@poseidon.bredbandsbolaget.se authored
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
bar@mysql.com authored
- mutex was unlocked before the end of the critical sesion, - Portability issue: It's better to use (*alloc)(x) instead of alloc(x), if alloc is a function passed as an argument. - Use {} around if() block, to avoid possible problems with some Windows compilers.
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
missing file
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-
bell@sanja.is.com.ua authored
-
lenz@mysql.com authored
enabled
-