diff options
author | holyfoot/hf@hfmain.(none) <> | 2007-04-07 14:59:53 +0500 |
---|---|---|
committer | holyfoot/hf@hfmain.(none) <> | 2007-04-07 14:59:53 +0500 |
commit | ce426dd6222cc3d188e24278733bd8347a16dd32 (patch) | |
tree | 20ab7d376b5edd5f5fcc4004f18c43aadaf05b77 /sql/events.cc | |
parent | e782e5d52b9b505302c8ecb943afecb6c3ee2baa (diff) | |
parent | 4a82c460a63bdacc5da127b97d283f3ca1fc04e0 (diff) | |
download | mariadb-git-ce426dd6222cc3d188e24278733bd8347a16dd32.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/d2/hf/mrg/mysql-5.1-opt
Diffstat (limited to 'sql/events.cc')
-rw-r--r-- | sql/events.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/events.cc b/sql/events.cc index 200f46b7f7a..7a6323a9a63 100644 --- a/sql/events.cc +++ b/sql/events.cc @@ -694,7 +694,7 @@ send_show_create_event(THD *thd, Event_timed *et, Protocol *protocol) if (et->get_create_event(thd, &show_str)) DBUG_RETURN(TRUE); - field_list.push_back(new Item_empty_string("Event", NAME_LEN)); + field_list.push_back(new Item_empty_string("Event", NAME_CHAR_LEN)); if (sys_var_thd_sql_mode::symbolic_mode_representation(thd, et->sql_mode, &sql_mode)) |