From 9e2fd8caada234497a4f5c2c28aafeb66fe2b3b2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Feb 2007 13:11:36 -0500 Subject: 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. --- sql/sql_profile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql/sql_profile.h') 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 -- cgit v1.2.1