From 49a4ed2b3f01b1138934a7dc6d4eff8c529c3efd Mon Sep 17 00:00:00 2001 From: Mattias Jonsson Date: Wed, 21 Oct 2009 17:45:34 +0200 Subject: WL#3352, minor code formatting fixes after code review sql/opt_range.cc: WL#3352 code review fixes Corrected indenting and added range_par parameter for easier reading/formatting. sql/partition_element.h: WL#3352, changed formatting of copyright header sql/sql_partition.cc: WL#3352, fixed indenting and changed MAX_VALUE to MAXVALUE sql/sql_partition.h: WL#3352, fixed copyright header and indenting of function header --- sql/partition_element.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/partition_element.h') diff --git a/sql/partition_element.h b/sql/partition_element.h index bd18457fd5b..34c209f8a56 100644 --- a/sql/partition_element.h +++ b/sql/partition_element.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2008 MySQL AB, Sun Microsystems Inc. 2008-2009 +/* Copyright 2005-2008 MySQL AB, 2008-2009 Sun Microsystems, Inc. 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 -- cgit v1.2.1