diff options
author | unknown <acurtis@xiphis.org> | 2006-04-20 10:03:15 -0700 |
---|---|---|
committer | unknown <acurtis@xiphis.org> | 2006-04-20 10:03:15 -0700 |
commit | a7dde92351f21c134cfd1ba9af4544bbe46a5577 (patch) | |
tree | 3264fb4d48bc8d9a275474280716aa3dad96e00f /sql/ha_partition.cc | |
parent | 83583111cadd1a411c6a51c1891e7ca5a4e45223 (diff) | |
download | mariadb-git-a7dde92351f21c134cfd1ba9af4544bbe46a5577.tar.gz |
WL#3201
Fixes after first review
config/ac-macros/ha_ndbcluster.m4:
WL#3201
Undo change
config/ac-macros/plugins.m4:
WL#3201
Remove unneccesary use of AC_DEFUN
fix shell script to be more portable
configure.in:
WL#3201
Remove use of word "engine" when desribing partition module
Undo ndb config files change
sql/ha_partition.cc:
WL#3201
Remove use of word "engine" when desribing partition module
sql/handler.cc:
WL#3201
Add comment describing installed_htons array
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 fc9985cf87f..25b4b8f09f0 100644 --- a/sql/ha_partition.cc +++ b/sql/ha_partition.cc @@ -5498,7 +5498,7 @@ mysql_declare_plugin(partition) &partition_hton, partition_hton.name, "Mikael Ronstrom, MySQL AB", - "Partitioning Engine", + "Partitioning Support", NULL, /* Plugin Init */ NULL, /* Plugin Deinit */ 0x0100 /* 1.0 */, |