1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00
Files
mariadb/sql
unknown 42d7e8c087 BUG#18750: Various problems with partition names, quotation marks
mysql-test/r/partition.result:
  Added new test cases
mysql-test/t/partition.test:
  Added new test cases
sql/partition_info.cc:
  Check partition names that they don't have trailing spaces
sql/share/errmsg.txt:
  Added error code for wrong partition names
sql/sql_partition.cc:
  New method to add partition name strings, ignore OPTION_SHOW_QUOTE_CREATE
sql/sql_show.cc:
  require_quotes had a bug with identifiers that consisted of only digits,
  these are allowed identifiers but must be quoted and require_quote didn't
  tell this.
sql/sql_yacc.yy:
  Partition names should identifers and not ident_or_text
2006-04-10 13:48:58 -04:00
..
2006-04-01 14:17:01 +03:00
2005-09-30 14:03:55 +02:00
2006-02-28 18:33:38 +01:00
2006-04-07 09:18:29 +02:00
2006-04-07 09:18:29 +02:00
2006-04-05 20:12:26 +04:00
2006-03-06 23:20:19 +01:00
2006-03-10 19:22:21 +03:00
2005-11-23 22:45:02 +02:00
2006-03-29 14:27:36 +03:00
2006-03-29 17:04:00 +03:00
2005-10-15 14:32:37 -07:00
2006-03-29 17:04:00 +03:00
2006-03-30 19:04:21 +04:00
2005-11-23 22:45:02 +02:00
2006-03-28 19:34:44 +02:00
2006-03-29 14:27:36 +03:00
2006-03-28 10:07:03 +02:00
2006-04-07 09:18:29 +02:00
2005-12-01 13:34:48 +01:00
2006-03-11 15:52:38 +01:00
2006-01-01 22:18:02 +01:00
2006-03-29 14:27:36 +03:00
2006-03-28 19:34:44 +02:00
2006-03-29 17:04:00 +03:00
2006-02-01 16:00:11 +01:00
2006-02-14 17:05:36 +01:00
2005-11-23 22:45:02 +02:00
2005-12-14 01:21:56 +02:00
2006-04-05 20:12:26 +04:00
2005-12-21 10:18:40 -08:00
2006-03-29 14:27:36 +03:00
2006-02-25 21:54:34 +02:00
2006-03-18 18:48:21 +04:00