- 22 Mar, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.1
-
- 21 Mar, 2006 20 commits
-
-
mats@mysql.com authored
-
georg@lmy002.wdf.sap.corp authored
(approved by kostja)
-
mats@mysql.com authored
into mysql.com:/home/bk/b18293-mysql-5.1-new
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
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"
-
mats@mysql.com authored
into mysql.com:/home/bk/b18293-mysql-5.0
-
mats@mysql.com authored
Generating character set-independent quoting of strings for the binary log when executing statements from inside stored procedure.
-
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
-
msvensson@neptunus.(none) authored
- Update for 5.1 - Add "have_dlopen" - Remove requirement to load udf's only in "opt_plugin_dir"
-
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 18 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug11835/my51-bug11835
-
knielsen@mysql.com authored
by previous push.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug11835/my51-bug11835
-
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
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug11835/my51-bug11835
-
msvensson@neptunus.(none) authored
-
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.
-