+2011-01-14 Patrick Broens <patrick@patrickbroens.nl>
+
+ * Fixed issue #16698: sys_history: optimize indexes (Thanks to Juergen Deisenroth and Christian Kuhn)
+
2011-01-13 Steffen Kamper <steffen@typo3.org>
* Fixed issue #16919: Catalan flag is replaced by Canadian flag (Thanks to Alexandre Gravel-Raymond)
2011-01-13 Steffen Kamper <steffen@typo3.org>
* Fixed issue #16919: Catalan flag is replaced by Canadian flag (Thanks to Alexandre Gravel-Raymond)
history_files mediumtext,
snapshot tinyint(4) DEFAULT '0' NOT NULL,
PRIMARY KEY (uid),
history_files mediumtext,
snapshot tinyint(4) DEFAULT '0' NOT NULL,
PRIMARY KEY (uid),
- KEY recordident (tablename,recuid,tstamp),
+ KEY recordident_1 (tablename,recuid),
+ KEY recordident_2 (tablename,tstamp),
KEY sys_log_uid (sys_log_uid)
KEY sys_log_uid (sys_log_uid)
#
# Table structure for table 'sys_lockedrecords'
#
# Table structure for table 'sys_lockedrecords'