1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00
Files
mariadb/sql
unknown d32c4314ed Fix bug #12298 Typo in timestampdiff() function name results in erroneous
view being created.

Item_func_timestamp_diff::func_name() were returning function name as
"timestamp_diff" thus when view was executed function parameters wasn't 
properly recognized and error was raised.


mysql-test/r/func_time.result:
  Fix test result after bugfix #12298
sql/item_timefunc.h:
  Fix bug #12298 Typo in timestampdiff() function name results in wrong view being created.
mysql-test/t/view.test:
  Test case for bug #12298 Typo in timestampdiff()  function name results in erroneous view being created.
mysql-test/r/view.result:
  Test case for bug #12298 Typo in timestampdiff() function name results in erroneous view being created.
2005-08-12 22:42:50 +04:00
..
2005-07-19 16:32:38 -07:00
2005-07-25 12:57:23 -07:00
2005-07-04 16:01:04 +03:00
2005-06-07 00:31:53 +03:00
2005-08-12 18:13:42 +05:00
2005-07-05 11:21:47 +03:00
2005-06-07 00:31:53 +03:00
2005-08-12 17:57:19 +03:00
2005-05-06 11:39:30 +03:00
2005-07-31 12:49:55 +03:00
2005-07-06 10:16:36 +02:00
2005-06-08 21:56:22 +05:00
2005-06-07 00:31:53 +03:00
2005-06-07 00:31:53 +03:00
2005-07-22 08:11:23 +02:00
2005-08-03 03:47:07 +00:00
2005-05-18 19:00:21 +03:00
2005-08-12 17:57:19 +03:00
2005-06-07 00:31:53 +03:00
2005-05-26 21:01:55 +02:00
2005-05-20 16:34:59 -05:00
2005-07-05 11:38:05 +03:00
2005-08-12 17:57:19 +03:00
2005-05-19 15:20:10 +02:00
2005-08-12 17:57:19 +03:00
2005-08-12 17:57:19 +03:00
2005-03-16 04:32:47 +03:00
2005-06-07 00:31:53 +03:00
2005-05-06 11:39:30 +03:00
2005-08-03 03:47:07 +00:00
2005-08-11 18:42:22 +01:00
2005-08-12 02:17:27 -07:00
2005-08-12 17:57:19 +03:00
2005-07-31 12:49:55 +03:00
2005-06-01 16:35:09 +03:00
2005-07-28 17:09:54 +03:00