1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/mysql-test/r
unknown 1a3cb50c24 Bug#18170: XML: ExtractValue(): XPath expression can't use QNames (colon in names)
Problem source:
Qualified names (aka QName) didn't work as tag names and attribute names,
because the parser lacked a real rule to scan QName, so it understood
only non-qualified names without prefixes.

Solution:
New rule was added to check both "ident" and "ident:ident" sequences.


mysql-test/r/xml.result:
  Adding test case
mysql-test/t/xml.test:
  Adding test case
sql/item_xmlfunc.cc:
  Adding real QName parser rule and using it in NodeTest rule.
2006-04-17 11:49:20 +05:00
..
2006-03-14 09:37:29 -08:00
2006-02-15 02:19:42 +02:00
2006-03-28 13:28:35 +02:00
2006-03-02 23:40:51 +01:00
2006-04-07 11:29:15 +02:00
2006-03-06 23:20:19 +01:00
2006-03-06 23:20:19 +01:00
2006-03-06 23:20:19 +01:00
2006-01-12 19:51:02 +01:00
2006-03-21 16:26:47 +04:00
2006-03-06 23:43:47 +01:00
2006-03-06 20:06:56 +01:00
2006-01-12 19:51:02 +01:00
2006-03-11 15:52:38 +01:00
2006-01-19 13:32:58 -05:00
2006-03-14 09:37:29 -08:00
2006-03-10 14:36:48 +01:00
2006-03-10 21:43:50 +01:00
2006-01-12 19:51:02 +01:00
2006-02-26 15:11:56 +02:00
2006-02-26 15:11:56 +02:00
2006-02-09 15:29:57 +01:00
2006-02-09 15:29:57 +01:00
2006-02-13 16:36:11 +01:00
2006-02-13 16:36:11 +01:00
2006-03-11 15:52:38 +01:00
2006-03-11 15:52:38 +01:00
2006-02-15 14:02:47 +01:00
2006-01-12 19:51:02 +01:00
2006-03-11 15:52:38 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-03-10 17:31:07 +01:00
2006-02-08 10:33:21 +01:00
2006-02-15 14:02:47 +01:00
2006-03-06 20:09:16 +01:00
2006-02-17 00:54:00 +01:00
2006-03-14 09:37:29 -08:00
2006-03-25 13:14:52 +01:00
2006-03-09 21:00:45 +03:00
2006-03-06 23:20:19 +01:00
2006-03-14 09:37:29 -08:00
2006-03-06 23:20:19 +01:00
2006-03-31 21:26:17 -08:00
2006-03-14 09:37:29 -08:00