- 24 Jun, 2004 16 commits
-
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
tomas@poseidon.bredbandsbolaget.se authored
into poseidon.bredbandsbolaget.se:/home/tomas/mysql-4.1-clean
-
tomas@poseidon.bredbandsbolaget.se authored
-
mskold@mysql.com authored
-
guilhem@mysql.com authored
you just need to change this line of mysqld.cc: #if MYSQL_VERSION_ID >= 40103 to, say, #if MYSQL_VERSION_ID > 40103 I am noticing a failure of bdb.test; I believe this is not related to the code I added yesterday and today, but I am checking. In any case I push this changeset as it cannot by itself bring more mess that I *may* (or not) already have brought with previous pushes.
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-root
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4198
-
tomas@poseidon.bredbandsbolaget.se authored
-
mskold@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
(the previous commit was in "non" fresh clone :-()
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
guilhem@mysql.com authored
a limitation of yesterday's implementation: if there was an unfinished transaction (COMMIT not typed), and some MyISAM tables were then updated, and then mysqld crashes, then at restart the server would use the too old binlog offset known by InnoDB to cut the binlog, thus cutting the successful MyISAM updates. We fix this by reporting the binlog offset into InnoDB even if InnoDB was not affected at all by the update. But the feature is still disabled until we decide if it can go into 4.1.3.
-
ram@gw.mysql.r18.ru authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4198
-
lenz@mysql.com authored
-
- 23 Jun, 2004 24 commits
-
-
guilhem@mysql.com authored
before being available to users. That will be the case in 4.1.4. The "bk commit in mysqldoc" corresponding to this feature was not pushed. Removing the 6 tests, they'll be pushed again later.
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-winfix
-
guilhem@mysql.com authored
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-winfix
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-1717
-
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.
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-winfix
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-winfix
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-winfix
-
dlenev@brandersnatch.localdomain authored
-
mwagner@here.mwagner.org authored
into here.mwagner.org:/Volumes/BK/mysql-4.1
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
mwagner@here.mwagner.org authored
Fixed vim to expandtab's, retab'd code Fixed CWD bug in trim_the_fat()
-
paul@kite-hub.kitebird.com authored
Fix typo.
-
mwagner@here.mwagner.org authored
Cleaned-up trim_the_fat()
-
paul@kite-hub.kitebird.com authored
Correct the help text for mysqldump --set-charset option.
-
lenz@mysql.com authored
weird compile errors)
-
lenz@mysql.com authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1
-
bar@mysql.com authored
--with-charset=binary didn't really work after my previous change.
-