- 14 Nov, 2005 8 commits
-
-
SergeyV@selena. authored
into selena.:H:/MYSQL/src/#14569-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
-
- 11 Nov, 2005 9 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.
-
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;
-
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 22 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
-
anozdrin@mysql.com authored
checks on trigger activation)
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0-release
-
guilhem@mysql.com authored
Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are, the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures. They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)"). We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
brian@zim.(none) authored
-
holyfoot@mysql.com authored
into mysql.com:/home/hf/work/mysql-5.0.14268
-
ramil@mysql.com authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.0-release
-
guilhem@mysql.com authored
"Item_date_add_interval needs to have the int_type member as Public". As explained in the bug report, this change is is to help http://search.cpan.org/~philips/DBIx-MyParse-0.20/ So please keep those members public.
-