- 17 Sep, 2004 4 commits
-
-
pem@mysql.comhem.se authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-tzfix
-
dlenev@brandersnatch.localdomain authored
-
monty@mishka.local authored
Removed wrong warnings in test suite (This was because select_insert / select_create results was not freed. Added thd to openfrm() for initialization of TABLE->in_use. This fixed a bug in BDB handling where table->in_use was used early
-
- 15 Sep, 2004 3 commits
-
-
monty@mishka.local authored
-
jani@rhols221.adsl.netsonic.fi authored
-
monty@mishka.local authored
This allows one to setup a master <-> master replication with non conflicting auto-increment series. Cleaned up binary log code to make it easyer to add new state variables. Added simpler 'upper level' logic for artificial events (events that should not cause cleanups on slave). Simplified binary log handling. Changed how auto_increment works together with to SET INSERT_ID=# to make it more predictable: Now the inserted rows in a multi-row statement are set independent of the existing rows in the table. (Before only InnoDB did this correctly)
-
- 14 Sep, 2004 1 commit
-
-
- 13 Sep, 2004 3 commits
-
-
dlenev@brandersnatch.localdomain authored
-
jani@rhols221.adsl.netsonic.fi authored
-
jani@rhols221.adsl.netsonic.fi authored
-
- 11 Sep, 2004 4 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
-
bell@sanja.is.com.ua authored
fixed privilege system upgrade script, to allow VIEW privileges for used who have CREATE privilege (BUG#5329)
-
bell@sanja.is.com.ua authored
-
- 10 Sep, 2004 13 commits
-
-
petr@mysql.com authored
into mysql.com:/home/cps/mysql/devel/im/default_patch/mysql-5.0
-
petr@mysql.com authored
options.
-
paul@kite-hub.kitebird.com authored
test result.
-
bell@sanja.is.com.ua authored
-
paul@kite-hub.kitebird.com authored
Make "FRAC_SECOND"/"SQL_TSI_FRAC_SECOND" non-reserved words, must like "SECOND"/"SQL_TSI_SECOND", "MINUTE"/"SQL_TSI_MINUTE", etc. Will wait for okay to push. (It doesn't break any tests.)
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0-merge
-
pem@mysql.comhem.se authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-show-5.0
-
bell@sanja.is.com.ua authored
-
pem@mysql.comhem.se authored
Dropping the table was not the real problem, the problem was with errors occuring within error handlers.
-
dlenev@brandersnatch.localdomain authored
Added previously missing sql_trigger.cc file to embedded library.
-
- 09 Sep, 2004 11 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-show-5.0
-
bell@sanja.is.com.ua authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-1218-a
-
dlenev@brandersnatch.localdomain authored
-
pem@mysql.comhem.se authored
-
dlenev@mysql.com authored
-
bell@sanja.is.com.ua authored
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-5.0
-
monty@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
Fixed (together with Guilhem) bugs in mysqlbinlog regarding --offset Prefix addresses with 0x for easier comparisons of debug logs Fixed problem where MySQL choosed index-read even if there would be a much better range on the same index This fix changed some 'index' queries to 'range' queries in the test suite Don't create 'dummy' WHERE clause for trivial WHERE clauses where we can remove the WHERE clause. This fix removed of a lot of 'Using where' notes in the test suite. Give NOTE instead of WARNING if table/function doesn't exists when using DROP IF EXISTS Give NOTE instead of WARNING for safe field-type conversions
-
- 08 Sep, 2004 1 commit
-
-
dlenev@brandersnatch.localdomain authored
After review and after merge fixes.
-