1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00
Files
mariadb/mysql-test/t
unknown 81eb1ccda2 Bug#21370: View renaming lacks tablename_to_filename encoding
Problem: renaming of FRM file and ARC files didn't use file name
  encoding, so RENAME TABLE for views failed for views having
  "tricky" characters in their names.
  Fix: adding build_table_filename() in missing places.


mysql-test/r/view.result:
  Adding test case
mysql-test/t/view.test:
  Adding test case
sql/parse_file.cc:
  Adding build_table_filename()
sql/sql_view.cc:
  Adding build_table_filename()
2006-10-16 22:42:03 +05:00
..
2006-08-16 14:58:49 +02:00
2006-09-25 09:04:19 -07:00
2006-08-16 14:58:49 +02:00
2006-08-16 19:29:49 +02:00
2006-08-16 19:29:49 +02:00
2006-08-30 23:09:47 +04:00
2006-09-15 13:07:23 +04:00
2006-09-29 01:36:17 +05:00
2006-08-16 19:29:49 +02:00
2006-09-21 02:39:47 +02:00
2006-08-22 11:55:25 +02:00
2006-09-14 12:32:49 +02:00
2006-09-01 16:14:59 +02:00
2006-08-14 19:05:35 +04:00
2006-08-22 09:48:15 +02:00
2006-08-22 09:48:15 +02:00
2006-09-01 16:14:59 +02:00
2006-09-21 14:19:17 +02:00
2006-08-22 09:48:15 +02:00
2006-09-21 00:59:48 +02:00
2006-09-29 21:05:12 +04:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-10-03 16:00:09 +05:00