- 18 Nov, 2005 1 commit
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.1-merge-of-5.0 (not all files are good, I'll fix; I'll ask some devs to check their part)
-
- 17 Nov, 2005 4 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-5.1
-
guilhem@mysql.com authored
The code was reading a HASH or DYNAMIC_ARRAY which may be uninited (difference from 5.0 is that those vars were always zeroed in 5.0 because were static globals, while they are new'd in 5.1).
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-bdb_region
-
andrey@lmy004. authored
-
- 16 Nov, 2005 2 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
lars@mysql.com authored
-
- 15 Nov, 2005 1 commit
-
-
andrey@lmy004. authored
into lmy004.:/work/mysql-5.1-bdb_region
-
- 14 Nov, 2005 9 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
-
pekka@mysql.com 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
-
-
andrey@lmy004. authored
- added bdb-cache-parts - modified bdb-cache-size to support more than 4G - added bdb-region-size (size of memory pool for storing file names used in transaction)
-
jimw@mysql.com authored
-
- 11 Nov, 2005 13 commits
-
-
joerg@mysql.com authored
-
jimw@mysql.com authored
be the same as the suggested innodb_buffer_pool_size.
-
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;
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.1
-
georg@lmy002.wdf.sap.corp authored
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-bug-14662
-
andrey@lmy004. authored
-
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 7 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/show-5.1-new
-
brian@zim.(none) authored
-
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)
-