MySQL Forums
Forum List  »  Partitioning

MySQL Partition
Posted by: Jonathan Valerio
Date: October 01, 2009 09:35AM

Hi Guys,

Im new to mysql partitioning and my concern is, when showing create table structure with partition, it display a /* */ and my partition code.

Here's the version of my SQL:

mysql> select version();
+---------------------------------------+
| version() |
+---------------------------------------+
| 5.1.34sp1-enterprise-gpl-advanced-log |
+---------------------------------------+
1 row in set (0.00 sec)

mysql>

and here's the info about partitioning on my MYSQL:

mysql> SHOW VARIABLES LIKE '%partition%';
+-------------------+-------+
| Variable_name | Value |
+-------------------+-------+
| have_partitioning | YES |
+-------------------+-------+
1 row in set (0.00 sec)

mysql> SHOW PLUGINS;
+------------+----------+----------------+---------+---------+
| Name | Status | Type | Library | License |
+------------+----------+----------------+---------+---------+
| binlog | ACTIVE | STORAGE ENGINE | NULL | GPL |
| partition | ACTIVE | STORAGE ENGINE | NULL | GPL |
| ARCHIVE | ACTIVE | STORAGE ENGINE | NULL | GPL |
| BLACKHOLE | ACTIVE | STORAGE ENGINE | NULL | GPL |
| CSV | ACTIVE | STORAGE ENGINE | NULL | GPL |
| FEDERATED | DISABLED | STORAGE ENGINE | NULL | GPL |
| MEMORY | ACTIVE | STORAGE ENGINE | NULL | GPL |
| InnoDB | ACTIVE | STORAGE ENGINE | NULL | GPL |
| MyISAM | ACTIVE | STORAGE ENGINE | NULL | GPL |
| MRG_MYISAM | ACTIVE | STORAGE ENGINE | NULL | GPL |
+------------+----------+----------------+---------+---------+
10 rows in set (0.01 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Partition
4334
October 01, 2009 09:35AM
2157
October 01, 2009 10:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.