diff options
author | unknown <konstantin@mysql.com> | 2006-02-15 21:08:44 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2006-02-15 21:08:44 +0300 |
commit | 9d5bf35d6a0b192250e4041078c25022c9c79bb8 (patch) | |
tree | 96e975606b9a95d12595e2cf37183ab01d97d269 /sql/event_priv.h | |
parent | cbe0db42a024602e728c32b7987844830198cf88 (diff) | |
download | mariadb-git-9d5bf35d6a0b192250e4041078c25022c9c79bb8.tar.gz |
Fix the coding style in a few new files.
Diffstat (limited to 'sql/event_priv.h')
-rw-r--r-- | sql/event_priv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/event_priv.h b/sql/event_priv.h index b0ba205d806..0d4cf3a2993 100644 --- a/sql/event_priv.h +++ b/sql/event_priv.h @@ -36,8 +36,8 @@ evex_db_find_event_aux(THD *thd, const LEX_STRING dbname, const LEX_STRING rname, const LEX_STRING definer, TABLE *table); - -int + +int event_timed_compare_q(void *vptr, byte* a, byte *b); int db_drop_event(THD *thd, event_timed *et, bool drop_if_exists, |