diff options
author | unknown <cmiller@calliope.local.cmiller/calliope.local> | 2007-02-26 13:11:36 -0500 |
---|---|---|
committer | unknown <cmiller@calliope.local.cmiller/calliope.local> | 2007-02-26 13:11:36 -0500 |
commit | 9e2fd8caada234497a4f5c2c28aafeb66fe2b3b2 (patch) | |
tree | d9fa92b2ce79598ac49bdb349a321da7b30b5405 /sql/sql_profile.h | |
parent | 633fb481c93ba6dc42d454060880753db149a007 (diff) | |
download | mariadb-git-9e2fd8caada234497a4f5c2c28aafeb66fe2b3b2.tar.gz |
Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>
configure.in:
Use smarter autoconf help macro.
sql/set_var.cc:
Make a local variable static.
sql/sql_lex.cc:
Don't include CPP condition where it saves little time and decreases legibility.
sql/sql_parse.cc:
Use the name of the query in the error, instead of describing the feature.
sql/sql_profile.cc:
Update copyright.
Make I_S schema table columns uppercase.
sql/sql_profile.h:
Update copyright.
sql/sql_select.cc:
Chagne tab indentation to spaces.
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r-- | sql/sql_profile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_profile.h b/sql/sql_profile.h index 006760cab79..944856a9f80 100644 --- a/sql/sql_profile.h +++ b/sql/sql_profile.h @@ -2,8 +2,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |