diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-10-16 17:08:34 +0200 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-10-16 17:08:34 +0200 |
commit | 975c1ff80801060abb7665f84d899cc0a57c7382 (patch) | |
tree | 0a979268e6633f4868b5344edb8b6018b84fd30b /sql/ha_partition.cc | |
parent | 576dd76aa81787f71e038efd9e00713b7a44b3c5 (diff) | |
download | mariadb-git-975c1ff80801060abb7665f84d899cc0a57c7382.tar.gz |
Fixed review comments
Diffstat (limited to 'sql/ha_partition.cc')
-rw-r--r-- | sql/ha_partition.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc index 1b7165dd590..0b6650ec11e 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -1,4 +1,4 @@ -/* Copyright 2005-2008 MySQL AB, 2008 Sun Microsystems, Inc. +/* 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 |