- 21 Mar, 2006 12 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug18310/my51-bug18310
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug18310/my51-bug18310
-
msvensson@neptunus.(none) authored
- Add protection so that 'show_ssl_get_cipher_list' does not write after end of "buff"
-
gluh@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug18310/my51-bug18310
-
msvensson@neptunus.(none) authored
-
into c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug17754
-
-
into c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug17754
-
Fixed result files
-
- 20 Mar, 2006 15 commits
-
-
knielsen@mysql.com authored
by previous push.
-
into c-8808e253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug17754
-
Added new syntax ALTER TABLE t1 REMOVE PARTITIONING, changed semantics of ALTER TABLE t1 ENGINE=X; to not remove partitioning Fix a number of mix engine bugs in partitioning
-
holyfoot@vva.(none) authored
-
holyfoot@mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
-
gluh@eagle.intranet.mysql.r18.ru authored
added HA_EXTRA_WRITE_CACHE case to ha_partition::extra()
-
holyfoot@vva.(none) authored
-
gluh@eagle.intranet.mysql.r18.ru authored
use part_info->item_free_list instead of thd->free_list during partition function parsing
-
holyfoot@vva.(none) authored
additional fixes
-
holyfoot@mysql.com authored
into mysql.com:/home/hf/work/mysql-5.1.clean
-
gluh@eagle.intranet.mysql.r18.ru authored
additional check for subselect
-
gluh@eagle.intranet.mysql.r18.ru authored
Crash happened when one selected data from one of INFORMATION_SCHEMA tables and in order to build its contents server had to open view which used stored function and table or view on which one had not global or database-level privileges (e.g. had only table-level or had no privileges at all). The crash was caused by usage of check_grant() function, which assumes that either number of tables to be inspected by it is limited explicitly or table list used and thd->lex->query_tables_own_last value correspond to each other (the latter should be either 0 or point to next_global member of one of elements of this table list), in conditions when above assumptions were not true. This fix just explicitly limits number of tables to be inspected. Other negative effects which are caused by the fact that thd->lex->query_tables_own_last might not be set properly during processing of I_S tables are less disastrous and will be reported and fixed separetely.
-
knielsen@mysql.com authored
-
- 18 Mar, 2006 9 commits
-
-
hartmut@mysql.com authored
into mysql.com:/home/hartmut/projects/mysql/dev/5.1/gcc41
-
hartmut@mysql.com authored
-
mats@mysql.com authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
mats@mysql.com authored
Fixing tests to get the test suite passing. This does not hide the bug since it's a matter of performance, not correctness.
-
holyfoot@mysql.com authored
into mysql.com:/home/hf/work/mysql-5.1.clean
-
holyfoot@vva.(none) authored
added THD::work_part_info member where we now store modified partition_info structure. It allows no solve problem when different parts of the part_info get into different mem_roots
-
kent@mysql.com authored
-
mskold@mysql.com authored
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
- 17 Mar, 2006 4 commits
-
-
mats@mysql.com authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
cmiller@calliope.local authored
into calliope.local:/Volumes/Source/src/mysql-5.0__bug15846
-
cmiller@calliope.local authored
-
mats@mysql.com authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-