diff options
author | Satya B <satya.bn@sun.com> | 2009-07-01 11:07:02 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-07-01 11:07:02 +0530 |
commit | 95e2fd14726073fcc96cee66e440bff8fefe6181 (patch) | |
tree | c420ddaa96144d18b05c47fdd21afa9ea1a6d0b4 /sql | |
parent | f903db67536098d0cce924a1b5014a423e62b345 (diff) | |
parent | 38088ef6a44b04da746a347f589d22476f791d9f (diff) | |
download | mariadb-git-95e2fd14726073fcc96cee66e440bff8fefe6181.tar.gz |
merge to 5.1-bugteam
Diffstat (limited to 'sql')
-rw-r--r-- | sql/log_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 617db8c44fc..8202dddcc76 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -676,6 +676,7 @@ typedef struct st_print_event_info #ifdef MYSQL_CLIENT uint verbose; table_mapping m_table_map; + table_mapping m_table_map_ignored; #endif /* |