diff options
author | reggie@linux.site <> | 2006-02-21 17:40:07 -0600 |
---|---|---|
committer | reggie@linux.site <> | 2006-02-21 17:40:07 -0600 |
commit | cb10b77c31629369641231ad45e77657b053428c (patch) | |
tree | d3ab41f9891c1a0c463ffa4ed097ae32504d37b2 /sql/sql_partition.h | |
parent | 336c0ba4cbcef67cf5d378d9b82bf8abd3f62621 (diff) | |
download | mariadb-git-cb10b77c31629369641231ad45e77657b053428c.tar.gz |
BUG #15408 - Partitions: subpartition names are not unique
Diffstat (limited to 'sql/sql_partition.h')
-rw-r--r-- | sql/sql_partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_partition.h b/sql/sql_partition.h index 785af742a3a..3cb7d9c2d0f 100644 --- a/sql/sql_partition.h +++ b/sql/sql_partition.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 MySQL AB +/* Copyright (C) 2006 MySQL AB 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 |