diff options
author | anozdrin/alik@station. <> | 2007-12-13 12:06:37 +0300 |
---|---|---|
committer | anozdrin/alik@station. <> | 2007-12-13 12:06:37 +0300 |
commit | 93eef1ce40bb0a76390fd6bccc75a2d863a74764 (patch) | |
tree | 9a07f340dee38c8809e640e9365a67fbbeb1086f /sql/sql_partition.cc | |
parent | 8506efa91e2bccbd312411a949960ec8736a363f (diff) | |
parent | 2789a12b6a2e615d9793e770eb9166dd1b891f94 (diff) | |
download | mariadb-git-93eef1ce40bb0a76390fd6bccc75a2d863a74764.tar.gz |
Merge station.:/mnt/raid/alik/MySQL/devel/5.1
into station.:/mnt/raid/alik/MySQL/devel/5.1-rt
Diffstat (limited to 'sql/sql_partition.cc')
-rw-r--r-- | sql/sql_partition.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_partition.cc b/sql/sql_partition.cc index 04b7703ef88..541de387c6e 100644 --- a/sql/sql_partition.cc +++ b/sql/sql_partition.cc @@ -2068,6 +2068,7 @@ char *generate_partition_syntax(partition_info *part_info, default: DBUG_ASSERT(0); /* We really shouldn't get here, no use in continuing from here */ + my_error(ER_OUT_OF_RESOURCES, MYF(0)); current_thd->fatal_error(); DBUG_RETURN(NULL); } |