~stewart/drizzle/show-table-message-function

« back to all changes in this revision

Viewing changes to plugin/show_table_message/tests/r/basic.result

  • Committer: Stewart Smith
  • Date: 2010-03-18 10:36:55 UTC
  • Revision ID: stewart@flamingspork.com-20100318103655-z6nf3b22b4pxeey7
set creation_timestamp and update_timestamp to 0 before displaying the table proto in SHOW_TABLE_MESSAGE(). We can't just remove them as they're required fields :/ .... so we have to display a lie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  collation: "utf8_general_ci"
33
33
  collation_id: 45
34
34
}
 
35
creation_timestamp: 0
 
36
update_timestamp: 0
35
37
 
36
38
SELECT SHOW_TABLE_MESSAGE('test', 'not_exists');
37
39
ERROR 42S02: Table 'test.not_exists' doesn't exist