- 26 May, 2005 15 commits
-
-
monty@mysql.com authored
-
msvensson@neptunus.(none) authored
- Add O_SHARE when opening file.
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-conf-fixes-2
-
sergefp@mysql.com authored
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
joerg@mysql.com authored
-
monty@mysql.com authored
-
monty@mysql.com authored
Moved detection of wrong decimal fields before decimal field was created to avoid ASSERT() for DECIMAL(1)
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug9879
-
kent@mysql.com authored
Updated test data in system tables
-
- 25 May, 2005 15 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
jimw@mysql.com authored
fix from the main 5.0 tree. (Bug #10687)
-
monty@mysql.com authored
-
monty@mysql.com authored
-
tulin@mysql.com authored
into mysql.com:/data0/mysqldev/tomas/mysql-5.0-build
-
joerg@mysql.com authored
-
tulin@mysql.com authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
We will however give a warning when opening such a table that users should use ALTER TABLE ... FORCE to fix the table. In future release we will fix that REPAIR TABLE will be able to handle this case
-
monty@mysql.com authored
Added ASSERT() to detect wrongly packed fields
-
joerg@mysql.com authored
Added a missing "make clean" to the RPM "spec" file which had caused the original 4.1.12 RPMs to be broken. (bug#10674, bug#10681)
-
svoj@mysql.com authored
Merge with latest yaSSL, fix compilation error for SSE2 processors.
-
marko@hundin.mysql.fi authored
innobase_shutdown_for_mysql(): Do very fast shutdown only if srv_fast_shutdown==2, not if srv_fast_shutdown!=0 (Bug #9673)
-
stewart@mysql.com authored
-
stewart@mysql.com authored
-
- 24 May, 2005 10 commits
-
-
acurtis@xiphis.org authored
into xiphis.org:/usr/home/antony/work2/p3-bug7241.6
-
acurtis@xiphis.org authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg5860
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
-
svoj@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
dlenev@mysql.com authored
-
dlenev@brandersnatch.localdomain authored
#5860 "Multi-table UPDATE does not activate update triggers" #6812 "Triggers are not activated for INSERT ... SELECT" #8755 "Trigger is not activated by LOAD DATA". This patch also implements proper handling of triggers for special forms of insert like REPLACE or INSERT ... ON DUPLICATE KEY UPDATE. Also now we don't call after trigger in case when we have failed to inserted/update or delete row. Trigger failure should stop statement execution. I have not properly tested handling of errors which happen inside of triggers in this patch, since it is simplier to do this once we will be able to access tables from triggers.
-