- 17 Nov, 2005 5 commits
-
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
mskold@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13399-2
-
dlenev@mysql.com authored
which is now dropped" and bug #12329 "Bogus error msg when executing PS with stored procedure after SP was re-created".
-
konstantin@mysql.com authored
function with a cursor". Enable execution of SELECT queries in SP on slave.
-
- 16 Nov, 2005 12 commits
-
-
pekka@mysql.com authored
into mysql.com:/export/space/pekka/ndb/version/my50
-
ingo@production.mysql.com authored
into production.mysql.com:/usersnfs/istruewing/autopush/mysql-5.0
-
ingo@production.mysql.com authored
into production.mysql.com:/usersnfs/istruewing/autopush/mysql-5.0
-
ingo@mysql.com authored
After merge fix.
-
serg@serg.mylan authored
-
pekka@mysql.com authored
into mysql.com:/export/space/pekka/ndb/version/my50
-
pekka@mysql.com authored
-
bell@sanja.is.com.ua authored
Issuing error about presence of commit/rollback statements in stored functions and triggers added to SP parsing procedure (BUG#13627) The crash mentioned in original bug report is already prevented by one of previous patches (fix for bug #13343 "CREATE|etc TRIGGER|VIEW|USER don't commit the transaction (inconsistency)"), this patch only improve error returning.
-
pekka@mysql.com authored
Auto merged
-
pekka@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
- 15 Nov, 2005 12 commits
-
-
evgen@moonbone.local authored
-
ingo@mysql.com authored
Version for 5.0. It fixes three problems: 1. The cause of the bug was that we did not check the table version for the HANDLER ... READ commands. We did not notice when a table was replaced by a new one. This can happen during ALTER TABLE, REPAIR TABLE, and OPTIMIZE TABLE (there might be more cases). I call the fix for this problem "the primary bug fix". 2. mysql_ha_flush() was not always called with a locked LOCK_open. Though the function comment clearly said it must. I changed the code so that the locking is done when required. I call the fix for this problem "the secondary fix". 3. In 5.0 (not in 4.1 or 4.0) DROP TABLE had a possible deadlock flaw in concur with FLUSH TABLES WITH READ LOCK. I call the fix for this problem "the 5.0 addendum fix".
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug6-5.0
-
evgen@moonbone.local authored
into moonbone.local:/work/14850-bug-5.0-mysql
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug6-5.0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ingo@mysql.com authored
After merge fix.
-
bell@sanja.is.com.ua authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.0-4000
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug14723/mysql-5.0
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
- 14 Nov, 2005 11 commits
-
-
evgen@moonbone.local authored
test_if_order_by_key() expected only Item_fields to be in order->item, thus failing to find available index on view's field, which results in reported error. Now test_if_order_by_key() calls order->item->real_item() to get field for choosing index.
-
evgen@moonbone.local authored
Item_ref's null_value wasn't updated in save_org_in_field() causing reported error.
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/#14569-mysql-5.0
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug14723/mysql-5.0
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
SergeyV@selena. authored
-
SergeyV@selena. authored
-
SergeyV@selena. authored
into selena.:H:/MYSQL/bkt/mysql-5.0
-
SergeyV@selena. authored
my_sopen() on win32 which allows to use FILE_SHARE_DELETE flag to allow deleting opened files. my_sopen() implementation is added to support this functionality.
-
SergeyV@selena. authored
-
kent@mysql.com authored
Disabled yaSSL support for now
-