bug #2975408 Data too long for column data_sql
This commit is contained in:
@@ -22,6 +22,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
engine to Maria, thanks to Madhura Jayaratne.
|
||||
- bug #2974067 [display] non-binary fields shown as hex
|
||||
- bug #2983065 [operations] Error when changing from Maria to MyISAM engine
|
||||
- bug #2975408 [tracking] Data too long for column data_sql
|
||||
|
||||
3.3.2.0 (2010-04-13)
|
||||
- patch #2969449 [core] Name for MERGE engine varies depending on the
|
||||
|
@@ -185,7 +185,7 @@ CREATE TABLE IF NOT EXISTS `pma_tracking` (
|
||||
`date_updated` datetime NOT NULL,
|
||||
`schema_snapshot` text collate utf8_bin NOT NULL,
|
||||
`schema_sql` text collate utf8_bin,
|
||||
`data_sql` text collate utf8_bin,
|
||||
`data_sql` longtext collate utf8_bin,
|
||||
`tracking` set('UPDATE','REPLACE','INSERT','DELETE','TRUNCATE','CREATE DATABASE','ALTER DATABASE','DROP DATABASE','CREATE TABLE','ALTER TABLE','RENAME TABLE','DROP TABLE','CREATE INDEX','DROP INDEX','CREATE VIEW','ALTER VIEW','DROP VIEW') collate utf8_bin default NULL,
|
||||
`tracking_active` int(1) unsigned NOT NULL default '1',
|
||||
PRIMARY KEY (`db_name`,`table_name`,`version`)
|
||||
|
Reference in New Issue
Block a user