- 23 Mar, 2006 1 commit
-
-
pekka@mysql.com authored
-
- 22 Mar, 2006 4 commits
-
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.1-new.b18172
-
bar@mysql.com authored
After review fix. Thanks to Gluh for suggestion. Bug#18172: XML: Extractvalue() accepts mallformed XPath without a XPath syntax error
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
georg@lmy002.wdf.sap.corp authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.1
-
- 21 Mar, 2006 14 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
-
tomas@poseidon.ndb.mysql.com authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
-
tomas@poseidon.ndb.mysql.com authored
- in ndb_binlog_thread_handle_schema_event make sure to postpone "slock achnowledgement" until event has been put into the binlog + some cleanup, Cluster_replication_schem -> Cluster_schema, indentation
-
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
-
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 16 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
-
bar@mysql.com authored
XPath without a XPath syntax error item_xmlfunc.cc: Error message didn't happen because after a failing attempt to parse RelativeLocationPath, my_xpath_parse_AbsoluteLocationPath() returned success. Changeing logic a bit: - Try to parse EOF first, return success if true. - Then try to parse RelativeLocationPath(), return success if true. - Otherwise return failure. xml.result: Adding test case. Also, this change made it possible to generate an error message earlier in the case of another bad XPATH syntax. xml.test: Adding test case.
-
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 5 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
-