- 05 Oct, 2004 1 commit
-
-
monty@mishka.local authored
-
- 04 Oct, 2004 5 commits
-
-
monty@mishka.local authored
-
monty@mishka.local authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
-
- 02 Oct, 2004 1 commit
-
-
monty@mishka.local authored
More tests. Better error messages. Fixed bug when checking if we updated all needed columns for INSERT. Give an error if we encounter a wrong float value during parsing. Don't print DEFAULT for columns without a default value in SHOW CREATE/SHOW FIELDS. Fixed UPDATE IGNORE when using STRICT mode.
-
- 01 Oct, 2004 2 commits
-
-
brian@avenger.(none) authored
into avenger.(none):/export/brian/mysql/schema-5.0
-
brian@avenger.(none) authored
-
- 29 Sep, 2004 3 commits
-
-
pem@mysql.comhem.se authored
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
CHECK OPTION moved to one function view name added to error messages
-
- 28 Sep, 2004 4 commits
-
-
paul@kite-hub.kitebird.com authored
Add missing semicolons.
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-5.0
-
monty@mishka.local authored
Under strict mode MySQL will generate an error message if there was any conversion when assigning data to a field. Added checking of date/datetime fields. If strict mode, give error if we have not given value to field without a default value (for INSERT)
-
bell@sanja.is.com.ua authored
-
- 26 Sep, 2004 2 commits
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-dump-5.0
-
bell@sanja.is.com.ua authored
-
- 24 Sep, 2004 4 commits
-
-
bk-internal.mysql.com://home/bk/mysql-5.0guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0
-
guilhem@mysql.com authored
In binary log events, flags are 2 bytes, not 4. Using 4 resulted in buffer overflow (and on a certain build it resulted in overwriting another part of the event without crashing :( ).
-
dlenev@brandersnatch.localdomain authored
privilege checking is not in place yet.
-
bell@sanja.is.com.ua authored
mysqldump view support (BUG#4972) workaround to allow view work after LOCK TABLES
-
- 18 Sep, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
-
- 17 Sep, 2004 9 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-amf
-
bell@sanja.is.com.ua authored
(BUG#4777)
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-amf
-
pem@mysql.comhem.se authored
-
dlenev@brandersnatch.localdomain authored
We should not replace Item_arena in Item_bool_func2::fix_length_and_dec() if this is conventional statement, since in this case THD::current_arena is the same as active arena and we will overwrite arena with its older version during restore_backup_item_arena() call.
-
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
-
- 16 Sep, 2004 2 commits
-
-
bell@sanja.is.com.ua authored
now we allow to careate VIEW without any privileges on view columns (except create view privilege) (BUG#5152)
-
bell@sanja.is.com.ua authored
-
- 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 2 commits
-
-
dlenev@brandersnatch.localdomain authored
-
jani@rhols221.adsl.netsonic.fi authored
-