diff options
author | unknown <andrey@lmy004.> | 2006-07-10 23:54:46 +0200 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2006-07-10 23:54:46 +0200 |
commit | 084f74426b5f19b47984ef298309e9a4015940c3 (patch) | |
tree | 09cdd81d63936aee123b5ad452a7e925b299f9f6 /sql/events.cc | |
parent | 5d91dc2560836ae28351baf446df7bee97e2cd05 (diff) | |
download | mariadb-git-084f74426b5f19b47984ef298309e9a4015940c3.tar.gz |
Remove trailing whitespace.
After merge fixes.
sql/event_data_objects.cc:
after merge fix. use thd->strmake instead of strmake_root
Remove commented out code.
Remove trailing whitespace.
sql/event_db_repository.cc:
After merge fix.
Before closing thread tables check whether table is actuall non-NULL.
And always initialize it to NULL.
sql/event_queue.cc:
Remove trailing whitespace.
sql/event_scheduler_ng.cc:
Remove trailing whitespace.
Tabs to spaces.
sql/events.cc:
Remove trailing whitespace.
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 08e17a9578a..d3eb4bcd128 100644 --- a/sql/events.cc +++ b/sql/events.cc @@ -111,7 +111,7 @@ int sortcmp_lex_string(LEX_STRING s, LEX_STRING t, CHARSET_INFO *cs) Events::get_instance() RETURN VALUE - address + address */ Events * |