Nick Cen wrote:
mysql> show variables like "have_%";
+----------------------+----------+
| Variable_name | Value |
+----------------------+----------+
| have_compress | YES |
| have_crypt | YES |
| have_csv | YES |
| have_dynamic_loading | YES |
| have_geometry | YES |
| have_innodb | YES |
| have_ndbcluster | NO |
| have_openssl | DISABLED |
| have_partitioning | YES |
| have_query_cache | YES |
| have_rtree_keys | YES |
| have_ssl | DISABLED |
| have_symlink | YES |
+----------------------+----------+
This is correct, and documented; see http://bugs.mysql.com/bug.php?id=36193 and
http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster.html.
cheers
jon.