- 07 Dec, 2005 5 commits
-
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg11555-2
-
dlenev@mysql.com authored
impossible view security". We should not expose names of tables which are explicitly or implicitly (via routine or trigger) used by view even if we find that they are missing. So during building of list of prelocked tables for statement we track which routines (and therefore tables for these routines) are used from views. We mark elements of LEX::routines set which correspond to routines used in views by setting Sroutine_hash_entry::belong_to_view member to point to TABLE_LIST object for topmost view which uses routine. We propagate this mark to all routines which are used by this routine and which we add to this set. We also mark tables used by such routine which we add to the list of tables for prelocking as belonging to this view.
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-2486
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
- 06 Dec, 2005 9 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
konstantin@mysql.com authored
prepared statement execute
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-5.0-ss52
-
aivanov@mysql.com authored
to crash". Changes from snapshot innodb-5.0-ss52. Note that buf_block_t::index should be protected by btr_search_latch or an s-latch or x-latch on the index page. btr_search_drop_page_hash_index(): Read block->index while holding btr_search_latch and use the cached value in the loop. Remove some redundant assertions. Also fix 13778. When FOREIGN_KEY_CHECKS=0 we still need to check that datatypes between foreign key references are compatible. Also added test cases to 9802.
-
timour@mysql.com authored
into mysql.com:/home/timka/mysql/src/5.0-2486
-
pem@mysql.com authored
Changed variable type and added comment in sp.c.
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/bug14233/mysql-5.0
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/bug15512
-
stewart@mysql.com authored
-
- 05 Dec, 2005 10 commits
-
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
mleich@mysql.com authored
into mysql.com:/home/matthias/Arbeit/mysql-5.0/src-Z
-
joerg@mysql.com authored
-
mleich@mysql.com authored
Solution according to the comments made by Guilhem - rpl_relayrotate Remove the SHOW SLAVE STATUS It is not needed. - rpl_until, rpl_deadlock Omit the printing of the "Slave_IO_Running" value
-
joerg@mysql.com authored
(Backport of an identical change from 5.0)
-
joerg@mysql.com authored
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
knielsen@mysql.com authored
is not defined.
-
- 04 Dec, 2005 4 commits
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.0
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
-
- 03 Dec, 2005 2 commits
-
-
kent@mysql.com authored
Make __cxa_pure_virtual weak symbol
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
- 02 Dec, 2005 10 commits
-
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my50-bug11731
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge1-5.0
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my50-bug11731
-
konstantin@mysql.com authored
used instead of column", the bug is to be fixed later.
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge1-5.0
-
bell@sanja.is.com.ua authored
of SELECT from query begining, to be independet of query buffer allocation. Correct procedure used to find beginning of the current statement during parsing (BUG#14885).
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge1-5.0
-
evgen@moonbone.local authored
After merge fix
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my50-bug11731
-
msvensson@neptunus.(none) authored
- Add tests to mysqltest.test - Problem no longer exists
-