diff options
author | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-21 17:45:34 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@sun.com> | 2009-10-21 17:45:34 +0200 |
commit | 49a4ed2b3f01b1138934a7dc6d4eff8c529c3efd (patch) | |
tree | 28d56c02b647e3c79b9fe9c625242b03c51a5c27 /sql/partition_element.h | |
parent | 37b6043070ebed97158c4ef9e3c8534a8c23c860 (diff) | |
download | mariadb-git-49a4ed2b3f01b1138934a7dc6d4eff8c529c3efd.tar.gz |
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
Diffstat (limited to 'sql/partition_element.h')
-rw-r--r-- | sql/partition_element.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |