- 17 Nov, 2005 1 commit
-
-
eric@mysql.com authored
-
- 16 Nov, 2005 2 commits
-
-
eric@mysql.com authored
BUG#12659 error handling in federated needs improvement. Sanja pointed out that we were copying an entire buffer, most of which was probably garbage, and possibly hidden by null termination in the middle of the buffer. Now we are only copying the error message.
-
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.
-
- 15 Nov, 2005 7 commits
-
-
evgen@moonbone.local authored
-
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
-
bell@sanja.is.com.ua authored
-
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 12 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
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
-
- 13 Nov, 2005 1 commit
-
-
kent@mysql.com authored
Corrected search for 'mysqlimport' executable
-
- 12 Nov, 2005 2 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
svoj@mysql.com authored
-
- 11 Nov, 2005 11 commits
-
-
joerg@mysql.com authored
-
SergeyV@selena. authored
we changing current db temporarily and restore it when sp is created. however thd->db in this case becomes empty string rather than NULL and so all checks of thd->db == NULL will be false. So if after this we'll issue create procedure sp2()... without specifying db it will succeed and create sp with db=NULL, which causes mysqldto crash on show procedure status statement. This patch fixes the problem.
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug14723/mysql-5.0
-
SergeyV@selena. authored
it is added a check of not being empty value. When modifying SP with Admin application on win32 it does not pass curent database so sp is stored with db=null which causes a crash later on show procedure status;
-
pem@mysql.com authored
in the function body Changed the way the end of query was found from the lex state. The routine body was not extracted correctly when using the /*!version ... */ wrapper (in dump files); for some types of routines (e.g. with a label at the first begin), the trailing "*/" was not skipped.
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-14662
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-14662
-
timour@mysql.com authored
the same column as an aliased and as a non-aliased column. The problem was that Item_direct_view_ref::eq() was first comparing view columns by name, and in this case the name of one of them is different since it is aliased.
-
gluh@eagle.intranet.mysql.r18.ru authored
for invalid view Permit SHOW CREATE VIEW, SHOW CREATE TABLE, and retrieval of metadata from information_schema for invalid views
-
anozdrin@mysql.com authored
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/MySQL/devel/5.0-wl2818
-
- 10 Nov, 2005 4 commits
-
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/MySQL/devel/5.0-wl2818
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
anozdrin@mysql.com authored
into mysql.com:/home/alik/MySQL/devel/5.0-wl2818
-