Author: jstephens
Date: 2009-03-10 15:03:58 +0100 (Tue, 10 Mar 2009)
New Revision: 14178
Log:
Fixes Docs Bug #43534
Modified:
trunk/refman-5.1/mysql-cluster-replication.xml
Modified: trunk/refman-5.1/mysql-cluster-replication.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-replication.xml 2009-03-10 00:15:08 UTC (rev 14177)
+++ trunk/refman-5.1/mysql-cluster-replication.xml 2009-03-10 14:03:58 UTC (rev 14178)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 976 bytes
@@ -968,7 +968,7 @@
`inserts` BIGINT(20) UNSIGNED NOT NULL,
`updates` BIGINT(20) UNSIGNED NOT NULL,
`deletes` BIGINT(20) UNSIGNED NOT NULL,
- `schemaops` BIGNINT(20) UNSIGNED NOT NULL,
+ `schemaops` BIGINT(20) UNSIGNED NOT NULL,
PRIMARY KEY (`epoch`)
) ENGINE=MYISAM DEFAULT CHARSET=latin1;
</programlisting>
@@ -1019,7 +1019,7 @@
`schemaops` INT(10) UNSIGNED NOT NULL,
`orig_server_id` INT(10) UNSIGNED NOT NULL,
`orig_epoch` BIGINT(20) UNSIGNED NOT NULL,
- `gci` INT(10) UNSIGNED NOT NULL
+ `gci` INT(10) UNSIGNED NOT NULL,
PRIMARY KEY (`epoch`,`orig_server_id`,`orig_epoch`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
</programlisting>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14178 - trunk/refman-5.1 | jon.stephens | 10 Mar |