1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/t
unknown a80014be66 fix for bug#16992 (Events: Information_schema troubles)
Introduced EVENTS.EVENT_DEFINITION, like ROUTINES.ROUTINE_DEFINITION
Hence, the contents of the current EVENTS.EVENT_BODY become the contents
of EVENT_DEFINITION. EVENT_BODY will contain always, for now, "SQL" (wo
quotes).


mysql-test/r/events.result:
  update result
  event_body -> event_definition
  event_body -> SQL
mysql-test/r/events_grant.result:
  update result
  event_body -> event_definition
  event_body -> SQL
mysql-test/r/information_schema.result:
  update result
  event_body -> event_definition
mysql-test/t/events.test:
  update result
  event_body -> event_definition
  event_body -> SQL
mysql-test/t/events_grant.test:
  update result
  event_body -> event_definition
  event_body -> SQL
sql/sql_show.cc:
  Introduce enum_i_s_events_fields, because I hate recounting
  all the time a field is changed.
  Rename EVENT_BODY to EVENT_DEFINITION
  Introduce EVENT_BODY after that to be "SQL"
  (final fix for bug#16992 Events: Information schema troubles ) ?
2006-06-22 13:01:08 +02:00
..
2006-05-01 21:30:09 +03:00
2006-06-18 14:56:35 +04:00
2006-06-18 14:56:35 +04:00
2006-05-23 12:10:07 +02:00
2006-05-24 17:21:35 +03:00
2006-06-14 23:54:08 +04:00
2006-05-30 19:16:30 +04:00
2006-04-11 15:26:18 +05:00
2006-06-18 14:56:35 +04:00
2006-05-06 23:48:13 -07:00
2006-06-14 10:54:56 +05:00
2006-05-17 20:48:48 -07:00
2006-06-18 14:56:35 +04:00
2006-06-05 06:16:08 +03:00
2006-06-05 06:16:08 +03:00
2006-05-04 19:39:47 +03:00
2006-05-04 19:39:47 +03:00
2006-06-12 15:36:12 +02:00
2006-05-28 14:51:01 +02:00
2006-06-13 22:40:05 -04:00
2006-06-14 22:37:20 -04:00
2006-06-14 19:40:06 -04:00
2006-06-12 14:23:21 +02:00
2006-04-22 04:38:22 -04:00
2006-06-17 02:11:12 +04:00
2006-05-03 19:01:29 +05:00
2006-05-25 19:20:34 +05:00
2006-05-18 13:35:15 +02:00
2006-04-26 17:09:41 -07:00