codice:
CREATE TABLE IF NOT EXISTS `ibf_sessions` (
`id` varchar(60) NOT NULL DEFAULT '0',
`member_name` varchar(64) DEFAULT NULL,
`member_id` mediumint(8) NOT NULL DEFAULT '0',
`ip_address` varchar(16) DEFAULT NULL,
`browser` varchar(200) NOT NULL DEFAULT '',
`running_time` int(10) DEFAULT NULL,
`login_type` char(3) DEFAULT '',
`location` varchar(40) DEFAULT NULL,
`member_group` smallint(3) DEFAULT NULL,
`in_error` tinyint(1) NOT NULL DEFAULT '0',
`location_1_type` varchar(10) NOT NULL DEFAULT '',
`location_1_id` int(10) NOT NULL DEFAULT '0',
`location_2_type` varchar(10) NOT NULL DEFAULT '',
`location_2_id` int(10) NOT NULL DEFAULT '0',
`location_3_type` varchar(10) NOT NULL DEFAULT '',
`location_3_id` int(10) NOT NULL DEFAULT '0',
`in_game` varchar(32) NOT NULL,
PRIMARY KEY (`id`),
KEY `location1` (`location_1_type`,`location_1_id`),
KEY `location2` (`location_2_type`,`location_2_id`),
KEY `location3` (`location_3_type`,`location_3_id`),
KEY `running_time` (`running_time`),
KEY `mem_id` (`member_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Query di cancellazione a tempo
codice:
Date: Wed, 11 Jan 2012 13:02:36 +0000
Error Number: 1213
Error: Deadlock found when trying to get lock; try restarting transaction
mySQL query error: UPDATE ibf_sessions SET member_name='',member_id=0,member_group=2,login_type=0,running_time=1326286955,location='Post,0,02',in_error=0,location_1_type='',location_1_id=0,location_2_type='',location_2_id=0,location_3_type='',location_3_id=0 WHERE id='f8beb6ba9fa9f02df3faedaabe74f123'
===================================================
Date: Wed, 11 Jan 2012 13:02:37 +0000
Error Number: 1213
Error: Deadlock found when trying to get lock; try restarting transaction
mySQL query error: UPDATE ibf_sessions SET member_name='',member_id=0,member_group=2,login_type=0,running_time=1326286956,location='st',in_error=0,location_1_type='topic',location_1_id=94249,location_2_type='forum',location_2_id=8,location_3_type='',location_3_id=0 WHERE id='4453ea78a6296e92e76bb39599fe38a6'
===================================================
Date: Wed, 11 Jan 2012 13:02:38 +0000
Error Number: 1213
Error: Deadlock found when trying to get lock; try restarting transaction
mySQL query error: UPDATE ibf_sessions SET member_name='pick',member_id=193705,member_group=3,login_type=0,running_time=1326286958,location='st',in_error=0,location_1_type='topic',location_1_id=259942,location_2_type='forum',location_2_id=20,location_3_type='',location_3_id=0 WHERE id='f8f52cd4d89f818b86a8be38937d5bf8'
===================================================
Date: Wed, 11 Jan 2012 13:02:37 +0000
Error Number: 1213
Error: Deadlock found when trying to get lock; try restarting transaction
mySQL query error: INSERT INTO ibf_sessions (id,member_name,member_id,member_group,login_type,running_time,ip_address,browser,location,in_error,location_1_type,location_1_id,location_2_type,location_2_id,location_3_type,location_3_id) VALUES('f02777a5f843d746ecc3d8a9de953127','',0,2,0,1326286957,'xx.xx.xxx.xx','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.26 Safari/535.11','home,0,',0,'',0,'',0,'',0)
===================================================
Date: Wed, 11 Jan 2012 13:02:38 +0000
Error Number: 1213
Error: Deadlock found when trying to get lock; try restarting transaction
mySQL query error: UPDATE ibf_sessions SET member_name='',member_id=0,member_group=2,login_type=0,running_time=1326286958,location='st',in_error=0,location_1_type='topic',location_1_id=94249,location_2_type='forum',location_2_id=8,location_3_type='',location_3_id=0 WHERE id='4453ea78a6296e92e76bb39599fe38a6'