diff options
author | unknown <kostja@bodhi.(none)> | 2007-08-16 19:52:55 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-08-16 19:52:55 +0400 |
commit | 68977b8cb0acb719195e1f730e3ca7d18f07d0c3 (patch) | |
tree | 0ca73bf5cd80f4cfd898394ea13014f0620361c2 /sql/sql_lex.h | |
parent | a2d800689172e4074ce8624b58ab254a44067880 (diff) | |
download | mariadb-git-68977b8cb0acb719195e1f730e3ca7d18f07d0c3.tar.gz |
Doxygen warnings.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 22c7eb2ffb1..2e72a87c35d 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1512,9 +1512,9 @@ typedef struct st_lex : public Query_tables_list /** End of SELECT of CREATE VIEW statement */ const char* create_view_select_end; - /** Start of 'ON <table>', in trigger statements. */ + /** Start of 'ON table', in trigger statements. */ const char* raw_trg_on_table_name_begin; - /** End of 'ON <table>', in trigger statements. */ + /** End of 'ON table', in trigger statements. */ const char* raw_trg_on_table_name_end; /* Partition info structure filled in by PARTITION BY parse part */ |