Skip to content

Instantly share code, notes, and snippets.

@fayland
Created October 11, 2019 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fayland/d0d637e65d7c283810f0cf53d68c8a95 to your computer and use it in GitHub Desktop.
Save fayland/d0d637e65d7c283810f0cf53d68c8a95 to your computer and use it in GitHub Desktop.
mysql status
# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 386611
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 64000
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 386611
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
iostat -xm 5 3
Linux 5.1.17-x86_64-linode128 (fdb) 10/11/2019 _x86_64_ (20 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
50.80 0.00 12.64 0.14 1.16 35.26
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
loop0 0.00 0.00 0.00 0.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00 1.00 0.00
sda 0.47 47.95 195.56 48.16 2.08 3.47 46.65 0.03 0.58 0.38 1.42 2.14 52.06
sdb 0.05 0.21 0.06 0.05 0.00 0.00 27.82 0.00 0.57 0.38 0.79 1.02 0.01
avg-cpu: %user %nice %system %iowait %steal %idle
37.05 0.00 7.96 0.07 0.99 53.92
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
loop0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda 0.00 39.40 31.80 111.60 0.50 21.86 319.36 0.24 2.92 0.46 3.63 0.48 6.86
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
avg-cpu: %user %nice %system %iowait %steal %idle
35.28 0.00 7.77 0.02 2.89 54.03
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
loop0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda 0.00 40.00 4.00 64.80 0.34 1.21 46.23 0.00 0.90 0.65 0.92 0.36 2.48
sdb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
>> MySQLTuner 1.7.16 - Major Hayden <major@mhtx.net>
>> Bug reports, feature requests, and downloads at http://mysqltuner.com/
>> Run with '--help' for additional options and output filtering
[--] Skipped version check for MySQLTuner script
[OK] Logged in using credentials from Debian maintenance account.
[!!] Your MySQL version 10.0.38-MariaDB-0ubuntu0.16.04.1 is EOL software! Upgrade soon!
[OK] Operating on 64-bit architecture
-------- Log file Recommendations ------------------------------------------------------------------
[!!] Log file doesn't exist
-------- Storage Engine Statistics -----------------------------------------------------------------
[--] Status: +ARCHIVE +Aria +BLACKHOLE +CSV +FEDERATED +InnoDB +MEMORY +MRG_MyISAM +MyISAM +PERFORMANCE_SCHEMA
[--] Data in InnoDB tables: 135.8G (Tables: 727)
[!!] Total fragmented tables: 1
-------- Analysis Performance Metrics --------------------------------------------------------------
[--] innodb_stats_on_metadata: OFF
[OK] No stat updates during querying INFORMATION_SCHEMA.
-------- Security Recommendations ------------------------------------------------------------------
[OK] There are no anonymous accounts for any database users
[OK] All database users have passwords assigned
[--] There are 620 basic passwords in the list.
-------- CVE Security Recommendations --------------------------------------------------------------
[OK] NO SECURITY CVE FOUND FOR YOUR VERSION
-------- Performance Metrics -----------------------------------------------------------------------
[--] Up for: 1d 13h 3m 31s (2B q [22K qps], 82M conn, TX: 1901G, RX: 346G)
[--] Reads / Writes: 77% / 23%
[--] Binary logging is disabled
[--] Physical Memory : 94.4G
[--] Max MySQL memory : 132.9G
[--] Other process memory: 0B
[--] Total buffers: 48.8G global + 2.7M per thread (30000 max threads)
[--] P_S Max memory usage: 5G
[--] Galera GCache Max memory usage: 0B
[OK] Maximum reached memory usage: 77.8G (82.46% of installed RAM)
[!!] Maximum possible memory usage: 132.9G (140.84% of installed RAM)
[!!] Overall possible memory usage with other process exceeded memory
[OK] Slow queries: 0% (315/2B)
[OK] Highest usage of available connections: 30% (9000/30000)
[OK] Aborted connections: 0.03% (26001/82639736)
[OK] Query cache is disabled by default due to mutex contention on multiprocessor machines.
[OK] Sorts requiring temporary tables: 0% (7K temp sorts / 425M sorts)
[!!] Joins performed without indexes: 4213
[OK] Temporary tables created on disk: 0% (1K on disk / 1M total)
[OK] Thread cache hit rate: 92% (6M created / 82M connections)
[!!] Table cache hit rate: 8% (4K open / 49K opened)
[OK] Open file limit used: 0% (4/150K)
[OK] Table locks acquired immediately: 100% (2B immediate / 2B locks)
-------- Performance schema ------------------------------------------------------------------------
[--] Memory used by P_S: 5.4G
-------- ThreadPool Metrics ------------------------------------------------------------------------
[--] ThreadPool stat is enabled.
[--] Thread Pool Size: 20 thread(s).
[--] Using default value is good enough for your version (10.0.38-MariaDB-0ubuntu0.16.04.1)
-------- MyISAM Metrics ----------------------------------------------------------------------------
[!!] Key buffer used: 18.2% (24M used / 134M cache)
[OK] Key buffer size / total MyISAM indexes: 128.0M/136.0K
[!!] Read Key buffer hit rate: 80.0% (10 cached / 2 reads)
-------- InnoDB Metrics ----------------------------------------------------------------------------
[--] InnoDB is enabled.
[--] InnoDB Thread Concurrency: 0
[OK] InnoDB File per table is activated
[!!] InnoDB buffer pool / data size: 48.0G/135.8G
[OK] Ratio InnoDB log file size / InnoDB Buffer pool size: 6.0G * 2/48.0G should be equal to 25%
[!!] InnoDB buffer pool instances: 20
[--] InnoDB Buffer Pool Chunk Size not used or defined in your version
[OK] InnoDB Read buffer efficiency: 100.00% (205697360019 hits/ 205702647844 total)
[!!] InnoDB Write Log efficiency: 41.15% (102977666 hits/ 250273106 total)
[OK] InnoDB log waits: 0.00% (0 waits / 353250772 writes)
-------- AriaDB Metrics ----------------------------------------------------------------------------
[--] AriaDB is enabled.
[OK] Aria pagecache size / total Aria indexes: 128.0M/1B
[OK] Aria pagecache hit rate: 100.0% (7M cached / 1K reads)
-------- TokuDB Metrics ----------------------------------------------------------------------------
[--] TokuDB is disabled.
-------- XtraDB Metrics ----------------------------------------------------------------------------
[--] XtraDB is disabled.
-------- Galera Metrics ----------------------------------------------------------------------------
[--] Galera is disabled.
-------- Replication Metrics -----------------------------------------------------------------------
[--] Galera Synchronous replication: NO
[--] No replication slave(s) for this server.
[--] Binlog format: STATEMENT
[--] XA support enabled: ON
[--] Semi synchronous replication Master: Not Activated
[--] Semi synchronous replication Slave: Not Activated
[--] This is a standalone server
-------- Recommendations ---------------------------------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
OPTIMIZE TABLE `bet365`.`log_web`; -- can free 329 MB
Total freed space after theses OPTIMIZE TABLE : 329 Mb
Reduce your overall MySQL memory footprint for system stability
Dedicate this server to your database for highest performance.
Adjust your join queries to always utilize indexes
Increase table_open_cache gradually to avoid file descriptor limits
Read this before increasing table_open_cache over 64: https://bit.ly/1mi7c4C
Read this before increasing for MariaDB https://mariadb.com/kb/en/library/optimizing-table_open_cache/
This is MyISAM only table_cache scalability problem, InnoDB not affected.
See more details here: https://bugs.mysql.com/bug.php?id=49177
This bug already fixed in MySQL 5.7.9 and newer MySQL versions.
Beware that open_files_limit (150005) variable
should be greater than table_open_cache (4096)
Performance schema shouldn't be activated for MariaDB 10.0 for performance issue
Variables to adjust:
*** MySQL's maximum memory usage is dangerously high ***
*** Add RAM before increasing MySQL buffer variables ***
join_buffer_size (> 128.0K, or always use indexes with JOINs)
table_open_cache (> 4096)
performance_schema = OFF disable PFS
innodb_buffer_pool_size (>= 135.8G) if possible.
innodb_buffer_pool_instances(=48)
*************************** 1. row ***************************
Type: InnoDB
Name:
Status:
=====================================
2019-10-11 03:10:02 7fb48bea8700 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 7 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 132422 srv_active, 0 srv_shutdown, 0 srv_idle
srv_master_thread log flush and writes: 132422
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 534304722
OS WAIT ARRAY INFO: signal count 470612484
Mutex spin waits 3346776065, rounds 15283663992, OS waits 196501662
RW-shared spins 146940948, rounds 4521271933, OS waits 122193541
RW-excl spins 187250990, rounds 7971341111, OS waits 193912089
Spin rounds per wait: 4.57 mutex, 30.77 RW-shared, 42.57 RW-excl
------------------------
LATEST FOREIGN KEY ERROR
------------------------
2019-10-10 16:18:21 7fb4aebcc700 Transaction:
TRANSACTION 813609404110, ACTIVE 0 sec updating or deleting
mysql tables in use 2, locked 2
4 lock struct(s), heap size 1184, 2 row lock(s), undo log entries 1
MySQL thread id 57421753, OS thread handle 0x7fb4aebcc700, query id 2070354251 192.168.187.41 uuuuuuu updating
UPDATE `race` SET `home_id` = '0', `o_home_id` = '0' WHERE `id` = '1947279'
Foreign key constraint fails for table `xxxxxx`.`race`:
,
CONSTRAINT `event_ibfk_2` FOREIGN KEY (`home_id`) REFERENCES `team` (`id`)
Trying to add in child table, in index `host_id` tuple:
DATA TUPLE: 2 fields;
0: len 4; hex 00000000; asc ;;
1: len 4; hex 001db68f; asc ;;
But in parent table `xxxxxx`.`team`, in index `PRIMARY`,
the closest match we can find is record:
PHYSICAL RECORD: n_fields 23; compact format; info bits 0
0: len 4; hex 00000001; asc ;;
1: len 6; hex 00bc015c5c61; asc \\a;;
2: len 7; hex 6c0001535f0f55; asc l S_ U;;
3: len 1; hex 01; asc ;;
4: len 7; hex 446f7261646f73; asc Dorados;;
5: len 12; hex e5a49ae68b89e5a49ae696af; asc ;;
6: len 12; hex e5a49ae68b89e5a49ae696af; asc ;;
7: len 7; hex 446f7261646f73; asc Dorados;;
8: len 7; hex 446f7261646f73; asc Dorados;;
9: len 4; hex 805fdfb3; asc _ ;;
10: len 4; hex 800014ab; asc ;;
11: len 8; hex 00000000076a4876; asc jHv;;
12: len 4; hex 000005a6; asc ;;
13: len 2; hex 6d78; asc mx;;
14: len 7; hex 446f7261646f73; asc Dorados;;
15: len 7; hex 446f7261646f73; asc Dorados;;
16: len 7; hex 446f7261646f73; asc Dorados;;
17: len 30; hex 435344e38389e383a9e38389e382b9e383bbe382b7e3838ae383ade382a2; asc CSD ;;
18: len 12; hex eb8f84eb9dbceb8f84ec8aa4; asc ;;
19: len 15; hex 446f7261646f732053696e616c6f61; asc Dorados Sinaloa;;
20: len 14; hex d094d0bed180d0b0d0b4d0bed181; asc ;;
21: len 1; hex 01; asc ;;
22: len 1; hex 00; asc ;;
------------------------
LATEST DETECTED DEADLOCK
------------------------
2019-10-11 03:06:05 7fb48a3c9700
*** (1) TRANSACTION:
TRANSACTION 814533338435, ACTIVE 0 sec fetching rows
mysql tables in use 3, locked 3
LOCK WAIT 582 lock struct(s), heap size 79400, 6831 row lock(s)
MySQL thread id 82510811, OS thread handle 0x7fb48a5b3700, query id 2935254988 192.168.187.41 uuuuuuu Sending data
UPDATE race r JOIN xxxxxx_event b ON b.id=r.fi SET r.time=b.time WHERE r.id >= 1897000 AND r.time_status=0 AND r.time <> b.time AND r.time > '1570676765' AND b.updated_at >= '1570762557'
*** (1) WAITING FOR THIS LOCK TO BE GRANTED:
RECORD LOCKS space id 115 page no 20574 n bits 192 index `PRIMARY` of table `xxxxxx`.`xxxxxx_event` trx table locks 2 total table locks 2 trx id 814533338435 lock mode S locks rec but not gap waiting lock hold time 0 wait time before grant 0
*** (2) TRANSACTION:
TRANSACTION 814533341546, ACTIVE 0 sec updating or deleting
mysql tables in use 1, locked 1
3 lock struct(s), heap size 1184, 2 row lock(s), undo log entries 1
MySQL thread id 82529164, OS thread handle 0x7fb48a3c9700, query id 2935257894 192.168.161.25 uuuuuuu updating
UPDATE `xxxxxx_event` SET `away_id` = '47594', `home_id` = '7856', `inplay_updated_at` = '1570763165', `league_id` = '40727', `r_id` = '15439609725C13', `sport_id` = '13', `ss` = '0-0', `time_status` = '1', `updated_at` = '1570763165' WHERE `id` = '83380293'
*** (2) HOLDS THE LOCK(S):
RECORD LOCKS space id 115 page no 20574 n bits 192 index `PRIMARY` of table `xxxxxx`.`xxxxxx_event` trx table locks 1 total table locks 2 trx id 814533341546 lock_mode X locks rec but not gap lock hold time 0 wait time before grant 0
*** (2) WAITING FOR THIS LOCK TO BE GRANTED:
RECORD LOCKS space id 115 page no 21937 n bits 832 index `updated_at` of table `xxxxxx`.`xxxxxx_event` trx table locks 1 total table locks 2 trx id 814533341546 lock_mode X locks rec but not gap waiting lock hold time 0 wait time before grant 0
*** WE ROLL BACK TRANSACTION (2)
------------
TRANSACTIONS
------------
Trx id counter 814538736514
Purge done for trx's n:o < 814538696685 undo n:o < 0 state: running
History list length 2825
LIST OF TRANSACTIONS FOR EACH SESSION:
---TRANSACTION 814538736482, not started
MySQL thread id 82657693, OS thread handle 0x7fb492588700, query id 2940165562 192.168.221.117 uuuuuuu Sending data
SELECT * FROM `event_stats` WHERE `event_id` = '1883445'
---TRANSACTION 814538736513, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657723, OS thread handle 0x7fb663904700, query id 2940165584 127.0.0.1 uuuuuuu statistics
SELECT * FROM `event_timer` WHERE `event_id` = '1575487' LIMIT 1
---TRANSACTION 814538736392, not started
MySQL thread id 82657711, OS thread handle 0x7fb4959c9700, query id 2940165384 192.168.208.47 uuuuuuu
---TRANSACTION 0, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657708, OS thread handle 0x7fb495fb8700, query id 2940165341 192.168.161.185 uuuuuuu statistics
SELECT * FROM `race` WHERE `id` = '1641679' LIMIT 1
---TRANSACTION 814538736287, not started
MySQL thread id 82657709, OS thread handle 0x7fb495f87700, query id 2940165327 192.168.221.100 uuuuuuu
---TRANSACTION 814538736467, not started
MySQL thread id 82657697, OS thread handle 0x7fb496c5a700, query id 2940165480 192.168.219.19 uuuuuuu
---TRANSACTION 814538736275, not started
MySQL thread id 82657692, OS thread handle 0x7fb496919700, query id 2940165343 192.168.186.2 uuuuuuu cleaning up
---TRANSACTION 814538735896, not started
MySQL thread id 82657571, OS thread handle 0x7fb4937b7700, query id 2940164955 192.168.219.244 uuuuuuu
---TRANSACTION 814538736404, not started
MySQL thread id 82657698, OS thread handle 0x7fb496a3f700, query id 2940165524 192.168.161.185 uuuuuuu cleaning up
---TRANSACTION 814538736432, not started
MySQL thread id 82657648, OS thread handle 0x7fb497807700, query id 2940165439 192.168.175.166 uuuuuuu
---TRANSACTION 814538735258, not started
MySQL thread id 82657704, OS thread handle 0x7fb496576700, query id 2940164230 192.168.211.16 uuuuuuu
---TRANSACTION 814538735257, not started
MySQL thread id 82657703, OS thread handle 0x7fb4966fe700, query id 2940164064 192.168.168.122 uuuuuuu
---TRANSACTION 814538735185, not started
MySQL thread id 82657632, OS thread handle 0x7fb494adb700, query id 2940164290 192.168.175.166 uuuuuuu
---TRANSACTION 814538735264, not started
MySQL thread id 82657679, OS thread handle 0x7fb48fcc3700, query id 2940164398 192.168.219.13 uuuuuuu cleaning up
---TRANSACTION 814538735558, not started
MySQL thread id 82657700, OS thread handle 0x7fb4967f3700, query id 2940163974 192.168.221.34 uuuuuuu
---TRANSACTION 814538736405, not started
MySQL thread id 82657701, OS thread handle 0x7fb496760700, query id 2940165489 192.168.159.200 uuuuuuu cleaning up
---TRANSACTION 814538734941, not started
MySQL thread id 82657694, OS thread handle 0x7fb492fde700, query id 2940164041 192.168.175.80 uuuuuuu
---TRANSACTION 814538734628, not started
MySQL thread id 82657057, OS thread handle 0x7fb4888b9700, query id 2940163749 192.168.219.244 uuuuuuu
---TRANSACTION 814538734452, not started
MySQL thread id 82657576, OS thread handle 0x7fba26871700, query id 2940163218 192.168.219.244 uuuuuuu
---TRANSACTION 814538736243, not started
MySQL thread id 82657589, OS thread handle 0x7fb4aeaa6700, query id 2940164406 192.168.219.244 uuuuuuu
---TRANSACTION 814538735714, not started
MySQL thread id 82657672, OS thread handle 0x7fb496e13700, query id 2940165286 192.168.161.185 uuuuuuu cleaning up
---TRANSACTION 814538734221, not started
MySQL thread id 82657382, OS thread handle 0x7fbe8a197700, query id 2940163346 192.168.219.244 uuuuuuu
---TRANSACTION 814538734117, not started
MySQL thread id 82657588, OS thread handle 0x7fb4899a4700, query id 2940163245 192.168.219.244 uuuuuuu
---TRANSACTION 814538735291, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657182, OS thread handle 0x7fb488c5c700, query id 2940165602 192.168.219.244 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_update` WHERE `event_id` = '83382633'
---TRANSACTION 814538735042, not started
MySQL thread id 82657681, OS thread handle 0x7fb48688d700, query id 2940164313 127.0.0.1 uuuuuuu cleaning up
---TRANSACTION 814538734450, not started
MySQL thread id 82657667, OS thread handle 0x7fb496fcc700, query id 2940163664 192.168.211.16 uuuuuuu cleaning up
---TRANSACTION 814538736465, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657671, OS thread handle 0x7fb496e75700, query id 2940165588 192.168.221.34 uuuuuuu Sending data
SELECT * FROM `marsbet_odds_1_2` WHERE `event_id` = '15377109' AND `home_od` != '-' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538734767, not started
MySQL thread id 82657651, OS thread handle 0x7fb497743700, query id 2940164110 192.168.161.185 uuuuuuu cleaning up
---TRANSACTION 814538736085, not started
MySQL thread id 82657663, OS thread handle 0x7fb4970c1700, query id 2940165156 192.168.221.34 uuuuuuu cleaning up
---TRANSACTION 814538734025, not started
MySQL thread id 82657669, OS thread handle 0x7fb498321700, query id 2940163080 192.168.161.185 uuuuuuu
---TRANSACTION 814538734619, not started
MySQL thread id 82657691, OS thread handle 0x7fb498a36700, query id 2940163802 192.168.171.109 uuuuuuu cleaning up
---TRANSACTION 814538733809, not started
MySQL thread id 82657677, OS thread handle 0x7fb663966700, query id 2940162947 192.168.221.100 uuuuuuu
---TRANSACTION 814538733724, not started
MySQL thread id 82657644, OS thread handle 0x7fb496e44700, query id 2940162866 192.168.165.46 uuuuuuu
---TRANSACTION 814538733690, not started
MySQL thread id 82657676, OS thread handle 0x7fb48bcbe700, query id 2940162828 192.168.209.173 uuuuuuu
---TRANSACTION 814538734188, not started
MySQL thread id 82657674, OS thread handle 0x7fb497b79700, query id 2940163337 192.168.208.47 uuuuuuu cleaning up
---TRANSACTION 814538734586, not started
MySQL thread id 82657689, OS thread handle 0x7fb490aed700, query id 2940163769 192.168.161.185 uuuuuuu cleaning up
---TRANSACTION 814538733964, not started
MySQL thread id 82657649, OS thread handle 0x7fb4989a3700, query id 2940162707 192.168.208.47 uuuuuuu
---TRANSACTION 814538733616, not started
MySQL thread id 82657675, OS thread handle 0x7fb468646700, query id 2940162759 192.168.181.88 uuuuuuu
---TRANSACTION 814538734075, not started
MySQL thread id 82657665, OS thread handle 0x7fb48aea3700, query id 2940163233 192.168.168.122 uuuuuuu cleaning up
---TRANSACTION 814538733543, not started
MySQL thread id 82657666, OS thread handle 0x7fb496ffd700, query id 2940162659 192.168.167.106 uuuuuuu
---TRANSACTION 814538733355, not started
MySQL thread id 82657664, OS thread handle 0x7fb497090700, query id 2940162476 192.168.159.200 uuuuuuu
---TRANSACTION 814538736502, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657662, OS thread handle 0x7fb4970f2700, query id 2940165567 192.168.165.46 uuuuuuu Sending data
SELECT * FROM `melbet_odds_1_1` WHERE `event_id` = '209960443' AND `home_od` != '-' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538734168, not started
MySQL thread id 82657657, OS thread handle 0x7fb497559700, query id 2940163366 127.0.0.1 uuuuuuu cleaning up
---TRANSACTION 814538734660, not started
MySQL thread id 82657659, OS thread handle 0x7fb4974c6700, query id 2940163843 192.168.169.194 uuuuuuu cleaning up
---TRANSACTION 814538734346, not started
MySQL thread id 82657660, OS thread handle 0x7fb49736f700, query id 2940163519 192.168.212.191 uuuuuuu cleaning up
---TRANSACTION 814538736434, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657661, OS thread handle 0x7fb4971e7700, query id 2940165600 192.168.161.185 uuuuuuu Sending data
SELECT * FROM `melbet_odds_1_3` WHERE `event_id` = '209960447' AND `over_od` != '-' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538732747, not started
MySQL thread id 82657631, OS thread handle 0x7fb498383700, query id 2940160917 192.168.211.16 uuuuuuu
---TRANSACTION 814538735192, not started
MySQL thread id 82657655, OS thread handle 0x7fb497712700, query id 2940164336 192.168.175.80 uuuuuuu cleaning up
---TRANSACTION 814538732459, not started
MySQL thread id 82657636, OS thread handle 0x7fb498199700, query id 2940161098 192.168.219.19 uuuuuuu
---TRANSACTION 814538732612, not started
MySQL thread id 82657641, OS thread handle 0x7fb497a22700, query id 2940160686 192.168.221.34 uuuuuuu
---TRANSACTION 814538732457, not started
MySQL thread id 82657647, OS thread handle 0x7fb49795e700, query id 2940160892 192.168.175.223 uuuuuuu
---TRANSACTION 814538731340, not started
MySQL thread id 82657639, OS thread handle 0x7fb497c6e700, query id 2940160241 192.168.219.13 uuuuuuu
---TRANSACTION 814538731262, not started
MySQL thread id 82657640, OS thread handle 0x7fb497bdb700, query id 2940159982 192.168.211.71 uuuuuuu
---TRANSACTION 814538730676, not started
MySQL thread id 82657637, OS thread handle 0x7fb497faf700, query id 2940159841 192.168.209.173 uuuuuuu
---TRANSACTION 814538730639, not started
MySQL thread id 82657653, OS thread handle 0x7fb48f982700, query id 2940159881 192.168.171.109 uuuuuuu
---TRANSACTION 814538730410, not started
MySQL thread id 82657634, OS thread handle 0x7fb4982bf700, query id 2940159490 192.168.221.100 uuuuuuu
---TRANSACTION 814538730403, not started
MySQL thread id 82657623, OS thread handle 0x7fb4988df700, query id 2940159411 192.168.161.185 uuuuuuu
---TRANSACTION 814538730329, not started
MySQL thread id 82657643, OS thread handle 0x7fb4755b3700, query id 2940159579 192.168.161.185 uuuuuuu
---TRANSACTION 814538730270, not started
MySQL thread id 82657625, OS thread handle 0x7fb498788700, query id 2940159492 192.168.221.34 uuuuuuu
---TRANSACTION 814538730072, not started
MySQL thread id 82657629, OS thread handle 0x7fb4985cf700, query id 2940159332 192.168.168.122 uuuuuuu
---TRANSACTION 814538730066, not started
MySQL thread id 82657630, OS thread handle 0x7fb4984a9700, query id 2940159324 192.168.167.106 uuuuuuu
---TRANSACTION 814538729938, not started
MySQL thread id 82657607, OS thread handle 0x7fb4e1178700, query id 2940159204 192.168.161.185 uuuuuuu
---TRANSACTION 814538729852, not started
MySQL thread id 82657628, OS thread handle 0x7fb498600700, query id 2940159114 192.168.159.200 uuuuuuu
---TRANSACTION 814538729763, not started
MySQL thread id 82657614, OS thread handle 0x7fb4aea13700, query id 2940159044 192.168.222.83 uuuuuuu
---TRANSACTION 814538729706, not started
MySQL thread id 82657619, OS thread handle 0x7fb498afa700, query id 2940158980 192.168.212.191 uuuuuuu
---TRANSACTION 814538729698, not started
MySQL thread id 82657622, OS thread handle 0x7fc318303700, query id 2940158986 192.168.169.194 uuuuuuu
---TRANSACTION 814538729695, not started
MySQL thread id 82657618, OS thread handle 0x7fb46b88d700, query id 2940158981 192.168.186.2 uuuuuuu
---TRANSACTION 814538729653, not started
MySQL thread id 82657616, OS thread handle 0x7fb4757ce700, query id 2940158940 192.168.221.34 uuuuuuu
---TRANSACTION 814538731645, not started
MySQL thread id 82657606, OS thread handle 0x7fb4e126d700, query id 2940160503 192.168.181.88 uuuuuuu
---TRANSACTION 814538729559, not started
MySQL thread id 82657615, OS thread handle 0x7fb498b5c700, query id 2940158834 192.168.175.223 uuuuuuu
---TRANSACTION 814538729525, not started
MySQL thread id 82657612, OS thread handle 0x7fb48e5cb700, query id 2940158811 192.168.161.25 uuuuuuu
---TRANSACTION 814538729709, not started
MySQL thread id 82657613, OS thread handle 0x7fb4aeb08700, query id 2940158800 192.168.194.238 uuuuuuu
---TRANSACTION 814538729469, not started
MySQL thread id 82657611, OS thread handle 0x7fb493724700, query id 2940158754 192.168.165.46 uuuuuuu
---TRANSACTION 814538729420, not started
MySQL thread id 82657608, OS thread handle 0x7fb493350700, query id 2940158708 192.168.161.185 uuuuuuu
---TRANSACTION 814538728691, not started
MySQL thread id 82657594, OS thread handle 0x7fb704040700, query id 2940158013 192.168.167.106 uuuuuuu
---TRANSACTION 814538728634, not started
MySQL thread id 82657593, OS thread handle 0x7fb7a4935700, query id 2940157964 192.168.168.122 uuuuuuu
---TRANSACTION 814538735266, not started
MySQL thread id 82657203, OS thread handle 0x7fb49236d700, query id 2940164061 192.168.219.244 uuuuuuu
---TRANSACTION 814538728571, not started
MySQL thread id 82657591, OS thread handle 0x7fb49043a700, query id 2940157908 192.168.165.46 uuuuuuu
---TRANSACTION 814538728421, not started
MySQL thread id 82657590, OS thread handle 0x7fbac70d3700, query id 2940157771 192.168.159.200 uuuuuuu
---TRANSACTION 814538728408, not started
MySQL thread id 82657587, OS thread handle 0x7fb522871700, query id 2940157756 192.168.221.34 uuuuuuu
---TRANSACTION 814538728384, not started
MySQL thread id 82657584, OS thread handle 0x7fb492710700, query id 2940157733 192.168.171.109 uuuuuuu
---TRANSACTION 814538728371, not started
MySQL thread id 82657585, OS thread handle 0x7fb48dab1700, query id 2940157721 192.168.221.117 uuuuuuu
---TRANSACTION 814538728306, not started
MySQL thread id 82657544, OS thread handle 0x7fbde98d3700, query id 2940157656 192.168.175.166 uuuuuuu
---TRANSACTION 814538732607, not started
MySQL thread id 82646348, OS thread handle 0x7fb4948c0700, query id 2940161733 192.168.219.244 uuuuuuu
---TRANSACTION 814538728159, not started
MySQL thread id 82657582, OS thread handle 0x7fb4aea44700, query id 2940157519 192.168.169.194 uuuuuuu
---TRANSACTION 814538728028, not started
MySQL thread id 82657265, OS thread handle 0x7fb492bd9700, query id 2940157420 192.168.187.65 uuuuuuu
---TRANSACTION 814538727756, not started
MySQL thread id 82657538, OS thread handle 0x7fbf2a935700, query id 2940157144 192.168.161.185 uuuuuuu
---TRANSACTION 814538727163, not started
MySQL thread id 82657471, OS thread handle 0x7fb4972ab700, query id 2940156604 192.168.175.166 uuuuuuu
---TRANSACTION 814538729645, not started
MySQL thread id 82657559, OS thread handle 0x7fb490d9b700, query id 2940158928 192.168.161.185 uuuuuuu
---TRANSACTION 814538728179, not started
MySQL thread id 82657561, OS thread handle 0x7fb4929ef700, query id 2940157539 192.168.221.34 uuuuuuu
---TRANSACTION 814538728617, not started
MySQL thread id 82657557, OS thread handle 0x7fbb67966700, query id 2940157948 192.168.208.47 uuuuuuu
---TRANSACTION 814538726859, not started
MySQL thread id 82657545, OS thread handle 0x7fbde98a2700, query id 2940156330 192.168.219.19 uuuuuuu
---TRANSACTION 814538736464, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657547, OS thread handle 0x7fbe8a0d3700, query id 2940165576 192.168.221.34 uuuuuuu Sorting result
SELECT * FROM `betsson_odds_18_2` WHERE `event_id` = '3131324' AND `home_od` != '-' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538726759, not started
MySQL thread id 82657526, OS thread handle 0x7fbd49166700, query id 2940156238 192.168.221.34 uuuuuuu
---TRANSACTION 814538727549, not started
MySQL thread id 82657558, OS thread handle 0x7fb46f147700, query id 2940156952 192.168.211.71 uuuuuuu
---TRANSACTION 814538736510, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657554, OS thread handle 0x7fbc08166700, query id 2940165565 192.168.211.71 uuuuuuu Sorting result
SELECT * FROM `sbobet_odds_18_2` WHERE `event_id` = '2799851' AND `home_od` != '-' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538726634, not started
MySQL thread id 82657535, OS thread handle 0x7fc10c0a2700, query id 2940156108 192.168.221.34 uuuuuuu
---TRANSACTION 814538736469, not started
MySQL thread id 82657549, OS thread handle 0x7fb491607700, query id 2940165510 192.168.161.185 uuuuuuu
---TRANSACTION 814538736504, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82657548, OS thread handle 0x7fb498ac9700, query id 2940165559 192.168.208.47 uuuuuuu Sending data
SELECT * FROM `cloudbet_odds_update` WHERE `event_id` = '1811734'
---TRANSACTION 814538726494, not started
MySQL thread id 82657523, OS thread handle 0x7fb49052f700, query id 2940155985 192.168.175.223 uuuuuuu
---TRANSACTION 814538726491, not started
MySQL thread id 82657495, OS thread handle 0x7fb494302700, query id 2940155982 192.168.161.185 uuuuuuu
---TRANSACTION 814538726361, not started
MySQL thread id 82657533, OS thread handle 0x7fc3168c8700, query id 2940155862 192.168.175.80 uuuuuuu
---TRANSACTION 814538726252, not started
MySQL thread id 82657537, OS thread handle 0x7fbfcb135700, query id 2940155763 192.168.219.19 uuuuuuu
---TRANSACTION 814538726189, not started
MySQL thread id 82657518, OS thread handle 0x7fb48f29e700, query id 2940155708 192.168.208.47 uuuuuuu
---TRANSACTION 814538726136, not started
MySQL thread id 82657534, OS thread handle 0x7fc10c104700, query id 2940155664 192.168.171.109 uuuuuuu
---TRANSACTION 814538726045, not started
MySQL thread id 82657519, OS thread handle 0x7fb4903d8700, query id 2940155586 192.168.165.46 uuuuuuu
---TRANSACTION 814538726031, not started
MySQL thread id 82657531, OS thread handle 0x7fb49663a700, query id 2940155571 192.168.169.194 uuuuuuu
---TRANSACTION 814538726025, not started
MySQL thread id 82657466, OS thread handle 0x7fb481ea8700, query id 2940155569 192.168.219.19 uuuuuuu
---TRANSACTION 814538725924, not started
MySQL thread id 82657541, OS thread handle 0x7fbd49040700, query id 2940155476 192.168.168.122 uuuuuuu
---TRANSACTION 814538725847, not started
MySQL thread id 82657532, OS thread handle 0x7fb4966cd700, query id 2940155408 192.168.209.173 uuuuuuu
---TRANSACTION 814538725832, not started
MySQL thread id 82657521, OS thread handle 0x7fb487d82700, query id 2940155395 192.168.161.185 uuuuuuu
---TRANSACTION 814538725773, not started
MySQL thread id 82657511, OS thread handle 0x7fb492a51700, query id 2940155330 192.168.221.76 uuuuuuu
---TRANSACTION 814538725696, not started
MySQL thread id 82657524, OS thread handle 0x7fb46c73b700, query id 2940155283 192.168.222.83 uuuuuuu
---TRANSACTION 814538725676, not started
MySQL thread id 82657522, OS thread handle 0x7fb46fde4700, query id 2940155268 192.168.161.25 uuuuuuu
---TRANSACTION 814538725666, not started
MySQL thread id 82657529, OS thread handle 0x7fb498b2b700, query id 2940155259 192.168.186.2 uuuuuuu
---TRANSACTION 814538725672, not started
MySQL thread id 82657530, OS thread handle 0x7fb4938ac700, query id 2940155253 192.168.221.117 uuuuuuu
---TRANSACTION 814538725614, not started
MySQL thread id 82657527, OS thread handle 0x7fb482483700, query id 2940155206 192.168.194.238 uuuuuuu
---TRANSACTION 814538725499, not started
MySQL thread id 82657512, OS thread handle 0x7fb496b65700, query id 2940155104 192.168.221.100 uuuuuuu
---TRANSACTION 814538725495, not started
MySQL thread id 82657536, OS thread handle 0x7fb4944ec700, query id 2940155101 192.168.212.191 uuuuuuu
---TRANSACTION 814538725415, not started
MySQL thread id 82657517, OS thread handle 0x7fb491049700, query id 2940155030 192.168.210.178 uuuuuuu
---TRANSACTION 814538725389, not started
MySQL thread id 82657516, OS thread handle 0x7fb4904cd700, query id 2940155005 192.168.161.185 uuuuuuu
---TRANSACTION 814538725319, not started
MySQL thread id 82657500, OS thread handle 0x7fb48b33b700, query id 2940154947 192.168.212.191 uuuuuuu
---TRANSACTION 814538725315, not started
MySQL thread id 82657525, OS thread handle 0x7fb4ae9e2700, query id 2940154946 192.168.221.34 uuuuuuu
---TRANSACTION 814538725296, not started
MySQL thread id 82657528, OS thread handle 0x7fb4919db700, query id 2940154927 192.168.161.185 uuuuuuu
---TRANSACTION 814538725248, not started
MySQL thread id 82657489, OS thread handle 0x7fb491e73700, query id 2940154888 192.168.181.88 uuuuuuu
---TRANSACTION 814538725220, not started
MySQL thread id 82657508, OS thread handle 0x7fb493bed700, query id 2940154861 192.168.211.16 uuuuuuu
---TRANSACTION 814538725173, not started
MySQL thread id 82657506, OS thread handle 0x7fb704071700, query id 2940154812 192.168.167.106 uuuuuuu
---TRANSACTION 814538725177, not started
MySQL thread id 82657502, OS thread handle 0x7fb4e10e5700, query id 2940154810 192.168.221.34 uuuuuuu
---TRANSACTION 814538725139, not started
MySQL thread id 82657505, OS thread handle 0x7fbfcb197700, query id 2940154779 192.168.159.200 uuuuuuu
---TRANSACTION 814538725127, not started
MySQL thread id 82657491, OS thread handle 0x7fb494a48700, query id 2940154768 192.168.222.83 uuuuuuu
---TRANSACTION 814538725068, not started
MySQL thread id 82657490, OS thread handle 0x7fb46f5a9700, query id 2940154717 192.168.161.25 uuuuuuu
---TRANSACTION 814538725062, not started
MySQL thread id 82657480, OS thread handle 0x7fb4948f1700, query id 2940154700 192.168.208.47 uuuuuuu
---TRANSACTION 814538725040, not started
MySQL thread id 82657507, OS thread handle 0x7fb469551700, query id 2940154691 192.168.168.122 uuuuuuu
---TRANSACTION 814538725009, not started
MySQL thread id 82657501, OS thread handle 0x7fb496171700, query id 2940154661 192.168.175.80 uuuuuuu
---TRANSACTION 814538724993, not started
MySQL thread id 82657497, OS thread handle 0x7fb485cbe700, query id 2940154644 192.168.221.117 uuuuuuu
---TRANSACTION 814538724984, not started
MySQL thread id 82657514, OS thread handle 0x7fb48cf66700, query id 2940154636 192.168.181.88 uuuuuuu
---TRANSACTION 814538724961, not started
MySQL thread id 82657496, OS thread handle 0x7fb486ad9700, query id 2940154614 192.168.171.109 uuuuuuu
---TRANSACTION 814538724950, not started
MySQL thread id 82657504, OS thread handle 0x7fb496a0e700, query id 2940154607 192.168.165.46 uuuuuuu
---TRANSACTION 814538724947, not started
MySQL thread id 82657509, OS thread handle 0x7fb495626700, query id 2940165586 192.168.221.34 uuuuuuu cleaning up
---TRANSACTION 814538724942, not started
MySQL thread id 82657510, OS thread handle 0x7fb464ad4700, query id 2940154600 192.168.186.2 uuuuuuu
---TRANSACTION 814538724931, not started
MySQL thread id 82657499, OS thread handle 0x7fb48f393700, query id 2940154570 192.168.194.238 uuuuuuu
---TRANSACTION 814538724820, not started
MySQL thread id 82657485, OS thread handle 0x7fb482fff700, query id 2940165476 192.168.209.173 uuuuuuu cleaning up
---TRANSACTION 814538724721, not started
MySQL thread id 82657503, OS thread handle 0x7fb48e133700, query id 2940154390 192.168.161.185 uuuuuuu
---TRANSACTION 814538724694, not started
MySQL thread id 82657493, OS thread handle 0x7fc3183c7700, query id 2940154348 192.168.165.46 uuuuuuu
---TRANSACTION 814538724621, not started
MySQL thread id 82657494, OS thread handle 0x7fb48f9e4700, query id 2940154313 192.168.221.34 uuuuuuu
---TRANSACTION 814538724585, not started
MySQL thread id 82657487, OS thread handle 0x7fb49417a700, query id 2940154282 192.168.221.34 uuuuuuu
---TRANSACTION 814538724582, not started
MySQL thread id 82657462, OS thread handle 0x7fb477e72700, query id 2940154279 192.168.212.191 uuuuuuu
---TRANSACTION 814538724448, not started
MySQL thread id 82657486, OS thread handle 0x7fb498352700, query id 2940154142 192.168.210.178 uuuuuuu
---TRANSACTION 814538724433, not started
MySQL thread id 82657483, OS thread handle 0x7fc318270700, query id 2940154133 192.168.221.76 uuuuuuu
---TRANSACTION 814538724428, not started
MySQL thread id 82657482, OS thread handle 0x7fb4940b6700, query id 2940154131 192.168.219.13 uuuuuuu
---TRANSACTION 814538724429, not started
MySQL thread id 82657481, OS thread handle 0x7fb46c520700, query id 2940154118 192.168.221.100 uuuuuuu
---TRANSACTION 814538724426, not started
MySQL thread id 82657484, OS thread handle 0x7fb488fce700, query id 2940165465 192.168.211.71 uuuuuuu cleaning up
---TRANSACTION 814538724294, not started
MySQL thread id 82657457, OS thread handle 0x7fb5228d3700, query id 2940153958 192.168.186.2 uuuuuuu
---TRANSACTION 814538724250, not started
MySQL thread id 82657458, OS thread handle 0x7fb49577d700, query id 2940153945 192.168.175.80 uuuuuuu
---TRANSACTION 814538724236, not started
MySQL thread id 82657445, OS thread handle 0x7fb7a48a2700, query id 2940153909 192.168.181.88 uuuuuuu
---TRANSACTION 814538724232, not started
MySQL thread id 82657474, OS thread handle 0x7fbac7040700, query id 2940153927 192.168.168.122 uuuuuuu
---TRANSACTION 814538724150, not started
MySQL thread id 82657453, OS thread handle 0x7fb49518e700, query id 2940153841 192.168.194.238 uuuuuuu
---TRANSACTION 814538724074, not started
MySQL thread id 82657439, OS thread handle 0x7fb48f705700, query id 2940153775 192.168.221.76 uuuuuuu
---TRANSACTION 814538724059, not started
MySQL thread id 82657449, OS thread handle 0x7fb48f951700, query id 2940153766 192.168.161.185 uuuuuuu
---TRANSACTION 814538724058, not started
MySQL thread id 82657433, OS thread handle 0x7fb482b05700, query id 2940153764 192.168.171.109 uuuuuuu
---TRANSACTION 814538724040, not started
MySQL thread id 82657456, OS thread handle 0x7fb4770b9700, query id 2940153753 192.168.161.185 uuuuuuu
---TRANSACTION 814538724018, not started
MySQL thread id 82657422, OS thread handle 0x7fb496266700, query id 2940153727 192.168.221.34 uuuuuuu
---TRANSACTION 814538724005, not started
MySQL thread id 82657440, OS thread handle 0x7fb494fa4700, query id 2940153715 192.168.161.185 uuuuuuu
---TRANSACTION 814538723969, not started
MySQL thread id 82657451, OS thread handle 0x7fb4ae85a700, query id 2940153679 192.168.208.47 uuuuuuu
---TRANSACTION 814538723956, not started
MySQL thread id 82657430, OS thread handle 0x7fb46ff0a700, query id 2940153668 192.168.161.185 uuuuuuu
---TRANSACTION 814538723952, not started
MySQL thread id 82657454, OS thread handle 0x7fb522840700, query id 2940153663 192.168.175.223 uuuuuuu
---TRANSACTION 814538723943, not started
MySQL thread id 82657438, OS thread handle 0x7fb492c3b700, query id 2940153657 192.168.221.34 uuuuuuu
---TRANSACTION 814538723940, not started
MySQL thread id 82657460, OS thread handle 0x7fb8e5840700, query id 2940153653 192.168.169.194 uuuuuuu
---TRANSACTION 814538723933, not started
MySQL thread id 82657455, OS thread handle 0x7fb48f6a3700, query id 2940153646 192.168.221.34 uuuuuuu
---TRANSACTION 814538723921, not started
MySQL thread id 82657450, OS thread handle 0x7fb496bc7700, query id 2940153634 192.168.161.25 uuuuuuu
---TRANSACTION 814538723916, not started
MySQL thread id 82657429, OS thread handle 0x7fb492e87700, query id 2940153630 192.168.221.34 uuuuuuu
---TRANSACTION 814538723887, not started
MySQL thread id 82657447, OS thread handle 0x7fb4980a4700, query id 2940153603 192.168.221.34 uuuuuuu
---TRANSACTION 814538723884, not started
MySQL thread id 82657441, OS thread handle 0x7fbe8a166700, query id 2940153600 192.168.221.100 uuuuuuu
---TRANSACTION 814538723878, not started
MySQL thread id 82657452, OS thread handle 0x7fbac7071700, query id 2940153595 192.168.222.83 uuuuuuu
---TRANSACTION 814538723853, not started
MySQL thread id 82657446, OS thread handle 0x7fb490dfd700, query id 2940164717 192.168.209.173 uuuuuuu cleaning up
---TRANSACTION 814538723840, not started
MySQL thread id 82657425, OS thread handle 0x7fbf2a997700, query id 2940153554 192.168.161.185 uuuuuuu
---TRANSACTION 814538723846, not started
MySQL thread id 82657435, OS thread handle 0x7fb48ef2c700, query id 2940165079 192.168.211.16 uuuuuuu cleaning up
---TRANSACTION 814538723826, not started
MySQL thread id 82657448, OS thread handle 0x7fb4920bf700, query id 2940153539 192.168.165.46 uuuuuuu
---TRANSACTION 814538723819, not started
MySQL thread id 82657431, OS thread handle 0x7fb46f857700, query id 2940153528 192.168.165.46 uuuuuuu
---TRANSACTION 814538723816, not started
MySQL thread id 82657442, OS thread handle 0x7fb845197700, query id 2940153524 192.168.219.13 uuuuuuu
---TRANSACTION 814538723813, not started
MySQL thread id 82657437, OS thread handle 0x7fb48f362700, query id 2940153522 192.168.159.200 uuuuuuu
---TRANSACTION 814538723792, not started
MySQL thread id 82657427, OS thread handle 0x7fb492ba8700, query id 2940153502 192.168.175.80 uuuuuuu
---TRANSACTION 814538723789, not started
MySQL thread id 82657434, OS thread handle 0x7fb4945b0700, query id 2940153497 192.168.167.106 uuuuuuu
---TRANSACTION 814538723781, not started
MySQL thread id 82657432, OS thread handle 0x7fb46fcbe700, query id 2940153484 192.168.168.122 uuuuuuu
---TRANSACTION 814538723746, not started
MySQL thread id 82657443, OS thread handle 0x7fb48b2d9700, query id 2940153441 192.168.211.71 uuuuuuu
---TRANSACTION 814538723724, not started
MySQL thread id 82657426, OS thread handle 0x7fb498bef700, query id 2940153417 192.168.221.117 uuuuuuu
---TRANSACTION 814538723720, not started
MySQL thread id 82657424, OS thread handle 0x7fb47830a700, query id 2940164639 192.168.169.194 uuuuuuu cleaning up
---TRANSACTION 814538723629, not started
MySQL thread id 82657421, OS thread handle 0x7fb4962c8700, query id 2940153312 192.168.221.34 uuuuuuu
---TRANSACTION 814538723559, not started
MySQL thread id 82657413, OS thread handle 0x7fb490bb1700, query id 2940153245 192.168.211.71 uuuuuuu
---TRANSACTION 814538723529, not started
MySQL thread id 82657409, OS thread handle 0x7fb498106700, query id 2940153214 192.168.181.88 uuuuuuu
---TRANSACTION 814538723502, not started
MySQL thread id 82657412, OS thread handle 0x7fb4983e5700, query id 2940153188 192.168.210.178 uuuuuuu
---TRANSACTION 814538723110, not started
MySQL thread id 82657398, OS thread handle 0x7fb47548d700, query id 2940152787 192.168.165.46 uuuuuuu
---TRANSACTION 814538722466, not started
MySQL thread id 82657389, OS thread handle 0x7fbc080a2700, query id 2940164635 192.168.169.194 uuuuuuu cleaning up
---TRANSACTION 814538722355, not started
MySQL thread id 82657380, OS thread handle 0x7fb4953a9700, query id 2940163930 192.168.161.185 uuuuuuu cleaning up
---TRANSACTION 814538722260, not started
MySQL thread id 82657048, OS thread handle 0x7fb4858b9700, query id 2940152002 192.168.219.244 uuuuuuu
---TRANSACTION 814538722051, not started
MySQL thread id 82657346, OS thread handle 0x7fb477c88700, query id 2940151820 192.168.161.185 uuuuuuu
---TRANSACTION 814538722018, not started
MySQL thread id 82657384, OS thread handle 0x7fb490066700, query id 2940164763 192.168.221.34 uuuuuuu cleaning up
---TRANSACTION 814538721955, not started
MySQL thread id 82657376, OS thread handle 0x7fb48ec4d700, query id 2940151734 192.168.222.83 uuuuuuu
---TRANSACTION 814538721942, not started
MySQL thread id 82657377, OS thread handle 0x7fb48ff0f700, query id 2940151727 192.168.194.238 uuuuuuu
---TRANSACTION 814538721939, not started
MySQL thread id 82657378, OS thread handle 0x7fb48fb9d700, query id 2940151721 192.168.221.100 uuuuuuu
---TRANSACTION 814538721914, not started
MySQL thread id 82657375, OS thread handle 0x7fb46a70a700, query id 2940151696 192.168.175.223 uuuuuuu
---TRANSACTION 814538721846, not started
MySQL thread id 82657372, OS thread handle 0x7fb498bbe700, query id 2940151618 192.168.161.185 uuuuuuu
---TRANSACTION 814538721710, not started
MySQL thread id 82657362, OS thread handle 0x7fb48f178700, query id 2940151475 192.168.208.47 uuuuuuu
---TRANSACTION 814538721687, not started
MySQL thread id 82657361, OS thread handle 0x7fb46fa72700, query id 2940151450 192.168.221.100 uuuuuuu
---TRANSACTION 814538721675, not started
MySQL thread id 82657360, OS thread handle 0x7fb48f88d700, query id 2940165348 192.168.221.76 uuuuuuu cleaning up
---TRANSACTION 814538721645, not started
MySQL thread id 82657355, OS thread handle 0x7fb4969dd700, query id 2940151403 192.168.168.122 uuuuuuu
---TRANSACTION 814538721631, not started
MySQL thread id 82657356, OS thread handle 0x7fbe8a040700, query id 2940151387 192.168.167.106 uuuuuuu
---TRANSACTION 814538729358, not started
MySQL thread id 82657344, OS thread handle 0x7fb491c27700, query id 2940158646 192.168.161.185 uuuuuuu
---TRANSACTION 814538721626, not started
MySQL thread id 82657353, OS thread handle 0x7fb493e9b700, query id 2940151383 192.168.165.46 uuuuuuu
---TRANSACTION 814538721606, not started
MySQL thread id 82657350, OS thread handle 0x7fb49887d700, query id 2940151357 192.168.169.194 uuuuuuu
---TRANSACTION 814538721582, not started
MySQL thread id 82657349, OS thread handle 0x7fb490a8b700, query id 2940151330 192.168.212.191 uuuuuuu
---TRANSACTION 814538728827, not started
MySQL thread id 82657342, OS thread handle 0x7fb49018c700, query id 2940158143 192.168.221.34 uuuuuuu
---TRANSACTION 814538720231, not started
MySQL thread id 82657308, OS thread handle 0x7fb49482d700, query id 2940150062 192.168.221.34 uuuuuuu
---TRANSACTION 814538719901, not started
MySQL thread id 82657300, OS thread handle 0x7fb49697b700, query id 2940164053 192.168.219.19 uuuuuuu cleaning up
---TRANSACTION 814538719711, not started
MySQL thread id 82657198, OS thread handle 0x7fb48e4a5700, query id 2940149581 192.168.219.244 uuuuuuu
---TRANSACTION 814538716820, not started
MySQL thread id 82657241, OS thread handle 0x7fb4950ca700, query id 2940146763 192.168.161.185 uuuuuuu
---TRANSACTION 814538716585, not started
MySQL thread id 82657239, OS thread handle 0x7fb46f26d700, query id 2940164548 192.168.211.71 uuuuuuu cleaning up
---TRANSACTION 814538716433, not started
MySQL thread id 82656523, OS thread handle 0x7fb496204700, query id 2940146393 192.168.187.41 uuuuuuu
---TRANSACTION 814538716101, not started
MySQL thread id 82657164, OS thread handle 0x7fb49325b700, query id 2940146078 192.168.175.166 uuuuuuu
---TRANSACTION 814538727657, not started
MySQL thread id 82657089, OS thread handle 0x7fb48e03e700, query id 2940163746 192.168.219.244 uuuuuuu cleaning up
---TRANSACTION 814538735261, not started
MySQL thread id 82656713, OS thread handle 0x7fb4987b9700, query id 2940164357 192.168.219.244 uuuuuuu
---TRANSACTION 814538695843, not started
MySQL thread id 82656567, OS thread handle 0x7fb495d9d700, query id 2940125802 192.168.219.244 uuuuuuu
---TRANSACTION 814538694478, not started
MySQL thread id 82656573, OS thread handle 0x7fb496f39700, query id 2940124528 192.168.175.166 uuuuuuu
---TRANSACTION 814538694320, not started
MySQL thread id 82656541, OS thread handle 0x7fb49727a700, query id 2940124376 192.168.161.185 uuuuuuu
---TRANSACTION 814538736508, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82656533, OS thread handle 0x7fb488b98700, query id 2940165581 192.168.212.191 uuuuuuu Sending data
SELECT * FROM `event_stats` WHERE `event_id` = '1901119'
---TRANSACTION 814538693822, not started
MySQL thread id 82633811, OS thread handle 0x7fb46e615700, query id 2940123923 192.168.194.238 uuuuuuu
---TRANSACTION 814538688064, not started
MySQL thread id 82629516, OS thread handle 0x7fb4926df700, query id 2940118981 192.168.219.244 uuuuuuu
---TRANSACTION 814538731081, not started
MySQL thread id 82652759, OS thread handle 0x7fb497ab5700, query id 2940160287 192.168.175.223 uuuuuuu
---TRANSACTION 814538676670, not started
MySQL thread id 82655670, OS thread handle 0x7fb48fc61700, query id 2940108095 192.168.208.47 uuuuuuu
---TRANSACTION 814538724173, not started
MySQL thread id 82652767, OS thread handle 0x7fb46c6a8700, query id 2940153862 192.168.175.223 uuuuuuu
---TRANSACTION 814538736187, not started
MySQL thread id 82630774, OS thread handle 0x7fb498662700, query id 2940165233 192.168.212.191 uuuuuuu
---TRANSACTION 814538634175, not started
MySQL thread id 82632706, OS thread handle 0x7fc1b6440700, query id 2940069620 192.168.171.109 uuuuuuu
---TRANSACTION 814538703273, not started
MySQL thread id 82653160, OS thread handle 0x7fb492805700, query id 2940133242 192.168.219.244 uuuuuuu
---TRANSACTION 814538609180, not started
MySQL thread id 82652764, OS thread handle 0x7fb491a3d700, query id 2940046780 192.168.175.223 uuuuuuu
---TRANSACTION 814538570465, not started
MySQL thread id 82652682, OS thread handle 0x7fb496a70700, query id 2940012067 192.168.219.13 uuuuuuu
---TRANSACTION 814538736452, not started starting index read
mysql tables in use 1, locked 1
MySQL thread id 82651111, OS thread handle 0x7fb46f116700, query id 2940165593 192.168.194.238 uuuuuuu updating
UPDATE `event_timer` SET `cp` = '1', `passed_secs` = '600', `tm` = '10', `ts` = '0', `update_time` = '1570763401' WHERE `event_id` = '1884337'
---TRANSACTION 814538618587, not started
MySQL thread id 82652602, OS thread handle 0x7fb49328c700, query id 2940055585 192.168.175.166 uuuuuuu
---TRANSACTION 814538642256, not started
MySQL thread id 82652782, OS thread handle 0x7fb490abc700, query id 2940076799 192.168.186.2 uuuuuuu
---TRANSACTION 814538722007, not started
MySQL thread id 82647401, OS thread handle 0x7fb48a398700, query id 2940151778 192.168.187.65 uuuuuuu
---TRANSACTION 814538736305, not started
MySQL thread id 82648957, OS thread handle 0x7fb48e784700, query id 2940165347 192.168.162.201 uuuuuuu
---TRANSACTION 814538735317, not started
MySQL thread id 82643104, OS thread handle 0x7fb48e62d700, query id 2940164411 88.80.191.251 uuuuuuu
---TRANSACTION 814538607007, not started
MySQL thread id 82650727, OS thread handle 0x7fbde9997700, query id 2940044698 192.168.211.16 uuuuuuu
---TRANSACTION 814538733578, not started
MySQL thread id 82647412, OS thread handle 0x7fb4987ea700, query id 2940162719 192.168.187.65 uuuuuuu
---TRANSACTION 814538736488, not started starting index read
mysql tables in use 1, locked 1
MySQL thread id 82644534, OS thread handle 0x7fb845104700, query id 2940165585 192.168.161.25 uuuuuuu updating
UPDATE `xxxxxx_event` SET `inplay_updated_at` = '1570763402', `league_id` = '332', `r_id` = '200234215439555832C91', `sport_id` = '91', `ss` = '4-8', `time_status` = '1', `updated_at` = '1570763402' WHERE `id` = '83365346'
---TRANSACTION 814538725810, not started
MySQL thread id 82647371, OS thread handle 0x7fb663840700, query id 2940155379 192.168.187.65 uuuuuuu
---TRANSACTION 814538636282, not started
MySQL thread id 82647277, OS thread handle 0x7fb4ae9b1700, query id 2940071503 192.168.187.65 uuuuuuu
---TRANSACTION 814538728535, not started
MySQL thread id 82647382, OS thread handle 0x7fbe8a135700, query id 2940157875 192.168.187.65 uuuuuuu
---TRANSACTION 814538736486, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82647405, OS thread handle 0x7fb49356b700, query id 2940165577 192.168.187.65 uuuuuuu Sending data
SELECT * FROM `xxxxxx_league` WHERE `code` = 'VB-RUSSLPROM' AND `sport_id` = '91'
---TRANSACTION 814538736498, not started starting index read
mysql tables in use 1, locked 1
MySQL thread id 82647301, OS thread handle 0x7fba268d3700, query id 2940165592 192.168.187.65 uuuuuuu updating
UPDATE `xxxxxx_league` SET `name_9` = 'CS:GO - ESL Pro League - Amerika', `updated_at` = '1570763402' WHERE `id` = '40852'
---TRANSACTION 814538726291, not started
MySQL thread id 82647222, OS thread handle 0x7fb5c3040700, query id 2940155801 192.168.187.65 uuuuuuu
---TRANSACTION 814538673033, not started
MySQL thread id 82649934, OS thread handle 0x7fb491ffb700, query id 2940104470 192.168.209.173 uuuuuuu
---TRANSACTION 814538574777, not started
MySQL thread id 82649850, OS thread handle 0x7fb4907ac700, query id 2940016150 192.168.209.173 uuuuuuu
---TRANSACTION 814538407451, not started
MySQL thread id 82649806, OS thread handle 0x7fbb678a2700, query id 2939862622 192.168.219.13 uuuuuuu
---TRANSACTION 814538473493, not started
MySQL thread id 82649837, OS thread handle 0x7fc06b840700, query id 2939923446 192.168.219.13 uuuuuuu
---TRANSACTION 814538645923, not started
MySQL thread id 82649772, OS thread handle 0x7fb489e9e700, query id 2940079890 192.168.186.2 uuuuuuu
---TRANSACTION 814538542400, not started
MySQL thread id 82649072, OS thread handle 0x7fb488db3700, query id 2939986827 192.168.175.80 uuuuuuu
---TRANSACTION 814538583485, not started
MySQL thread id 82647320, OS thread handle 0x7fb492b77700, query id 2940024067 192.168.187.65 uuuuuuu
---TRANSACTION 814538725942, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82646565, OS thread handle 0x7fb49850b700, query id 2940165596 192.168.221.117 uuuuuuu statistics
SELECT `id` FROM `xxxxxx_team` WHERE `name_1` = 'Belize' AND `sport_id` = '1'
---TRANSACTION 814538669853, not started
MySQL thread id 82647303, OS thread handle 0x7fb497a84700, query id 2940101446 192.168.187.65 uuuuuuu
---TRANSACTION 814538401912, not started
MySQL thread id 82648575, OS thread handle 0x7fb8e5935700, query id 2939857827 192.168.210.178 uuuuuuu
---TRANSACTION 814538401899, not started
MySQL thread id 82648576, OS thread handle 0x7fb45fcbe700, query id 2939857816 192.168.210.178 uuuuuuu
---TRANSACTION 814538736497, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82646354, OS thread handle 0x7fba26935700, query id 2940165560 192.168.168.122 uuuuuuu statistics
SELECT * FROM `xxxxxx_event` WHERE `id` = '83365346'
---TRANSACTION 814538412436, not started
MySQL thread id 82647946, OS thread handle 0x7fb488e15700, query id 2939867306 192.168.162.201 uuuuuuu
---TRANSACTION 814538695797, not started
MySQL thread id 82645793, OS thread handle 0x7fb487cef700, query id 2940125751 192.168.212.191 uuuuuuu
---TRANSACTION 814538455782, not started
MySQL thread id 82647571, OS thread handle 0x7fb490ca6700, query id 2939907260 192.168.171.109 uuuuuuu
---TRANSACTION 814538455761, not started
MySQL thread id 82647573, OS thread handle 0x7fb490004700, query id 2939907243 192.168.171.109 uuuuuuu
---TRANSACTION 814538425643, not started
MySQL thread id 82647425, OS thread handle 0x7fb46d0be700, query id 2939879853 192.168.194.238 uuuuuuu
---TRANSACTION 814538425625, not started
MySQL thread id 82647427, OS thread handle 0x7fb49230b700, query id 2939879838 192.168.194.238 uuuuuuu
---TRANSACTION 814538295988, not started
MySQL thread id 82646488, OS thread handle 0x7fb49110d700, query id 2939757629 192.168.221.117 uuuuuuu
---TRANSACTION 814538677950, not started
MySQL thread id 82646989, OS thread handle 0x7fb48be46700, query id 2940109317 192.168.165.46 uuuuuuu
---TRANSACTION 814538284840, not started
MySQL thread id 82646936, OS thread handle 0x7fb522966700, query id 2939747274 192.168.181.88 uuuuuuu
---TRANSACTION 814538392973, not started
MySQL thread id 82646737, OS thread handle 0x7fb492d30700, query id 2939849398 192.168.211.71 uuuuuuu
---TRANSACTION 814538392961, not started
MySQL thread id 82646739, OS thread handle 0x7fb4898af700, query id 2939849386 192.168.211.71 uuuuuuu
---TRANSACTION 814538271168, not started
MySQL thread id 82646518, OS thread handle 0x7fc318365700, query id 2939734219 192.168.165.46 uuuuuuu
---TRANSACTION 814538552680, not started
MySQL thread id 82646453, OS thread handle 0x7fb495905700, query id 2939996186 192.168.210.67 uuuuuuu
---TRANSACTION 814538335687, not started
MySQL thread id 82646259, OS thread handle 0x7fb4947cb700, query id 2939795156 192.168.167.106 uuuuuuu
---TRANSACTION 814538335669, not started
MySQL thread id 82646262, OS thread handle 0x7fb494b9f700, query id 2939795137 192.168.167.106 uuuuuuu
---TRANSACTION 814538394339, not started
MySQL thread id 82645998, OS thread handle 0x7fb494d27700, query id 2939850664 192.168.161.25 uuuuuuu
---TRANSACTION 814538394313, not started
MySQL thread id 82645999, OS thread handle 0x7fb5c3071700, query id 2939850637 192.168.161.25 uuuuuuu
---TRANSACTION 814538273160, not started
MySQL thread id 82645969, OS thread handle 0x7fb496de2700, query id 2939736032 192.168.159.200 uuuuuuu
---TRANSACTION 814538273145, not started
MySQL thread id 82645971, OS thread handle 0x7fb48fe1a700, query id 2939736018 192.168.159.200 uuuuuuu
---TRANSACTION 814538494980, not started
MySQL thread id 82645731, OS thread handle 0x7fb48fd87700, query id 2939942826 192.168.219.19 uuuuuuu
---TRANSACTION 814538494956, not started
MySQL thread id 82645733, OS thread handle 0x7fb490719700, query id 2939942810 192.168.219.19 uuuuuuu
---TRANSACTION 814538588460, not started
MySQL thread id 82626446, OS thread handle 0x7fb48ac57700, query id 2940028524 192.168.221.117 uuuuuuu
---TRANSACTION 814538545310, not started
MySQL thread id 82644458, OS thread handle 0x7fb495b51700, query id 2939989424 192.168.161.25 uuuuuuu
---TRANSACTION 814538736304, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82643343, OS thread handle 0x7fb4905f3700, query id 2940165601 192.168.161.43 uuuuuuu Sending data
SELECT * FROM `xxxxxx_league` WHERE `code` = 'B-NBAPS' AND `sport_id` = '18'
---TRANSACTION 814538312813, not started
MySQL thread id 82645305, OS thread handle 0x7fb4902e3700, query id 2939773267 192.168.161.43 uuuuuuu
---TRANSACTION 814538312762, not started
MySQL thread id 82645311, OS thread handle 0x7fb485452700, query id 2939773216 192.168.161.43 uuuuuuu
---TRANSACTION 814538366560, not started
MySQL thread id 82645283, OS thread handle 0x7fb46ade4700, query id 2939824474 192.168.208.47 uuuuuuu
---TRANSACTION 814538366506, not started
MySQL thread id 82645284, OS thread handle 0x7fb48d4c2700, query id 2939824424 192.168.208.47 uuuuuuu
---TRANSACTION 814538736009, not started
MySQL thread id 82643336, OS thread handle 0x7fc316835700, query id 2940165598 192.168.161.43 uuuuuuu
---TRANSACTION 814538731755, not started
MySQL thread id 82643094, OS thread handle 0x7fb491a6e700, query id 2940160930 192.168.181.88 uuuuuuu
---TRANSACTION 814538225317, not started
MySQL thread id 82644597, OS thread handle 0x7fb48d02a700, query id 2939691291 192.168.194.238 uuuuuuu
---TRANSACTION 814538225296, not started
MySQL thread id 82644598, OS thread handle 0x7fb491c58700, query id 2939691277 192.168.194.238 uuuuuuu
---TRANSACTION 814538728363, not started
MySQL thread id 82641945, OS thread handle 0x7fb48c45c700, query id 2940157714 192.168.167.106 uuuuuuu
---TRANSACTION 814538617318, not started
MySQL thread id 82643808, OS thread handle 0x7fb491b94700, query id 2940054429 192.168.175.64 uuuuuuu
---TRANSACTION 814538617261, not started
MySQL thread id 82643809, OS thread handle 0x7fb46848d700, query id 2940054374 192.168.175.64 uuuuuuu
---TRANSACTION 814538159964, not started
MySQL thread id 82642918, OS thread handle 0x7fb4908a1700, query id 2939630454 192.168.186.2 uuuuuuu
---TRANSACTION 814538159817, not started
MySQL thread id 82642956, OS thread handle 0x7fb495841700, query id 2939630324 192.168.186.2 uuuuuuu
---TRANSACTION 814538340735, not started
MySQL thread id 82642886, OS thread handle 0x7fb497ae6700, query id 2939799930 192.168.215.64 uuuuuuu
---TRANSACTION 814538315666, not started
MySQL thread id 82642550, OS thread handle 0x7fb491295700, query id 2939776076 192.168.161.43 uuuuuuu
---TRANSACTION 814538463097, not started
MySQL thread id 82641377, OS thread handle 0x7fb48f488700, query id 2939913783 192.168.211.16 uuuuuuu
---TRANSACTION 814538657465, not started
MySQL thread id 82640936, OS thread handle 0x7fb4914b0700, query id 2940089949 192.168.175.166 uuuuuuu
---TRANSACTION 814538612194, not started
MySQL thread id 82640933, OS thread handle 0x7fb4988ae700, query id 2940049718 192.168.175.166 uuuuuuu
---TRANSACTION 814538736104, not started
MySQL thread id 82637007, OS thread handle 0x7fb498a05700, query id 2940165153 192.168.215.64 uuuuuuu
---TRANSACTION 814538732417, not started
MySQL thread id 82637873, OS thread handle 0x7fb491979700, query id 2940161566 192.168.169.194 uuuuuuu
---TRANSACTION 814538480596, not started
MySQL thread id 82639052, OS thread handle 0x7fb8e5871700, query id 2939930087 192.168.208.172 uuuuuuu
---TRANSACTION 814538728667, not started
MySQL thread id 82636150, OS thread handle 0x7fb489ecf700, query id 2940158000 192.168.221.100 uuuuuuu
---TRANSACTION 814538695116, not started
MySQL thread id 82618278, OS thread handle 0x7fb494b6e700, query id 2940125144 192.168.221.100 uuuuuuu
---TRANSACTION 814538468543, not started
MySQL thread id 82637195, OS thread handle 0x7fb49758a700, query id 2939918624 192.168.186.184 uuuuuuu
---TRANSACTION 814538683847, not started
MySQL thread id 82604120, OS thread handle 0x7fb495e30700, query id 2940115104 192.168.219.19 uuuuuuu
---TRANSACTION 814538166908, not started
MySQL thread id 82610423, OS thread handle 0x7fb495252700, query id 2939637029 192.168.194.238 uuuuuuu
---TRANSACTION 814538736495, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82627913, OS thread handle 0x7fb497f1c700, query id 2940165589 192.168.222.83 uuuuuuu statistics
SELECT `id` FROM `ysb88_team` WHERE `league_id` = '0' AND `name` = 'Kang J-Q./Tanasugarn T.' AND `sport_id` = '13'
---TRANSACTION 814537609430, not started
MySQL thread id 82630754, OS thread handle 0x7fb497c0c700, query id 2939127992 192.168.212.191 uuuuuuu
---TRANSACTION 814538736381, not started inserting
mysql tables in use 1, locked 1
MySQL thread id 82630701, OS thread handle 0x7fb48f6d4700, query id 2940165594 192.168.167.129 uuuuuuu update
INSERT INTO `xxxxxx_odds_update` (`event_id`, `market`, `updated_at`) VALUES ('83374770', '18_3', '1570763401') ON DUPLICATE KEY UPDATE `updated_at` = values(`updated_at`)
---TRANSACTION 814538718129, not started
MySQL thread id 82628020, OS thread handle 0x7fb49638c700, query id 2940148035 192.168.175.64 uuuuuuu
---TRANSACTION 814537468213, not started
MySQL thread id 82628345, OS thread handle 0x7fb49144e700, query id 2939001928 192.168.219.244 uuuuuuu
---TRANSACTION 814538600801, not started
MySQL thread id 82625301, OS thread handle 0x7fb48e06f700, query id 2940039254 192.168.221.117 uuuuuuu
---TRANSACTION 814538736108, not started
MySQL thread id 82625532, OS thread handle 0x7fb492741700, query id 2940165159 192.168.208.47 uuuuuuu
---TRANSACTION 814538731529, not started
MySQL thread id 82625523, OS thread handle 0x7fb492493700, query id 2940160717 192.168.208.172 uuuuuuu
---TRANSACTION 814538396335, not started
MySQL thread id 82625276, OS thread handle 0x7fc1b6471700, query id 2939852600 192.168.164.15 uuuuuuu
---TRANSACTION 814538731834, not started
MySQL thread id 82598295, OS thread handle 0x7fb4964e3700, query id 2940161002 192.168.221.117 uuuuuuu
---TRANSACTION 814538633188, not started
MySQL thread id 82610107, OS thread handle 0x7fc318396700, query id 2940068653 192.168.194.238 uuuuuuu
---TRANSACTION 814538456472, not started
MySQL thread id 82621182, OS thread handle 0x7fb49116f700, query id 2939907838 192.168.211.16 uuuuuuu
---TRANSACTION 814538646998, not started
MySQL thread id 82617299, OS thread handle 0x7fb48dc08700, query id 2940080744 192.168.187.65 uuuuuuu
---TRANSACTION 814538452999, not started
MySQL thread id 82615942, OS thread handle 0x7fb46c79d700, query id 2939904808 192.168.168.122 uuuuuuu
---TRANSACTION 814537654579, not started
MySQL thread id 82615939, OS thread handle 0x7fb48ece0700, query id 2939168941 192.168.221.117 uuuuuuu
---TRANSACTION 814538286932, not started
MySQL thread id 82615944, OS thread handle 0x7fb4911a0700, query id 2939749187 192.168.168.122 uuuuuuu
---TRANSACTION 814538736413, not started
MySQL thread id 82613445, OS thread handle 0x7fb482762700, query id 2940165458 192.168.221.117 uuuuuuu
---TRANSACTION 814538494309, not started
MySQL thread id 82590624, OS thread handle 0x7fb48f147700, query id 2939942249 192.168.210.67 uuuuuuu
---TRANSACTION 814538635160, not started
MySQL thread id 82611858, OS thread handle 0x7fb7040d3700, query id 2940070499 192.168.159.200 uuuuuuu
---TRANSACTION 814538464016, not started
MySQL thread id 82611725, OS thread handle 0x7fb4971b6700, query id 2939914605 192.168.211.71 uuuuuuu
---TRANSACTION 814538463998, not started
MySQL thread id 82611716, OS thread handle 0x7fb48adae700, query id 2939914585 192.168.211.71 uuuuuuu
---TRANSACTION 814538650991, not started
MySQL thread id 82586843, OS thread handle 0x7fb4984da700, query id 2940084201 192.168.171.109 uuuuuuu
---TRANSACTION 814538714978, not started
MySQL thread id 82606826, OS thread handle 0x7fb493445700, query id 2940144972 192.168.221.100 uuuuuuu
---TRANSACTION 814538137254, not started
MySQL thread id 82584629, OS thread handle 0x7fbde9871700, query id 2939608545 88.80.191.251 uuuuuuu
---TRANSACTION 814538699056, not started
MySQL thread id 82594805, OS thread handle 0x7fb491233700, query id 2940128853 192.168.210.67 uuuuuuu
---TRANSACTION 814538668385, not started
MySQL thread id 82598671, OS thread handle 0x7fb48c79d700, query id 2940099860 192.168.210.67 uuuuuuu
---TRANSACTION 814538683881, not started
MySQL thread id 82604126, OS thread handle 0x7fc318334700, query id 2940115144 192.168.219.19 uuuuuuu
---TRANSACTION 814538695418, not started
MySQL thread id 82601767, OS thread handle 0x7fbac7197700, query id 2940125413 192.168.222.58 uuuuuuu
---TRANSACTION 814538329633, not started
MySQL thread id 82599052, OS thread handle 0x7fb498757700, query id 2939789470 192.168.222.83 uuuuuuu
---TRANSACTION 814538663534, not started
MySQL thread id 82597190, OS thread handle 0x7fb497cd0700, query id 2940095396 192.168.208.47 uuuuuuu
---TRANSACTION 814538662069, not started
MySQL thread id 82597335, OS thread handle 0x7fb48d8f8700, query id 2940094084 192.168.187.41 uuuuuuu
---TRANSACTION 814538048502, not started
MySQL thread id 82597654, OS thread handle 0x7fb498972700, query id 2939524489 192.168.187.65 uuuuuuu
---TRANSACTION 814538726497, not started
MySQL thread id 82591585, OS thread handle 0x7fb48a3c9700, query id 2940155990 192.168.221.117 uuuuuuu
---TRANSACTION 814538402175, not started
MySQL thread id 82590623, OS thread handle 0x7fb489b8e700, query id 2939858053 192.168.175.223 uuuuuuu
---TRANSACTION 814538402160, not started
MySQL thread id 82590622, OS thread handle 0x7fb986104700, query id 2939858042 192.168.175.223 uuuuuuu
---TRANSACTION 814538693495, not started
MySQL thread id 82588315, OS thread handle 0x7fb4913ec700, query id 2940123651 192.168.221.117 uuuuuuu
---TRANSACTION 814538607836, not started
MySQL thread id 82577473, OS thread handle 0x7fbca8997700, query id 2940045507 45.32.249.245 uuuuuuu
---TRANSACTION 814538692543, not started
MySQL thread id 82587288, OS thread handle 0x7fb482e46700, query id 2940122835 192.168.168.122 uuuuuuu
---TRANSACTION 814538619064, not started
MySQL thread id 82585538, OS thread handle 0x7fb497402700, query id 2940055968 192.168.161.25 uuuuuuu
---TRANSACTION 814538631571, not started
MySQL thread id 82585093, OS thread handle 0x7fb46f29e700, query id 2940067100 192.168.175.166 uuuuuuu
---TRANSACTION 814538723951, not started
MySQL thread id 82584592, OS thread handle 0x7fb49012a700, query id 2940153664 192.168.161.43 uuuuuuu
---TRANSACTION 814538565337, not started
MySQL thread id 82557145, OS thread handle 0x7fb46f8ea700, query id 2940007484 192.168.210.178 uuuuuuu
---TRANSACTION 814538667075, not started
MySQL thread id 82556845, OS thread handle 0x7fb497d63700, query id 2940098522 192.168.161.43 uuuuuuu
---TRANSACTION 814538634113, not started
MySQL thread id 82581958, OS thread handle 0x7fbac7135700, query id 2940069567 192.168.165.46 uuuuuuu
---TRANSACTION 814537552093, not started
MySQL thread id 82576879, OS thread handle 0x7fb4aead7700, query id 2939076645 192.168.171.109 uuuuuuu
---TRANSACTION 814538662699, not started
MySQL thread id 82576896, OS thread handle 0x7fb4932ee700, query id 2940094686 192.168.171.109 uuuuuuu
---TRANSACTION 814538450446, not started
MySQL thread id 82574379, OS thread handle 0x7fb49267d700, query id 2939902614 192.168.161.43 uuuuuuu
---TRANSACTION 814538395983, not started
MySQL thread id 82574378, OS thread handle 0x7fb4976b0700, query id 2939852244 192.168.161.43 uuuuuuu
---TRANSACTION 814538720083, not started
MySQL thread id 82566729, OS thread handle 0x7fb496bf8700, query id 2940149932 192.168.175.166 uuuuuuu
---TRANSACTION 814538551071, not started
MySQL thread id 82541094, OS thread handle 0x7fb49331f700, query id 2939994738 192.168.210.178 uuuuuuu
---TRANSACTION 814538440804, not started
MySQL thread id 82564353, OS thread handle 0x7fb48a6a8700, query id 2939893978 192.168.169.194 uuuuuuu
---TRANSACTION 814538597170, not started
MySQL thread id 82564255, OS thread handle 0x7fb494984700, query id 2940036155 192.168.175.80 uuuuuuu
---TRANSACTION 814538690514, not started
MySQL thread id 82560558, OS thread handle 0x7fb493166700, query id 2940121037 192.168.165.46 uuuuuuu
---TRANSACTION 814538724503, not started
MySQL thread id 82555206, OS thread handle 0x7fb48f54c700, query id 2940154197 192.168.211.71 uuuuuuu
---TRANSACTION 814538689896, not started
MySQL thread id 82556084, OS thread handle 0x7fb46e7ff700, query id 2940120476 192.168.165.46 uuuuuuu
---TRANSACTION 814538733524, not started
MySQL thread id 82548646, OS thread handle 0x7fb497e58700, query id 2940162665 192.168.211.62 uuuuuuu
---TRANSACTION 814538668360, not started
MySQL thread id 82548218, OS thread handle 0x7fb4977d6700, query id 2940099820 88.80.191.251 uuuuuuu
---TRANSACTION 814538617847, not started
MySQL thread id 82547739, OS thread handle 0x7fb4825a9700, query id 2940054921 192.168.217.71 uuuuuuu
---TRANSACTION 814538713544, not started
MySQL thread id 82543242, OS thread handle 0x7fb485483700, query id 2940143532 192.168.175.64 uuuuuuu
---TRANSACTION 814538720635, not started
MySQL thread id 82538073, OS thread handle 0x7fb48ee06700, query id 2940150422 192.168.221.100 uuuuuuu
---TRANSACTION 814538678898, not started
MySQL thread id 82535789, OS thread handle 0x7fb48fcf4700, query id 2940110285 192.168.221.100 uuuuuuu
---TRANSACTION 814538729193, not started
MySQL thread id 82528423, OS thread handle 0x7fb4ae94f700, query id 2940158494 192.168.165.46 uuuuuuu
---TRANSACTION 814538657608, not started
MySQL thread id 82497638, OS thread handle 0x7fb48efbf700, query id 2940090076 192.168.169.194 uuuuuuu
---TRANSACTION 814538669282, not started
MySQL thread id 82495719, OS thread handle 0x7fbac7166700, query id 2940100861 47.110.32.103 uuuuuuu
---TRANSACTION 814538596162, not started
MySQL thread id 82517705, OS thread handle 0x7fb48b246700, query id 2940035293 192.168.175.80 uuuuuuu
---TRANSACTION 814538691920, not started
MySQL thread id 82510811, OS thread handle 0x7fb48a5b3700, query id 2940122273 192.168.187.41 uuuuuuu
---TRANSACTION 814538256343, not started
MySQL thread id 82477829, OS thread handle 0x7fb48fb3b700, query id 2939720492 192.168.187.65 uuuuuuu
---TRANSACTION 814538725900, not started
MySQL thread id 82501263, OS thread handle 0x7fb492867700, query id 2940155452 192.168.187.65 uuuuuuu
---TRANSACTION 814538295749, not started
MySQL thread id 82500445, OS thread handle 0x7fb494922700, query id 2939757404 192.168.165.46 uuuuuuu
---TRANSACTION 814538600123, not started
MySQL thread id 82502431, OS thread handle 0x7fba26997700, query id 2940038667 192.168.175.80 uuuuuuu
---TRANSACTION 814538509365, not started
MySQL thread id 82497904, OS thread handle 0x7fc06b904700, query id 2939956037 192.168.161.25 uuuuuuu
---TRANSACTION 814538645650, not started
MySQL thread id 82496805, OS thread handle 0x7fb48c646700, query id 2940079665 192.168.161.43 uuuuuuu
---TRANSACTION 814538728256, not started
MySQL thread id 82487656, OS thread handle 0x7fb491b32700, query id 2940157610 88.80.191.251 uuuuuuu
---TRANSACTION 814538605169, not started
MySQL thread id 82471119, OS thread handle 0x7fb495dff700, query id 2940043041 192.168.221.117 uuuuuuu
---TRANSACTION 814538675000, not started
MySQL thread id 82461338, OS thread handle 0x7fb4ae8bc700, query id 2940106368 192.168.221.76 uuuuuuu
---TRANSACTION 814538654462, not started
MySQL thread id 82478667, OS thread handle 0x7fb464c2b700, query id 2940087220 192.168.175.223 uuuuuuu
---TRANSACTION 814538440765, not started
MySQL thread id 82470790, OS thread handle 0x7fb490c44700, query id 2939893945 192.168.175.223 uuuuuuu
---TRANSACTION 814538646100, not started
MySQL thread id 82469608, OS thread handle 0x7fb4e12cf700, query id 2940080038 192.168.219.19 uuuuuuu
---TRANSACTION 814538675340, not started
MySQL thread id 82438082, OS thread handle 0x7fb48dd5f700, query id 2940106719 192.168.169.194 uuuuuuu
---TRANSACTION 814538685804, not started
MySQL thread id 82462279, OS thread handle 0x7fbfcb040700, query id 2940116986 192.168.211.71 uuuuuuu
---TRANSACTION 814538725943, not started
MySQL thread id 82461692, OS thread handle 0x7fb48f300700, query id 2940155493 192.168.221.100 uuuuuuu
---TRANSACTION 814538425389, not started
MySQL thread id 82447819, OS thread handle 0x7fb49292b700, query id 2939879624 192.168.211.16 uuuuuuu
---TRANSACTION 814538465453, not started
MySQL thread id 82452098, OS thread handle 0x7fc1b64a2700, query id 2939915901 192.168.211.16 uuuuuuu
---TRANSACTION 814538720130, not started
MySQL thread id 82451112, OS thread handle 0x7fb494f73700, query id 2940149984 192.168.167.58 uuuuuuu
---TRANSACTION 814538677648, not started
MySQL thread id 82440223, OS thread handle 0x7fb482fce700, query id 2940109031 192.168.161.43 uuuuuuu
---TRANSACTION 814538632534, not started
MySQL thread id 82424953, OS thread handle 0x7fb48f23c700, query id 2940068014 192.168.161.43 uuuuuuu
---TRANSACTION 814538731568, not started
MySQL thread id 82442903, OS thread handle 0x7fb489911700, query id 2940160759 192.168.218.166 uuuuuuu
---TRANSACTION 814538671001, not started
MySQL thread id 82406546, OS thread handle 0x7fb4aebcc700, query id 2940102641 192.168.187.65 uuuuuuu
---TRANSACTION 814538648869, not started
MySQL thread id 82430908, OS thread handle 0x7fb48a48d700, query id 2940082373 192.168.186.2 uuuuuuu
---TRANSACTION 814538724409, not started
MySQL thread id 82425740, OS thread handle 0x7fb497baa700, query id 2940154103 192.168.219.19 uuuuuuu
---TRANSACTION 814538726908, not started
MySQL thread id 82424933, OS thread handle 0x7fb4975ec700, query id 2940156371 192.168.175.64 uuuuuuu
---TRANSACTION 814538625010, not started
MySQL thread id 82414305, OS thread handle 0x7fb490f23700, query id 2940061062 192.168.217.71 uuuuuuu
---TRANSACTION 814538730597, not started
MySQL thread id 82410444, OS thread handle 0x7fb486920700, query id 2940159831 47.110.32.103 uuuuuuu
---TRANSACTION 814538705407, not started
MySQL thread id 82400871, OS thread handle 0x7fb48fbff700, query id 2940135394 192.168.221.100 uuuuuuu
---TRANSACTION 814538712017, not started
MySQL thread id 82356267, OS thread handle 0x7fb494cf6700, query id 2940142071 192.168.175.64 uuuuuuu
---TRANSACTION 814538725086, not started
MySQL thread id 82343975, OS thread handle 0x7fb490b80700, query id 2940154733 192.168.221.117 uuuuuuu
---TRANSACTION 814538647288, not started
MySQL thread id 82327970, OS thread handle 0x7fbca8871700, query id 2940164129 192.168.212.191 uuuuuuu
---TRANSACTION 814538733705, not started
MySQL thread id 82324617, OS thread handle 0x7fb48f51b700, query id 2940162843 45.32.249.245 uuuuuuu
---TRANSACTION 814538697199, not started
MySQL thread id 82282478, OS thread handle 0x7fb498631700, query id 2940127064 192.168.168.122 uuuuuuu
---TRANSACTION 814538704501, not started
MySQL thread id 82275384, OS thread handle 0x7fb4e11da700, query id 2940134502 192.168.169.194 uuuuuuu
---TRANSACTION 814538731966, not started
MySQL thread id 82254806, OS thread handle 0x7fbe8a071700, query id 2940161131 192.168.221.117 uuuuuuu
---TRANSACTION 814538687285, not started
MySQL thread id 82250714, OS thread handle 0x7fb49702e700, query id 2940118323 88.80.191.251 uuuuuuu
---TRANSACTION 814538715937, not started
MySQL thread id 82245301, OS thread handle 0x7fb48d555700, query id 2940145923 192.168.161.185 uuuuuuu
---TRANSACTION 814538601817, not started
MySQL thread id 82234812, OS thread handle 0x7fb5c30d3700, query id 2940040136 192.168.187.41 uuuuuuu
---TRANSACTION 814538722164, not started
MySQL thread id 82224861, OS thread handle 0x7fbb67904700, query id 2940151919 192.168.221.117 uuuuuuu
---TRANSACTION 814538722565, not started
MySQL thread id 82207472, OS thread handle 0x7fb48e99f700, query id 2940152287 192.168.213.4 uuuuuuu
---TRANSACTION 814538736509, not started inserting
mysql tables in use 1, locked 1
MySQL thread id 82196042, OS thread handle 0x7fb491638700, query id 2940165574 192.168.187.65 uuuuuuu update
INSERT INTO `betfair_event` (`away_id`, `home_id`, `id`, `is_ex`, `league_id`, `sport_id`, `time`, `time_status`, `updated_at`, `x_sport_id`) VALUES ('28929', '29516', '29520021', '1', '10546104', '17', '1571070600', '0', '1570763402', '7524') ON DUPLICATE KEY UPDATE `away_id` = values(`away_id`), `home_id` = values(`home_id`), `is_ex` = values(`is_ex`), `league_id` = values(`league_id`), `sport_id` = values(`sport_id`), `time` = values(`time`), `time_status` = values(`time_status`), `updated_at` = values(`updated_at`), `x_sport_id` = values(`x_sport_id`)
---TRANSACTION 814538712832, not started
MySQL thread id 82186099, OS thread handle 0x7fb495b20700, query id 2940142846 192.168.169.194 uuuuuuu
---TRANSACTION 814538729880, not started
MySQL thread id 82173104, OS thread handle 0x7fb493af8700, query id 2940159147 192.168.213.30 uuuuuuu
---TRANSACTION 814538720973, not started
MySQL thread id 82165529, OS thread handle 0x7fb488b36700, query id 2940150704 192.168.187.65 uuuuuuu
---TRANSACTION 814538592776, not started
MySQL thread id 82154152, OS thread handle 0x7fb7a4997700, query id 2940032345 192.168.221.76 uuuuuuu
---TRANSACTION 814538653106, not started
MySQL thread id 82132917, OS thread handle 0x7fb485a41700, query id 2940086032 88.80.191.251 uuuuuuu
---TRANSACTION 814538703337, not started
MySQL thread id 82153084, OS thread handle 0x7fb487de4700, query id 2940133338 192.168.163.136 uuuuuuu
---TRANSACTION 814538736478, not started inserting
mysql tables in use 1, locked 1
MySQL thread id 82128064, OS thread handle 0x7fb485578700, query id 2940165591 192.168.217.71 uuuuuuu update
INSERT IGNORE INTO `betfair_league` (`id`, `name`, `sport_id`) VALUES ('10546028', 'Finnish SM-Liiga', '17')
---TRANSACTION 814538736262, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 82118951, OS thread handle 0x7fb47ad82700, query id 2940165604 192.168.219.244 uuuuuuu statistics
SELECT `id` FROM `betfair_team` WHERE `name` = 'Mineros de Zacatecas' AND `sport_id` = '18'
---TRANSACTION 814538600429, not started
MySQL thread id 82107625, OS thread handle 0x7fb497df6700, query id 2940038913 192.168.187.65 uuuuuuu
---TRANSACTION 814538732985, not started
MySQL thread id 82102799, OS thread handle 0x7fb4909f8700, query id 2940162092 192.168.221.34 uuuuuuu
---TRANSACTION 814538533757, not started
MySQL thread id 82067556, OS thread handle 0x7fb48f3c4700, query id 2939978849 192.168.169.194 uuuuuuu
---TRANSACTION 814538627412, not started
MySQL thread id 82014786, OS thread handle 0x7fb49300f700, query id 2940165602 192.168.187.65 uuuuuuu
---TRANSACTION 814538688642, not started
MySQL thread id 81984514, OS thread handle 0x7fb495ef4700, query id 2940119472 192.168.219.13 uuuuuuu
---TRANSACTION 814538725152, not started
MySQL thread id 81919280, OS thread handle 0x7fb482e15700, query id 2940154794 192.168.187.65 uuuuuuu
---TRANSACTION 814538665090, not started
MySQL thread id 81872011, OS thread handle 0x7fb498b8d700, query id 2940096745 192.168.171.109 uuuuuuu
---TRANSACTION 814538705565, not started
MySQL thread id 81824137, OS thread handle 0x7fb46fb98700, query id 2940135549 192.168.168.122 uuuuuuu
---TRANSACTION 814538736507, not started inserting
mysql tables in use 1, locked 1
MySQL thread id 81799192, OS thread handle 0x7fb487f9d700, query id 2940165566 192.168.186.2 uuuuuuu update
INSERT INTO `betfair_event` (`away_id`, `home_id`, `id`, `is_ex`, `league_id`, `sport_id`, `time`, `time_status`, `updated_at`, `x_sport_id`) VALUES ('24176', '29620', '29514621', '1', '10546104', '17', '1570888800', '0', '1570763402', '7524') ON DUPLICATE KEY UPDATE `away_id` = values(`away_id`), `home_id` = values(`home_id`), `is_ex` = values(`is_ex`), `league_id` = values(`league_id`), `sport_id` = values(`sport_id`), `time` = values(`time`), `time_status` = values(`time_status`), `updated_at` = values(`updated_at`), `x_sport_id` = values(`x_sport_id`)
---TRANSACTION 814538569714, not started
MySQL thread id 81780826, OS thread handle 0x7fb5c30a2700, query id 2940011404 192.168.221.100 uuuuuuu
---TRANSACTION 814538725091, not started
MySQL thread id 81753470, OS thread handle 0x7fb4771ae700, query id 2940154734 192.168.210.67 uuuuuuu
---TRANSACTION 814538653878, not started
MySQL thread id 81703699, OS thread handle 0x7fb486bce700, query id 2940086710 192.168.210.178 uuuuuuu
---TRANSACTION 814538661334, not started
MySQL thread id 81700557, OS thread handle 0x7fb48cc56700, query id 2940093437 192.168.194.238 uuuuuuu
---TRANSACTION 814538046736, not started
MySQL thread id 81697644, OS thread handle 0x7fc316897700, query id 2939522957 192.168.187.65 uuuuuuu
---TRANSACTION 814538341120, not started
MySQL thread id 81635494, OS thread handle 0x7fb496c8b700, query id 2939800286 192.168.187.65 uuuuuuu
---TRANSACTION 814538715796, not started
MySQL thread id 81612972, OS thread handle 0x7fb491b63700, query id 2940145795 192.168.187.41 uuuuuuu
---TRANSACTION 814538729486, not started
MySQL thread id 81607807, OS thread handle 0x7fb49641f700, query id 2940158771 192.168.194.238 uuuuuuu
---TRANSACTION 814538661276, not started
MySQL thread id 81605660, OS thread handle 0x7fb4e1331700, query id 2940093389 192.168.209.173 uuuuuuu
---TRANSACTION 814538657771, not started
MySQL thread id 81596532, OS thread handle 0x7fb4930a2700, query id 2940090220 192.168.210.67 uuuuuuu
---TRANSACTION 814538658201, not started
MySQL thread id 81579842, OS thread handle 0x7fb493a96700, query id 2940090629 192.168.210.178 uuuuuuu
---TRANSACTION 814538604708, not started
MySQL thread id 81548860, OS thread handle 0x7fb704197700, query id 2940042634 192.168.208.47 uuuuuuu
---TRANSACTION 814538685017, not started
MySQL thread id 81550827, OS thread handle 0x7fb49147f700, query id 2940116252 192.168.165.46 uuuuuuu
---TRANSACTION 814538694152, not started
MySQL thread id 81530673, OS thread handle 0x7fb497464700, query id 2940124213 192.168.169.194 uuuuuuu
---TRANSACTION 814538660981, not started
MySQL thread id 81444899, OS thread handle 0x7fb482888700, query id 2940093119 192.168.209.173 uuuuuuu
---TRANSACTION 814538658630, not started
MySQL thread id 81430721, OS thread handle 0x7fb46c6d9700, query id 2940091024 192.168.211.71 uuuuuuu
---TRANSACTION 814538614082, not started
MySQL thread id 81404419, OS thread handle 0x7fb48c7ff700, query id 2940051512 192.168.181.88 uuuuuuu
---TRANSACTION 814538694213, not started
MySQL thread id 81343901, OS thread handle 0x7fb495593700, query id 2940124273 192.168.167.106 uuuuuuu
---TRANSACTION 814538686215, not started
MySQL thread id 81258863, OS thread handle 0x7fb49546d700, query id 2940117351 192.168.219.13 uuuuuuu
---TRANSACTION 814538644854, not started
MySQL thread id 81214603, OS thread handle 0x7fb496f9b700, query id 2940079002 192.168.221.100 uuuuuuu
---TRANSACTION 814538515286, not started
MySQL thread id 81134608, OS thread handle 0x7fc1b6504700, query id 2939961839 192.168.211.16 uuuuuuu
---TRANSACTION 814538736472, not started inserting
mysql tables in use 1, locked 1
MySQL thread id 81069718, OS thread handle 0x7fb498137700, query id 2940165582 192.168.219.13 uuuuuuu update
INSERT INTO `betfair_event` (`away_id`, `home_id`, `id`, `is_ex`, `league_id`, `sport_id`, `time`, `time_status`, `updated_at`, `x_sport_id`) VALUES ('26369', '46357', '29521775', '1', '12268417', '13', '1570827600', '0', '1570763402', '2') ON DUPLICATE KEY UPDATE `away_id` = values(`away_id`), `home_id` = values(`home_id`), `is_ex` = values(`is_ex`), `league_id` = values(`league_id`), `sport_id` = values(`sport_id`), `time` = values(`time`), `time_status` = values(`time_status`), `updated_at` = values(`updated_at`), `x_sport_id` = values(`x_sport_id`)
---TRANSACTION 814538685849, not started
MySQL thread id 81057237, OS thread handle 0x7fb486aa8700, query id 2940117029 192.168.217.71 uuuuuuu
---TRANSACTION 814538722463, not started
MySQL thread id 81027565, OS thread handle 0x7fb46945c700, query id 2940152197 192.168.208.172 uuuuuuu
---TRANSACTION 814538716855, not started
MySQL thread id 80917773, OS thread handle 0x7fb7a4966700, query id 2940146801 192.168.186.2 uuuuuuu
---TRANSACTION 814538736505, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 80846241, OS thread handle 0x7fb495657700, query id 2940165563 192.168.181.88 uuuuuuu statistics
SELECT `id` FROM `betfair_team` WHERE `name` = 'Scotland' AND `sport_id` = '8'
---TRANSACTION 814538303982, not started
MySQL thread id 80824974, OS thread handle 0x7fb46f516700, query id 2939764807 192.168.175.166 uuuuuuu
---TRANSACTION 814538710734, not started
MySQL thread id 80814092, OS thread handle 0x7fb48f083700, query id 2940140784 192.168.167.106 uuuuuuu
---TRANSACTION 814538543214, not started
MySQL thread id 80790613, OS thread handle 0x7fb48bd51700, query id 2939987561 192.168.219.13 uuuuuuu
---TRANSACTION 814538618863, not started
MySQL thread id 80611340, OS thread handle 0x7fb47839d700, query id 2940055808 192.168.175.64 uuuuuuu
---TRANSACTION 814538385420, not started
MySQL thread id 80610524, OS thread handle 0x7fb491543700, query id 2939842686 192.168.165.46 uuuuuuu
---TRANSACTION 814538705132, not started
MySQL thread id 80552226, OS thread handle 0x7fb493509700, query id 2940135130 192.168.219.19 uuuuuuu
---TRANSACTION 814538589140, not started
MySQL thread id 80470170, OS thread handle 0x7fb497d01700, query id 2940029173 192.168.175.80 uuuuuuu
---TRANSACTION 814538736474, not started inserting
mysql tables in use 1, locked 1
MySQL thread id 80449906, OS thread handle 0x7fb46f052700, query id 2940165590 192.168.165.46 uuuuuuu update
INSERT IGNORE INTO `betfair_league` (`id`, `name`, `sport_id`) VALUES ('10546104', 'Russian KHL', '17')
---TRANSACTION 814538551257, not started
MySQL thread id 80449885, OS thread handle 0x7fb48d6ac700, query id 2939994902 192.168.165.46 uuuuuuu
---TRANSACTION 814538736466, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 80370060, OS thread handle 0x7fb491202700, query id 2940165579 192.168.210.67 uuuuuuu statistics
SELECT `id` FROM `betfair_team` WHERE `name` = 'Cabal/Farah' AND `sport_id` = '13'
---TRANSACTION 814538711951, not started
MySQL thread id 80275659, OS thread handle 0x7fb4aea75700, query id 2940142011 192.168.210.67 uuuuuuu
---TRANSACTION 814538403393, not started
MySQL thread id 80266099, OS thread handle 0x7fb493a65700, query id 2939859062 192.168.212.191 uuuuuuu
---TRANSACTION 814538667360, not started
MySQL thread id 80234305, OS thread handle 0x7fb48d896700, query id 2940098794 192.168.219.19 uuuuuuu
---TRANSACTION 814538700963, not started
MySQL thread id 80100207, OS thread handle 0x7fb48c4ef700, query id 2940130858 192.168.210.178 uuuuuuu
---TRANSACTION 814538736145, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 79818088, OS thread handle 0x7fb4842d9700, query id 2940165603 192.168.219.244 uuuuuuu statistics
SELECT `id` FROM `betfair_team` WHERE `name` = 'Fognini' AND `sport_id` = '13'
---TRANSACTION 814538495024, not started
MySQL thread id 79773933, OS thread handle 0x7fb4924c4700, query id 2939942864 192.168.187.65 uuuuuuu
---TRANSACTION 814538669579, not started
MySQL thread id 79669927, OS thread handle 0x7fb464b36700, query id 2940101149 192.168.208.172 uuuuuuu
---TRANSACTION 814538662441, not started
MySQL thread id 79580440, OS thread handle 0x7fb4856cf700, query id 2940094437 192.168.181.88 uuuuuuu
---TRANSACTION 814538665922, not started
MySQL thread id 79515502, OS thread handle 0x7fb491574700, query id 2940097443 192.168.181.88 uuuuuuu
---TRANSACTION 814538583356, not started
MySQL thread id 79431012, OS thread handle 0x7fb496ed7700, query id 2940023948 192.168.186.2 uuuuuuu
---TRANSACTION 814538542209, not started
MySQL thread id 79373388, OS thread handle 0x7fb46302b700, query id 2939986650 192.168.159.200 uuuuuuu
---TRANSACTION 814538561655, not started
MySQL thread id 79348076, OS thread handle 0x7fb48d0bd700, query id 2940004319 192.168.212.191 uuuuuuu
---TRANSACTION 814538576214, not started
MySQL thread id 79251634, OS thread handle 0x7fb477cea700, query id 2940017532 192.168.208.47 uuuuuuu
---TRANSACTION 814538570401, not started
MySQL thread id 79204138, OS thread handle 0x7fb47f88d700, query id 2940012011 192.168.181.88 uuuuuuu
---TRANSACTION 814538710343, not started
MySQL thread id 79177945, OS thread handle 0x7fb488b67700, query id 2940140387 192.168.187.65 uuuuuuu
---TRANSACTION 814538734885, not started
MySQL thread id 79101729, OS thread handle 0x7fb48d3cd700, query id 2940164001 192.168.219.19 uuuuuuu
---TRANSACTION 814538672232, not started
MySQL thread id 79074405, OS thread handle 0x7fb473aa8700, query id 2940103787 192.168.222.83 uuuuuuu
---TRANSACTION 814538578863, not started
MySQL thread id 78990592, OS thread handle 0x7fb47fad9700, query id 2940019874 192.168.168.122 uuuuuuu
---TRANSACTION 814538005285, not started
MySQL thread id 78858285, OS thread handle 0x7fb48d1e3700, query id 2939485944 192.168.161.43 uuuuuuu
---TRANSACTION 814537783904, not started
MySQL thread id 78810531, OS thread handle 0x7fb495fe9700, query id 2939285450 192.168.175.64 uuuuuuu
---TRANSACTION 814538727171, not started
MySQL thread id 78693935, OS thread handle 0x7fb487fff700, query id 2940156606 192.168.208.172 uuuuuuu
---TRANSACTION 814538710546, not started
MySQL thread id 78670269, OS thread handle 0x7fb46f91b700, query id 2940140591 192.168.187.65 uuuuuuu
---TRANSACTION 814538698906, not started
MySQL thread id 78661107, OS thread handle 0x7fb492a82700, query id 2940128706 192.168.169.194 uuuuuuu
---TRANSACTION 814538618793, not started
MySQL thread id 78666295, OS thread handle 0x7fb49393f700, query id 2940055755 192.168.161.43 uuuuuuu
---TRANSACTION 814538715939, not started
MySQL thread id 78666227, OS thread handle 0x7fb48af67700, query id 2940145927 192.168.181.88 uuuuuuu
---TRANSACTION 814538729530, not started
MySQL thread id 78666338, OS thread handle 0x7fb486a77700, query id 2940158597 192.168.161.43 uuuuuuu
---TRANSACTION 814538736189, not started
MySQL thread id 78662167, OS thread handle 0x7fb491018700, query id 2940165235 192.168.208.172 uuuuuuu
---TRANSACTION 814538735940, not started
MySQL thread id 78660334, OS thread handle 0x7fb663997700, query id 2940164997 192.168.217.71 uuuuuuu
---TRANSACTION 814538635162, not started
MySQL thread id 78659641, OS thread handle 0x7fb48fb6c700, query id 2940070502 192.168.211.71 uuuuuuu
---TRANSACTION 814538721833, not started
MySQL thread id 78658373, OS thread handle 0x7fb986071700, query id 2940151604 192.168.221.100 uuuuuuu
---TRANSACTION 814538704332, not started
MySQL thread id 78652317, OS thread handle 0x7fb48e848700, query id 2940134331 192.168.212.191 uuuuuuu
---TRANSACTION 814538725467, not started
MySQL thread id 78640309, OS thread handle 0x7fb488bc9700, query id 2940155080 192.168.209.173 uuuuuuu
---TRANSACTION 814538718835, not started
MySQL thread id 78647472, OS thread handle 0x7fb482db3700, query id 2940148728 192.168.159.200 uuuuuuu
---TRANSACTION 814538705506, not started
MySQL thread id 78656053, OS thread handle 0x7fb48f1a9700, query id 2940135487 192.168.171.109 uuuuuuu
---TRANSACTION 814538734708, not started
MySQL thread id 78649772, OS thread handle 0x7fb48e90c700, query id 2940163825 192.168.219.244 uuuuuuu
---TRANSACTION 814538717448, not started
MySQL thread id 78653230, OS thread handle 0x7fb48c615700, query id 2940147379 192.168.219.19 uuuuuuu
---TRANSACTION 814538727035, not started
MySQL thread id 78652521, OS thread handle 0x7fb4745b3700, query id 2940156486 192.168.165.46 uuuuuuu
---TRANSACTION 814538727186, not started
MySQL thread id 78652212, OS thread handle 0x7fb4959fa700, query id 2940156628 192.168.212.191 uuuuuuu
---TRANSACTION 814538723810, not started
MySQL thread id 78640500, OS thread handle 0x7fb491de0700, query id 2940153518 192.168.219.13 uuuuuuu
---TRANSACTION 814538693497, not started
MySQL thread id 78649726, OS thread handle 0x7fbc08197700, query id 2940162343 192.168.219.244 uuuuuuu
---TRANSACTION 814538657908, not started
MySQL thread id 78649428, OS thread handle 0x7fb485b67700, query id 2940090358 192.168.175.64 uuuuuuu
---TRANSACTION 814538718987, not started
MySQL thread id 78649406, OS thread handle 0x7fb487e15700, query id 2940148866 192.168.222.83 uuuuuuu
---TRANSACTION 814538723423, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 78647493, OS thread handle 0x7fb495abe700, query id 2940165583 192.168.159.200 uuuuuuu Sorting result
SELECT home_od, draw_od, away_od FROM bwin_odds_1_1 WHERE event_id = '9195174' AND add_time <= '1570763402' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538710699, not started
MySQL thread id 78647985, OS thread handle 0x7fb48e6f1700, query id 2940140728 192.168.187.41 uuuuuuu
---TRANSACTION 814538706652, not started
MySQL thread id 78631943, OS thread handle 0x7fb4868ef700, query id 2940136584 192.168.181.88 uuuuuuu
---TRANSACTION 814538707392, not started
MySQL thread id 78643474, OS thread handle 0x7fb48a7ff700, query id 2940137362 192.168.175.223 uuuuuuu
---TRANSACTION 814538723858, not started
MySQL thread id 78624068, OS thread handle 0x7fb491917700, query id 2940153573 192.168.217.71 uuuuuuu
---TRANSACTION 814538723429, not started
MySQL thread id 78641718, OS thread handle 0x7fb4928c9700, query id 2940153108 192.168.211.16 uuuuuuu
---TRANSACTION 814538709510, not started
MySQL thread id 78641710, OS thread handle 0x7fbc08135700, query id 2940139552 192.168.211.16 uuuuuuu
---TRANSACTION 814538721470, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 78630054, OS thread handle 0x7fb498941700, query id 2940165599 192.168.167.106 uuuuuuu Sorting result
SELECT home_od, draw_od, away_od FROM bwin_odds_1_1 WHERE event_id = '9195174' AND add_time <= '1570763402' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538547476, not started
MySQL thread id 78611166, OS thread handle 0x7fb4828ea700, query id 2939991358 192.168.219.244 uuuuuuu
---TRANSACTION 814538724181, not started
MySQL thread id 78366225, OS thread handle 0x7fb48433b700, query id 2940153871 192.168.221.100 uuuuuuu
---TRANSACTION 814538567672, not started
MySQL thread id 78332815, OS thread handle 0x7fb494738700, query id 2940009540 192.168.208.172 uuuuuuu
---TRANSACTION 814538734717, not started
MySQL thread id 78164691, OS thread handle 0x7fb48f920700, query id 2940163838 192.168.219.244 uuuuuuu
---TRANSACTION 814538715648, not started
MySQL thread id 78077835, OS thread handle 0x7fb4777ce700, query id 2940145646 192.168.209.173 uuuuuuu
---TRANSACTION 814538735725, not started
MySQL thread id 78042969, OS thread handle 0x7fb493c80700, query id 2940164800 192.168.175.166 uuuuuuu
---TRANSACTION 814538719266, not started
MySQL thread id 78010227, OS thread handle 0x7fb492772700, query id 2940149112 192.168.187.41 uuuuuuu
---TRANSACTION 814538563830, not started
MySQL thread id 77969599, OS thread handle 0x7fb5c3166700, query id 2940006197 192.168.210.178 uuuuuuu
---TRANSACTION 814538572567, not started
MySQL thread id 77909038, OS thread handle 0x7fb4950fb700, query id 2940013972 192.168.217.71 uuuuuuu
---TRANSACTION 814538656264, not started
MySQL thread id 77791353, OS thread handle 0x7fb49362f700, query id 2940088848 192.168.211.71 uuuuuuu
---TRANSACTION 814538520920, not started
MySQL thread id 77754126, OS thread handle 0x7fb4965a7700, query id 2939967050 192.168.169.194 uuuuuuu
---TRANSACTION 814538690468, not started
MySQL thread id 77734897, OS thread handle 0x7fb494643700, query id 2940120997 192.168.175.166 uuuuuuu
---TRANSACTION 814538571002, not started
MySQL thread id 77713940, OS thread handle 0x7fb48cc87700, query id 2940012557 192.168.221.76 uuuuuuu
---TRANSACTION 814538590230, not started
MySQL thread id 77627596, OS thread handle 0x7fb47f8be700, query id 2940030177 192.168.219.244 uuuuuuu
---TRANSACTION 814538681835, not started
MySQL thread id 77575652, OS thread handle 0x7fb497249700, query id 2940113129 192.168.168.122 uuuuuuu
---TRANSACTION 814538548701, not started
MySQL thread id 77569626, OS thread handle 0x7fb47f9b3700, query id 2939992514 192.168.210.67 uuuuuuu
---TRANSACTION 814538605331, not started
MySQL thread id 77549332, OS thread handle 0x7fb48c520700, query id 2940043202 192.168.159.200 uuuuuuu
---TRANSACTION 814538635491, not started
MySQL thread id 77450110, OS thread handle 0x7fb489bf0700, query id 2940070782 192.168.208.172 uuuuuuu
---TRANSACTION 814538649819, not started
MySQL thread id 77354070, OS thread handle 0x7fb4589fc700, query id 2940083188 192.168.175.166 uuuuuuu
---TRANSACTION 814538705173, not started
MySQL thread id 77335303, OS thread handle 0x7fb49420d700, query id 2940135118 192.168.211.71 uuuuuuu
---TRANSACTION 814538567838, not started
MySQL thread id 77131299, OS thread handle 0x7fbb67935700, query id 2940009696 192.168.165.46 uuuuuuu
---TRANSACTION 814538607633, not started
MySQL thread id 77093903, OS thread handle 0x7fb493b8b700, query id 2940045289 192.168.208.47 uuuuuuu
---TRANSACTION 814538731720, not started
MySQL thread id 76941688, OS thread handle 0x7fb4655e4700, query id 2940160902 192.168.194.238 uuuuuuu
---TRANSACTION 814538637142, not started
MySQL thread id 76928209, OS thread handle 0x7fb497fe0700, query id 2940072258 192.168.210.67 uuuuuuu
---TRANSACTION 814538692425, not started
MySQL thread id 76902696, OS thread handle 0x7fb489f62700, query id 2940122734 192.168.211.16 uuuuuuu
---TRANSACTION 814538590916, not started
MySQL thread id 76877298, OS thread handle 0x7fb495cd9700, query id 2940030781 192.168.219.19 uuuuuuu
---TRANSACTION 814538733380, not started
MySQL thread id 76830827, OS thread handle 0x7fb490be2700, query id 2940162506 192.168.175.166 uuuuuuu
---TRANSACTION 814501050996, not started
MySQL thread id 76818353, OS thread handle 0x7fb48bea8700, query id 2940165557 localhost root init
SHOW ENGINE INNODB STATUS
---TRANSACTION 814538431140, not started
MySQL thread id 76797913, OS thread handle 0x7fb48f021700, query id 2939884965 192.168.159.200 uuuuuuu
---TRANSACTION 814538684072, not started
MySQL thread id 76758546, OS thread handle 0x7fb496235700, query id 2940115325 192.168.210.178 uuuuuuu
---TRANSACTION 814538733677, not started
MySQL thread id 76644464, OS thread handle 0x7fb47385c700, query id 2940162816 45.32.249.245 uuuuuuu
---TRANSACTION 814538549715, not started
MySQL thread id 76527789, OS thread handle 0x7fb496db1700, query id 2939993470 192.168.210.178 uuuuuuu
---TRANSACTION 814538701090, not started
MySQL thread id 76481189, OS thread handle 0x7fb497433700, query id 2940130959 192.168.175.80 uuuuuuu
---TRANSACTION 814538724510, not started
MySQL thread id 76416505, OS thread handle 0x7fb482f6c700, query id 2940154205 192.168.212.191 uuuuuuu
---TRANSACTION 814538658670, not started
MySQL thread id 76410480, OS thread handle 0x7fb48dccc700, query id 2940091062 192.168.187.41 uuuuuuu
---TRANSACTION 814538701663, not started
MySQL thread id 76299356, OS thread handle 0x7fb48c4be700, query id 2940131597 192.168.221.76 uuuuuuu
---TRANSACTION 814538515430, not started
MySQL thread id 76002714, OS thread handle 0x7fc10c0d3700, query id 2939961981 192.168.219.13 uuuuuuu
---TRANSACTION 814538690296, not started
MySQL thread id 75826984, OS thread handle 0x7fb489f93700, query id 2940120838 192.168.217.71 uuuuuuu
---TRANSACTION 814538654578, not started
MySQL thread id 75644030, OS thread handle 0x7fb490996700, query id 2940087315 192.168.187.65 uuuuuuu
---TRANSACTION 814538589827, not started
MySQL thread id 75632802, OS thread handle 0x7fb492557700, query id 2940029790 192.168.217.71 uuuuuuu
---TRANSACTION 814538697536, not started
MySQL thread id 75596048, OS thread handle 0x7fbe8a0a2700, query id 2940127369 192.168.208.172 uuuuuuu
---TRANSACTION 814538661316, not started
MySQL thread id 75174921, OS thread handle 0x7fb4951bf700, query id 2940093421 192.168.221.117 uuuuuuu
---TRANSACTION 814538673941, not started
MySQL thread id 74825182, OS thread handle 0x7fb49798f700, query id 2940105289 192.168.168.122 uuuuuuu
---TRANSACTION 814538723380, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 74653403, OS thread handle 0x7fb487f6c700, query id 2940165597 192.168.211.71 uuuuuuu Sending data
SELECT home_od, handicap, away_od FROM bwin_odds_18_2 WHERE event_id = '9191569' AND add_time <= '1570763402' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538604357, not started
MySQL thread id 74530357, OS thread handle 0x7fb48b3ff700, query id 2940042334 192.168.171.109 uuuuuuu
---TRANSACTION 814538492167, not started
MySQL thread id 74470451, OS thread handle 0x7fb485f6c700, query id 2939940442 192.168.221.117 uuuuuuu
---TRANSACTION 814538712274, not started
MySQL thread id 74090868, OS thread handle 0x7fb4aeb9b700, query id 2940142335 192.168.187.65 uuuuuuu
---TRANSACTION 814538714855, not started
MySQL thread id 74086532, OS thread handle 0x7fb495a5c700, query id 2940144857 192.168.187.65 uuuuuuu
---TRANSACTION 814538712735, not started
MySQL thread id 73330762, OS thread handle 0x7fb497eba700, query id 2940142759 192.168.210.178 uuuuuuu
---TRANSACTION 814538735329, not started
MySQL thread id 73042911, OS thread handle 0x7fb478182700, query id 2940164422 192.168.187.65 uuuuuuu
---TRANSACTION 814538692065, not started
MySQL thread id 72918612, OS thread handle 0x7fb48d70e700, query id 2940122407 192.168.219.244 uuuuuuu
---TRANSACTION 814538667140, not started
MySQL thread id 72390329, OS thread handle 0x7fbc08104700, query id 2940098581 192.168.171.109 uuuuuuu
---TRANSACTION 814538680506, not started
MySQL thread id 70058000, OS thread handle 0x7fb49881b700, query id 2940111762 192.168.159.200 uuuuuuu
---TRANSACTION 814538657451, not started
MySQL thread id 69993967, OS thread handle 0x7fb48e1c6700, query id 2940089935 192.168.211.71 uuuuuuu
---TRANSACTION 814538725736, not started
MySQL thread id 69372494, OS thread handle 0x7fb4918b5700, query id 2940155315 192.168.186.2 uuuuuuu
---TRANSACTION 814538710948, not started
MySQL thread id 68119843, OS thread handle 0x7fb4973d1700, query id 2940141005 192.168.209.173 uuuuuuu
---TRANSACTION 814538735023, not started
MySQL thread id 66650884, OS thread handle 0x7fb493381700, query id 2940164136 88.80.191.251 uuuuuuu
---TRANSACTION 814538694450, not started
MySQL thread id 63335223, OS thread handle 0x7fb490e5f700, query id 2940124500 192.168.210.178 uuuuuuu
---TRANSACTION 814536041089, not started
MySQL thread id 62864873, OS thread handle 0x7fb8e58d3700, query id 2940121743 192.168.187.65 uuuuuuu
---TRANSACTION 814538707396, not started
MySQL thread id 61660564, OS thread handle 0x7fb490870700, query id 2940137364 192.168.221.76 uuuuuuu
---TRANSACTION 814538694268, not started
MySQL thread id 59242590, OS thread handle 0x7fb489942700, query id 2940124323 192.168.211.71 uuuuuuu
---TRANSACTION 814538719739, not started
MySQL thread id 59100506, OS thread handle 0x7fb492183700, query id 2940149614 192.168.187.65 uuuuuuu
---TRANSACTION 814538720023, not started
MySQL thread id 59098442, OS thread handle 0x7fb495378700, query id 2940149877 192.168.187.65 uuuuuuu
---TRANSACTION 814538712669, not started
MySQL thread id 56046526, OS thread handle 0x7fb496886700, query id 2940142688 192.168.208.172 uuuuuuu
---TRANSACTION 814538712544, not started
MySQL thread id 52976593, OS thread handle 0x7fc1b6566700, query id 2940142577 192.168.187.41 uuuuuuu
---TRANSACTION 814538708331, not started
MySQL thread id 52282945, OS thread handle 0x7fb490250700, query id 2940138306 192.168.168.122 uuuuuuu
---TRANSACTION 814538714951, not started
MySQL thread id 51933295, OS thread handle 0x7fb498a98700, query id 2940144949 192.168.187.41 uuuuuuu
---TRANSACTION 814538717321, not started
MySQL thread id 51806726, OS thread handle 0x7fbfcb0a2700, query id 2940147264 192.168.175.166 uuuuuuu
---TRANSACTION 814538714918, not started
MySQL thread id 51791740, OS thread handle 0x7fbb678d3700, query id 2940144915 192.168.167.106 uuuuuuu
---TRANSACTION 814534989714, not started
MySQL thread id 51476795, OS thread handle 0x7fb48185c700, query id 2940125277 192.168.187.65 uuuuuuu
---TRANSACTION 814538729110, not started
MySQL thread id 51143721, OS thread handle 0x7fb49789a700, query id 2940158414 192.168.167.106 uuuuuuu
---TRANSACTION 814538724540, not started
MySQL thread id 47752374, OS thread handle 0x7fb482a72700, query id 2940154237 192.168.165.46 uuuuuuu
---TRANSACTION 814538686424, not started
MySQL thread id 47415785, OS thread handle 0x7fb482bfa700, query id 2940117546 192.168.165.46 uuuuuuu
---TRANSACTION 814538705117, not started
MySQL thread id 47172650, OS thread handle 0x7fb4906e8700, query id 2940135110 192.168.221.100 uuuuuuu
---TRANSACTION 814538657166, not started
MySQL thread id 46340524, OS thread handle 0x7fb48a0b9700, query id 2940151156 192.168.167.58 uuuuuuu
---TRANSACTION 814538694536, not started
MySQL thread id 45980955, OS thread handle 0x7fb4977a5700, query id 2940124591 192.168.187.65 uuuuuuu
---TRANSACTION 814538720224, not started
MySQL thread id 45500768, OS thread handle 0x7fb49479a700, query id 2940150059 192.168.211.16 uuuuuuu
---TRANSACTION 814538727084, not started
MySQL thread id 45245493, OS thread handle 0x7fb49359c700, query id 2940156531 192.168.209.173 uuuuuuu
---TRANSACTION 814538698828, not started
MySQL thread id 44942813, OS thread handle 0x7fb4843ff700, query id 2940128632 192.168.181.88 uuuuuuu
---TRANSACTION 814538699509, not started
MySQL thread id 44930631, OS thread handle 0x7fb497218700, query id 2940129324 192.168.219.19 uuuuuuu
---TRANSACTION 814538696710, not started
MySQL thread id 44619373, OS thread handle 0x7fb482bc9700, query id 2940126619 192.168.169.194 uuuuuuu
---TRANSACTION 814538693030, not started
MySQL thread id 44567334, OS thread handle 0x7fb48d33a700, query id 2940123253 192.168.208.47 uuuuuuu
---TRANSACTION 814538717918, not started
MySQL thread id 44511905, OS thread handle 0x7fb489d78700, query id 2940147833 192.168.217.71 uuuuuuu
---TRANSACTION 814538703226, not started
MySQL thread id 44325572, OS thread handle 0x7fbf2a8a2700, query id 2940133255 192.168.212.191 uuuuuuu
---TRANSACTION 814538721221, not started
MySQL thread id 43513884, OS thread handle 0x7fb477551700, query id 2940150952 192.168.159.200 uuuuuuu
---TRANSACTION 814538683258, not started
MySQL thread id 43273626, OS thread handle 0x7fb48294c700, query id 2940114530 192.168.221.76 uuuuuuu
---TRANSACTION 814538729715, not started
MySQL thread id 42349455, OS thread handle 0x7fb495aef700, query id 2940159000 192.168.221.117 uuuuuuu
---TRANSACTION 814538733508, not started
MySQL thread id 40669420, OS thread handle 0x7fb471f9d700, query id 2940162650 192.168.161.25 uuuuuuu
---TRANSACTION 814538693540, not started
MySQL thread id 39864032, OS thread handle 0x7fc10c135700, query id 2940123683 192.168.175.64 uuuuuuu
---TRANSACTION 814538675133, not started
MySQL thread id 39863383, OS thread handle 0x7fbca8966700, query id 2940106507 192.168.187.41 uuuuuuu
---TRANSACTION 814538693662, not started
MySQL thread id 39862301, OS thread handle 0x7fc10c040700, query id 2940123790 192.168.175.64 uuuuuuu
---TRANSACTION 814538675918, not started
MySQL thread id 39860498, OS thread handle 0x7fb49485e700, query id 2940107292 192.168.187.41 uuuuuuu
---TRANSACTION 814538712596, not started
MySQL thread id 37716984, OS thread handle 0x7fb4918e6700, query id 2940142618 192.168.221.100 uuuuuuu
---TRANSACTION 814538715653, not started
MySQL thread id 37701972, OS thread handle 0x7fb498693700, query id 2940145652 192.168.219.13 uuuuuuu
---TRANSACTION 814538700838, not started
MySQL thread id 37439184, OS thread handle 0x7fb48f736700, query id 2940130725 192.168.168.122 uuuuuuu
---TRANSACTION 814538723876, not started
MySQL thread id 35953164, OS thread handle 0x7fb491e42700, query id 2940153592 192.168.219.13 uuuuuuu
---TRANSACTION 814538719079, not started
MySQL thread id 32160647, OS thread handle 0x7fb845040700, query id 2940148959 192.168.210.67 uuuuuuu
---TRANSACTION 814538710143, not started
MySQL thread id 32034148, OS thread handle 0x7fb497d94700, query id 2940140191 192.168.208.47 uuuuuuu
---TRANSACTION 814538669071, not started
MySQL thread id 19892723, OS thread handle 0x7fb4964b2700, query id 2940100632 192.168.161.43 uuuuuuu
---TRANSACTION 814538675029, not started
MySQL thread id 19891830, OS thread handle 0x7fb488a41700, query id 2940106397 192.168.161.43 uuuuuuu
---TRANSACTION 814538672294, not started
MySQL thread id 19743176, OS thread handle 0x7fb49610f700, query id 2940103838 192.168.222.83 uuuuuuu
---TRANSACTION 814538723632, not started
MySQL thread id 11475104, OS thread handle 0x7fb4592fb700, query id 2940153316 192.168.210.67 uuuuuuu
---TRANSACTION 814538681967, not started
MySQL thread id 9832610, OS thread handle 0x7fb48891b700, query id 2940113269 192.168.159.200 uuuuuuu
---TRANSACTION 814538513534, not started
MySQL thread id 4371104, OS thread handle 0x7fb49666b700, query id 2939960087 192.168.187.41 uuuuuuu
---TRANSACTION 814538672051, not started
MySQL thread id 4368667, OS thread handle 0x7fb47f920700, query id 2940103634 192.168.187.41 uuuuuuu
---TRANSACTION 814538722088, not started
MySQL thread id 809952, OS thread handle 0x7fb522904700, query id 2940151848 192.168.221.117 uuuuuuu
---TRANSACTION 814538645922, not started
MySQL thread id 586660, OS thread handle 0x7fb482452700, query id 2940079889 192.168.175.166 uuuuuuu
---TRANSACTION 814538509346, not started
MySQL thread id 70841, OS thread handle 0x7fb41336c700, query id 2940101381 192.168.208.172 uuuuuuu
---TRANSACTION 814538707538, not started
MySQL thread id 79414, OS thread handle 0x7fb4aebfd700, query id 2940137480 192.168.210.67 uuuuuuu
---TRANSACTION 814538697842, not started
MySQL thread id 87718, OS thread handle 0x7fb464857700, query id 2940127671 192.168.210.67 uuuuuuu
---TRANSACTION 814538591462, not started
MySQL thread id 69945, OS thread handle 0x7fb317857700, query id 2940031261 192.168.208.172 uuuuuuu
---TRANSACTION 814538450608, not started
MySQL thread id 70040, OS thread handle 0x7fb31bf0a700, query id 2940045886 192.168.217.71 uuuuuuu
---TRANSACTION 814538701353, not started
MySQL thread id 72450, OS thread handle 0x7fb3df66d700, query id 2940131271 192.168.218.166 uuuuuuu
---TRANSACTION 814538724580, not started
MySQL thread id 60927, OS thread handle 0x7fb3cd57d700, query id 2940154277 192.168.186.184 uuuuuuu
---TRANSACTION 814538696717, not started
MySQL thread id 72793, OS thread handle 0x7fb3d708d700, query id 2940126625 192.168.186.184 uuuuuuu
---TRANSACTION 814538660904, not started
MySQL thread id 72610, OS thread handle 0x7fb325b6c700, query id 2940153192 192.168.186.184 uuuuuuu
---TRANSACTION 814538733276, not started
MySQL thread id 69408, OS thread handle 0x7fb364b3b700, query id 2940162404 192.168.213.4 uuuuuuu
---TRANSACTION 814538692490, not started
MySQL thread id 68422, OS thread handle 0x7fb48591b700, query id 2940122786 192.168.167.129 uuuuuuu
---TRANSACTION 814538735972, not started
MySQL thread id 76408, OS thread handle 0x7fb39e5df700, query id 2940165032 192.168.221.175 uuuuuuu
---TRANSACTION 814538370070, not started
MySQL thread id 63767, OS thread handle 0x7fb49607c700, query id 2940121619 192.168.210.67 uuuuuuu
---TRANSACTION 814538560308, not started
MySQL thread id 71266, OS thread handle 0x7fb44e3ce700, query id 2940145870 192.168.208.172 uuuuuuu
---TRANSACTION 814538676527, not started
MySQL thread id 71161, OS thread handle 0x7fc1b65c8700, query id 2940107915 192.168.217.71 uuuuuuu
---TRANSACTION 814538700062, not started
MySQL thread id 69659, OS thread handle 0x7fb3a7fff700, query id 2940129923 192.168.177.232 uuuuuuu
---TRANSACTION 814538562968, not started
MySQL thread id 70314, OS thread handle 0x7fb30b2d9700, query id 2940148890 192.168.208.172 uuuuuuu
---TRANSACTION 814538492774, not started
MySQL thread id 71020, OS thread handle 0x7fb3f1582700, query id 2940096164 192.168.208.172 uuuuuuu
---TRANSACTION 814538736441, not started
MySQL thread id 79327, OS thread handle 0x7fb495d6c700, query id 2940165486 192.168.210.67 uuuuuuu
---TRANSACTION 814538695611, not started
MySQL thread id 79301, OS thread handle 0x7fb48d834700, query id 2940125597 192.168.210.67 uuuuuuu
---TRANSACTION 814538633448, not started
MySQL thread id 69762, OS thread handle 0x7fb31b8ea700, query id 2940068921 192.168.221.175 uuuuuuu
---TRANSACTION 814538668422, not started
MySQL thread id 70283, OS thread handle 0x7fb312a10700, query id 2940099911 192.168.208.172 uuuuuuu
---TRANSACTION 814538700613, not started
MySQL thread id 69896, OS thread handle 0x7fb3e5e46700, query id 2940130496 192.168.208.172 uuuuuuu
---TRANSACTION 814538595483, not started
MySQL thread id 69919, OS thread handle 0x7fb31f610700, query id 2940034723 192.168.217.71 uuuuuuu
---TRANSACTION 814538707108, not started
MySQL thread id 69514, OS thread handle 0x7fb31b857700, query id 2940137055 192.168.208.172 uuuuuuu
---TRANSACTION 814538724505, not started
MySQL thread id 69665, OS thread handle 0x7fb41c9a4700, query id 2940154199 192.168.217.71 uuuuuuu
---TRANSACTION 814538735954, not started
MySQL thread id 72227, OS thread handle 0x7fb32f610700, query id 2940165015 192.168.218.166 uuuuuuu
---TRANSACTION 814538711157, not started
MySQL thread id 72748, OS thread handle 0x7fb38a3ce700, query id 2940141221 192.168.186.184 uuuuuuu
---TRANSACTION 814538606889, not started
MySQL thread id 76283, OS thread handle 0x7fb327cef700, query id 2940044596 192.168.218.166 uuuuuuu
---TRANSACTION 814538695283, not started
MySQL thread id 70340, OS thread handle 0x7fb31bc5c700, query id 2940125291 192.168.177.232 uuuuuuu
---TRANSACTION 814538732037, not started
MySQL thread id 69776, OS thread handle 0x7fb317b05700, query id 2940161203 192.168.177.232 uuuuuuu
---TRANSACTION 814538714972, not started
MySQL thread id 69742, OS thread handle 0x7fb320bff700, query id 2940144968 192.168.177.232 uuuuuuu
---TRANSACTION 814538668601, not started
MySQL thread id 69687, OS thread handle 0x7fb427f36700, query id 2940100118 192.168.211.62 uuuuuuu
---TRANSACTION 814538735087, not started
MySQL thread id 73704, OS thread handle 0x7fb4264be700, query id 2940164195 192.168.213.30 uuuuuuu
---TRANSACTION 814538723602, not started
MySQL thread id 73532, OS thread handle 0x7fb442615700, query id 2940153287 192.168.213.30 uuuuuuu
---TRANSACTION 814538706155, not started
MySQL thread id 77936, OS thread handle 0x7fb48db75700, query id 2940136109 192.168.213.30 uuuuuuu
---TRANSACTION 814538589988, not started
MySQL thread id 69038, OS thread handle 0x7fb456ddf700, query id 2940102798 192.168.213.4 uuuuuuu
---TRANSACTION 814538695869, not started
MySQL thread id 68784, OS thread handle 0x7fb3ed242700, query id 2940125841 192.168.167.129 uuuuuuu
---TRANSACTION 814538698735, not started
MySQL thread id 72449, OS thread handle 0x7fb3ce1b3700, query id 2940128539 192.168.218.166 uuuuuuu
---TRANSACTION 814538725007, not started
MySQL thread id 72165, OS thread handle 0x7fb44ca46700, query id 2940154662 192.168.211.62 uuuuuuu
---TRANSACTION 814538688733, not started
MySQL thread id 63230, OS thread handle 0x7fb41705c700, query id 2940119542 192.168.221.175 uuuuuuu
---TRANSACTION 814538719485, not started
MySQL thread id 76377, OS thread handle 0x7fb309de4700, query id 2940149349 192.168.211.62 uuuuuuu
---TRANSACTION 814538706878, not started
MySQL thread id 71689, OS thread handle 0x7fb473a77700, query id 2940136823 192.168.167.129 uuuuuuu
---TRANSACTION 814538625503, not started
MySQL thread id 63833, OS thread handle 0x7fb3f0f00700, query id 2940061487 192.168.210.67 uuuuuuu
---TRANSACTION 814538215962, not started
MySQL thread id 63701, OS thread handle 0x7fb481b3b700, query id 2940103047 192.168.210.67 uuuuuuu
---TRANSACTION 814538724740, not started
MySQL thread id 75832, OS thread handle 0x7fb2bccbe700, query id 2940154407 192.168.211.62 uuuuuuu
---TRANSACTION 814538705281, not started
MySQL thread id 75821, OS thread handle 0x7fb398f3b700, query id 2940135297 192.168.211.62 uuuuuuu
---TRANSACTION 814538698993, not started
MySQL thread id 67533, OS thread handle 0x7fb31fb6c700, query id 2940128793 192.168.167.129 uuuuuuu
---TRANSACTION 814538591494, not started
MySQL thread id 75812, OS thread handle 0x7fb437646700, query id 2940104209 192.168.211.62 uuuuuuu
---TRANSACTION 814538725287, not started
MySQL thread id 75798, OS thread handle 0x7fb4074be700, query id 2940154920 192.168.211.62 uuuuuuu
---TRANSACTION 814538695244, not started
MySQL thread id 75768, OS thread handle 0x7fb315fce700, query id 2940125255 192.168.211.62 uuuuuuu
---TRANSACTION 814538719764, not started
MySQL thread id 71420, OS thread handle 0x7fb3c033b700, query id 2940149644 192.168.222.58 uuuuuuu
---TRANSACTION 814538699377, not started
MySQL thread id 71329, OS thread handle 0x7fb42fb0a700, query id 2940129179 192.168.208.172 uuuuuuu
---TRANSACTION 814538721704, not started
MySQL thread id 66235, OS thread handle 0x7fb4953da700, query id 2940151468 192.168.195.113 uuuuuuu
---TRANSACTION 814538663050, not started
MySQL thread id 71265, OS thread handle 0x7fb4132a8700, query id 2940094984 192.168.208.172 uuuuuuu
---TRANSACTION 814538611162, not started
MySQL thread id 79428, OS thread handle 0x7fb32f982700, query id 2940048785 192.168.210.67 uuuuuuu
---TRANSACTION 814538700783, not started
MySQL thread id 79391, OS thread handle 0x7fb327e77700, query id 2940130669 192.168.210.67 uuuuuuu
---TRANSACTION 814538628213, not started
MySQL thread id 79384, OS thread handle 0x7fb410d82700, query id 2940063986 192.168.210.67 uuuuuuu
---TRANSACTION 814538729587, not started
MySQL thread id 70994, OS thread handle 0x7fb40229e700, query id 2940158871 192.168.217.71 uuuuuuu
---TRANSACTION 814538707743, not started
MySQL thread id 79365, OS thread handle 0x7fb3eabff700, query id 2940137717 192.168.210.67 uuuuuuu
---TRANSACTION 814538613586, not started
MySQL thread id 65951, OS thread handle 0x7fb45d2d4700, query id 2940126762 192.168.195.113 uuuuuuu
---TRANSACTION 814538650547, not started
MySQL thread id 70877, OS thread handle 0x7fb3e970a700, query id 2940083805 192.168.217.71 uuuuuuu
---TRANSACTION 814538618440, not started
MySQL thread id 70473, OS thread handle 0x7fb3eded9700, query id 2940055465 192.168.208.172 uuuuuuu
---TRANSACTION 814538572129, not started
MySQL thread id 70353, OS thread handle 0x7fb328b3b700, query id 2940153196 192.168.208.172 uuuuuuu
---TRANSACTION 814538511240, not started
MySQL thread id 70228, OS thread handle 0x7fb3c02d9700, query id 2940102745 192.168.208.172 uuuuuuu
---TRANSACTION 814538668314, not started
MySQL thread id 70245, OS thread handle 0x7fb47f30a700, query id 2940099763 192.168.208.172 uuuuuuu
---TRANSACTION 814538694596, not started
MySQL thread id 69950, OS thread handle 0x7fb435e77700, query id 2940124649 192.168.211.62 uuuuuuu
---TRANSACTION 814538723718, not started
MySQL thread id 69573, OS thread handle 0x7fb41c8af700, query id 2940153413 192.168.177.232 uuuuuuu
---TRANSACTION 814538330362, not started
MySQL thread id 69664, OS thread handle 0x7fb361a10700, query id 2939926345 192.168.208.172 uuuuuuu
---TRANSACTION 814538599654, not started
MySQL thread id 52807, OS thread handle 0x7fb39af3b700, query id 2940038274 192.168.217.71 uuuuuuu
---TRANSACTION 814538679682, not started
MySQL thread id 69743, OS thread handle 0x7fb328a77700, query id 2940111018 192.168.208.172 uuuuuuu
---TRANSACTION 814538717077, not started
MySQL thread id 69711, OS thread handle 0x7fb30b1e4700, query id 2940147036 192.168.208.172 uuuuuuu
---TRANSACTION 814538681791, not started
MySQL thread id 74061, OS thread handle 0x7fb2bc7f5700, query id 2940113082 192.168.213.4 uuuuuuu
---TRANSACTION 814538624744, not started
MySQL thread id 69969, OS thread handle 0x7fb361f0a700, query id 2940060819 192.168.217.71 uuuuuuu
---TRANSACTION 814538609950, not started
MySQL thread id 69429, OS thread handle 0x7fb477582700, query id 2940047548 192.168.208.172 uuuuuuu
---TRANSACTION 814538714902, not started
MySQL thread id 69897, OS thread handle 0x7fb315f0a700, query id 2940144902 192.168.217.71 uuuuuuu
---TRANSACTION 814538702738, not started
MySQL thread id 59732, OS thread handle 0x7fb45cb3b700, query id 2940132721 192.168.164.15 uuuuuuu
---TRANSACTION 814538695563, not started
MySQL thread id 69077, OS thread handle 0x7fb31f5df700, query id 2940125548 192.168.213.4 uuuuuuu
---TRANSACTION 814538620042, not started
MySQL thread id 69793, OS thread handle 0x7fb3178b9700, query id 2940056778 192.168.217.71 uuuuuuu
---TRANSACTION 814538707983, not started
MySQL thread id 73687, OS thread handle 0x7fb493fc1700, query id 2940137955 192.168.213.30 uuuuuuu
---TRANSACTION 814538720117, not started
MySQL thread id 69512, OS thread handle 0x7fb312c8d700, query id 2940149970 192.168.217.71 uuuuuuu
---TRANSACTION 814538729452, not started
MySQL thread id 73605, OS thread handle 0x7fb442582700, query id 2940158738 192.168.213.30 uuuuuuu
---TRANSACTION 814538694194, not started
MySQL thread id 73617, OS thread handle 0x7fb3b9b0a700, query id 2940124253 192.168.213.30 uuuuuuu
---TRANSACTION 814538723828, not started
MySQL thread id 73582, OS thread handle 0x7fb361bfa700, query id 2940153541 192.168.213.30 uuuuuuu
---TRANSACTION 814538706992, not started
MySQL thread id 59507, OS thread handle 0x7fb3f28be700, query id 2940136938 192.168.164.15 uuuuuuu
---TRANSACTION 814538713825, not started
MySQL thread id 68699, OS thread handle 0x7fb381551700, query id 2940143819 192.168.222.58 uuuuuuu
---TRANSACTION 814538721701, not started
MySQL thread id 68581, OS thread handle 0x7fb317aa3700, query id 2940151465 192.168.167.129 uuuuuuu
---TRANSACTION 814538562350, not started
MySQL thread id 68693, OS thread handle 0x7fb31bf3b700, query id 2940146003 192.168.167.129 uuuuuuu
---TRANSACTION 814538719200, not started
MySQL thread id 73751, OS thread handle 0x7fb3080ef700, query id 2940149060 192.168.222.58 uuuuuuu
---TRANSACTION 814538639979, not started
MySQL thread id 68661, OS thread handle 0x7fb3288ef700, query id 2940140154 192.168.167.129 uuuuuuu
---TRANSACTION 814538644485, not started
MySQL thread id 5570, OS thread handle 0x7fb43e3c9700, query id 2940078699 192.168.208.172 uuuuuuu
---TRANSACTION 814538672966, not started
MySQL thread id 68662, OS thread handle 0x7fb40045c700, query id 2940104417 192.168.167.129 uuuuuuu
---TRANSACTION 814538683336, not started
MySQL thread id 64109, OS thread handle 0x7fb4413ff700, query id 2940114603 192.168.221.175 uuuuuuu
---TRANSACTION 814538735360, not started
MySQL thread id 68100, OS thread handle 0x7fb43a277700, query id 2940164451 192.168.211.62 uuuuuuu
---TRANSACTION 814538708025, not started
MySQL thread id 67693, OS thread handle 0x7fb313a46700, query id 2940137986 192.168.211.62 uuuuuuu
---TRANSACTION 814538691123, not started
MySQL thread id 72456, OS thread handle 0x7fb3a60b9700, query id 2940121519 192.168.218.166 uuuuuuu
---TRANSACTION 814538444435, not started
MySQL thread id 71842, OS thread handle 0x7fb4955c4700, query id 2940113843 192.168.167.58 uuuuuuu
---TRANSACTION 814538694160, not started
MySQL thread id 63491, OS thread handle 0x7fb472a15700, query id 2940124218 192.168.221.175 uuuuuuu
---TRANSACTION 814538707955, not started
MySQL thread id 72874, OS thread handle 0x7fb3df94c700, query id 2940137870 192.168.186.184 uuuuuuu
---TRANSACTION 814538679499, not started
MySQL thread id 72303, OS thread handle 0x7fb31f488700, query id 2940110836 192.168.218.166 uuuuuuu
---TRANSACTION 814538713017, not started
MySQL thread id 72192, OS thread handle 0x7fb3cf79d700, query id 2940143031 192.168.218.166 uuuuuuu
---TRANSACTION 814538674764, not started
MySQL thread id 63250, OS thread handle 0x7fb43e615700, query id 2940106103 192.168.221.175 uuuuuuu
---TRANSACTION 814538499740, not started
MySQL thread id 67759, OS thread handle 0x7fb325aa8700, query id 2940157104 192.168.167.129 uuuuuuu
---TRANSACTION 814538705086, not started
MySQL thread id 67458, OS thread handle 0x7fb3a45e4700, query id 2940135086 192.168.167.58 uuuuuuu
---TRANSACTION 814538606470, not started
MySQL thread id 71780, OS thread handle 0x7fb309d82700, query id 2940120634 192.168.215.64 uuuuuuu
---TRANSACTION 814538607320, not started
MySQL thread id 67352, OS thread handle 0x7fb327de4700, query id 2940044964 192.168.167.58 uuuuuuu
---TRANSACTION 814538730203, not started
MySQL thread id 71832, OS thread handle 0x7fb363f9d700, query id 2940159461 192.168.218.166 uuuuuuu
---TRANSACTION 814538721721, not started
MySQL thread id 67502, OS thread handle 0x7fb986197700, query id 2940151488 192.168.167.129 uuuuuuu
---TRANSACTION 814538683420, not started
MySQL thread id 76394, OS thread handle 0x7fb2bcfce700, query id 2940114681 192.168.211.62 uuuuuuu
---TRANSACTION 814538724715, not started
MySQL thread id 76370, OS thread handle 0x7fb2bcdb3700, query id 2940154383 192.168.211.62 uuuuuuu
---TRANSACTION 814538654485, not started
MySQL thread id 76221, OS thread handle 0x7fb3bae15700, query id 2940151053 192.168.211.62 uuuuuuu
---TRANSACTION 814538726788, not started
MySQL thread id 76243, OS thread handle 0x7fb3288be700, query id 2940156269 192.168.221.175 uuuuuuu
---TRANSACTION 814538669663, not started
MySQL thread id 76231, OS thread handle 0x7fb48c582700, query id 2940101240 192.168.211.62 uuuuuuu
---TRANSACTION 814538586812, not started
MySQL thread id 76166, OS thread handle 0x7fb48b0be700, query id 2940101536 192.168.211.62 uuuuuuu
---TRANSACTION 814538721633, not started
MySQL thread id 71596, OS thread handle 0x7fb30805c700, query id 2940151391 192.168.167.58 uuuuuuu
---TRANSACTION 814538729979, not started
MySQL thread id 67446, OS thread handle 0x7fb3ec2d9700, query id 2940159246 192.168.167.129 uuuuuuu
---TRANSACTION 814538714186, not started
MySQL thread id 67409, OS thread handle 0x7fb446f0a700, query id 2940144186 192.168.167.129 uuuuuuu
---TRANSACTION 814538694441, not started
MySQL thread id 62223, OS thread handle 0x7fb367641700, query id 2940124490 192.168.213.30 uuuuuuu
---TRANSACTION 814538674722, not started
MySQL thread id 71412, OS thread handle 0x7fb3c9551700, query id 2940106058 192.168.215.64 uuuuuuu
---TRANSACTION 814538692956, not started
MySQL thread id 75776, OS thread handle 0x7fb48d6dd700, query id 2940123192 192.168.211.62 uuuuuuu
---TRANSACTION 814538624009, not started
MySQL thread id 66323, OS thread handle 0x7fb436d51700, query id 2940130856 192.168.195.113 uuuuuuu
---TRANSACTION 814538724669, not started
MySQL thread id 56347, OS thread handle 0x7fb45cbce700, query id 2940154345 192.168.213.30 uuuuuuu
---TRANSACTION 814538680007, not started
MySQL thread id 70386, OS thread handle 0x7fb36197d700, query id 2940111324 192.168.177.232 uuuuuuu
---TRANSACTION 814538729523, not started
MySQL thread id 65955, OS thread handle 0x7fb31f85c700, query id 2940158810 192.168.195.113 uuuuuuu
---TRANSACTION 814538442925, not started
MySQL thread id 75264, OS thread handle 0x7fb37cc5c700, query id 2940113101 192.168.164.15 uuuuuuu
---TRANSACTION 814538679849, not started
MySQL thread id 75237, OS thread handle 0x7fb441982700, query id 2940111173 192.168.164.15 uuuuuuu
---TRANSACTION 814538702961, not started
MySQL thread id 70342, OS thread handle 0x7fb312e77700, query id 2940132948 192.168.177.232 uuuuuuu
---TRANSACTION 814538736481, not started
MySQL thread id 66082, OS thread handle 0x7fb41188d700, query id 2940165516 192.168.195.113 uuuuuuu
---TRANSACTION 814538721602, not started
MySQL thread id 69849, OS thread handle 0x7fb30979d700, query id 2940151352 192.168.177.232 uuuuuuu
---TRANSACTION 814538729731, not started
MySQL thread id 69824, OS thread handle 0x7fb312bc9700, query id 2940159016 192.168.177.232 uuuuuuu
---TRANSACTION 814538670151, not started
MySQL thread id 74444, OS thread handle 0x7fb488c8d700, query id 2940101773 192.168.177.232 uuuuuuu
---TRANSACTION 814538728612, not started
MySQL thread id 69765, OS thread handle 0x7fb317f3b700, query id 2940157944 192.168.211.62 uuuuuuu
---TRANSACTION 814538593439, not started
MySQL thread id 69616, OS thread handle 0x7fb3f2920700, query id 2940103100 192.168.177.232 uuuuuuu
---TRANSACTION 814538668367, not started
MySQL thread id 69552, OS thread handle 0x7fb44d277700, query id 2940161946 192.168.177.232 uuuuuuu
---TRANSACTION 814538718032, not started
MySQL thread id 69536, OS thread handle 0x7fb488c2b700, query id 2940147938 192.168.177.232 uuuuuuu
---TRANSACTION 814538724717, not started
MySQL thread id 69522, OS thread handle 0x7fb31bc2b700, query id 2940154386 192.168.177.232 uuuuuuu
---TRANSACTION 814538603611, not started
MySQL thread id 69488, OS thread handle 0x7fb45f0ef700, query id 2940116606 192.168.177.232 uuuuuuu
---TRANSACTION 814538670024, not started
MySQL thread id 69484, OS thread handle 0x7fb46745c700, query id 2940101635 192.168.213.4 uuuuuuu
---TRANSACTION 814538706705, not started
MySQL thread id 69106, OS thread handle 0x7fb436d20700, query id 2940136623 192.168.213.4 uuuuuuu
---TRANSACTION 814538674267, not started
MySQL thread id 69010, OS thread handle 0x7fb4008be700, query id 2940105592 192.168.222.58 uuuuuuu
---TRANSACTION 814538727199, not started
MySQL thread id 68920, OS thread handle 0x7fb312a41700, query id 2940156641 192.168.222.58 uuuuuuu
---TRANSACTION 814538589617, not started
MySQL thread id 73683, OS thread handle 0x7fb46faa3700, query id 2940102859 192.168.213.30 uuuuuuu
---TRANSACTION 814538705531, not started
MySQL thread id 73711, OS thread handle 0x7fb32088d700, query id 2940135518 192.168.222.58 uuuuuuu
---TRANSACTION 814538730574, not started
MySQL thread id 73668, OS thread handle 0x7fb2bc94c700, query id 2940159812 192.168.213.30 uuuuuuu
---TRANSACTION 814538668989, not started
MySQL thread id 68694, OS thread handle 0x7fb312e15700, query id 2940100538 192.168.167.129 uuuuuuu
---TRANSACTION 814538628344, not started
MySQL thread id 68767, OS thread handle 0x7fb48e569700, query id 2940135394 192.168.222.58 uuuuuuu
---TRANSACTION 814538707041, not started
MySQL thread id 68392, OS thread handle 0x7fb400bff700, query id 2940136987 192.168.211.62 uuuuuuu
---TRANSACTION 814538702300, not started
MySQL thread id 73642, OS thread handle 0x7fb3ce30a700, query id 2940132237 192.168.213.30 uuuuuuu
---TRANSACTION 814538696981, not started
MySQL thread id 68660, OS thread handle 0x7fb3101e4700, query id 2940126870 192.168.167.129 uuuuuuu
---TRANSACTION 814538670903, not started
MySQL thread id 73620, OS thread handle 0x7fb317fce700, query id 2940102555 192.168.213.30 uuuuuuu
---TRANSACTION 814538698089, not started
MySQL thread id 73525, OS thread handle 0x7fb3efe77700, query id 2940127920 192.168.213.30 uuuuuuu
---TRANSACTION 814538733043, not started
MySQL thread id 73534, OS thread handle 0x7fb3bfaa8700, query id 2940162168 192.168.213.30 uuuuuuu
---TRANSACTION 814538668263, not started
MySQL thread id 73538, OS thread handle 0x7fb312e46700, query id 2940099704 192.168.213.30 uuuuuuu
---TRANSACTION 814538699856, not started
MySQL thread id 64700, OS thread handle 0x7fb4125e4700, query id 2940129715 192.168.210.67 uuuuuuu
---TRANSACTION 814538682594, not started
MySQL thread id 73486, OS thread handle 0x7fb4963ee700, query id 2940113889 192.168.213.30 uuuuuuu
---TRANSACTION 814538702433, not started
MySQL thread id 73477, OS thread handle 0x7fb49853c700, query id 2940132396 192.168.213.30 uuuuuuu
---TRANSACTION 814538707244, not started
MySQL thread id 73474, OS thread handle 0x7fb40a210700, query id 2940137195 192.168.213.30 uuuuuuu
---TRANSACTION 814538692788, not started
MySQL thread id 59216, OS thread handle 0x7fb32885c700, query id 2940123048 192.168.164.15 uuuuuuu
---TRANSACTION 814538734891, not started
MySQL thread id 59118, OS thread handle 0x7fb49543c700, query id 2940164005 192.168.164.15 uuuuuuu
---TRANSACTION 814538730300, not started
MySQL thread id 64131, OS thread handle 0x7fb46dd51700, query id 2940159535 192.168.221.175 uuuuuuu
---TRANSACTION 814538703206, not started
MySQL thread id 55848, OS thread handle 0x7fb43eea8700, query id 2940133207 192.168.186.184 uuuuuuu
---TRANSACTION 814538700528, not started
MySQL thread id 68184, OS thread handle 0x7fb4192cf700, query id 2940130404 192.168.211.62 uuuuuuu
---TRANSACTION 814538709577, not started
MySQL thread id 64113, OS thread handle 0x7fb4077ff700, query id 2940139608 192.168.221.175 uuuuuuu
---TRANSACTION 814538710228, not started
MySQL thread id 64089, OS thread handle 0x7fb37633b700, query id 2940140272 192.168.221.175 uuuuuuu
---TRANSACTION 814538700622, not started
MySQL thread id 68007, OS thread handle 0x7fb3f3a46700, query id 2940130503 192.168.211.62 uuuuuuu
---TRANSACTION 814538669290, not started
MySQL thread id 67703, OS thread handle 0x7fb315d82700, query id 2940100871 192.168.221.175 uuuuuuu
---TRANSACTION 814538704894, not started
MySQL thread id 64264, OS thread handle 0x7fb37bea8700, query id 2940134898 192.168.210.67 uuuuuuu
---TRANSACTION 814538669313, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 67433, OS thread handle 0x7fb3c673b700, query id 2940165610 192.168.167.129 uuuuuuu statistics
SELECT * FROM `xxxxxx_event` WHERE `id` = '83193886' LIMIT 1
---TRANSACTION 814538461990, not started
MySQL thread id 64099, OS thread handle 0x7fb3e14be700, query id 2940058851 192.168.210.67 uuuuuuu
---TRANSACTION 814538714938, not started
MySQL thread id 72711, OS thread handle 0x7fb44608d700, query id 2940144934 192.168.186.184 uuuuuuu
---TRANSACTION 814538649235, not started
MySQL thread id 64052, OS thread handle 0x7fb36d6a8700, query id 2940082689 192.168.210.67 uuuuuuu
---TRANSACTION 814538606725, not started
MySQL thread id 67794, OS thread handle 0x7fc1b64d3700, query id 2940044432 192.168.167.129 uuuuuuu
---TRANSACTION 814538589691, not started
MySQL thread id 64117, OS thread handle 0x7fb31294c700, query id 2940029658 192.168.210.67 uuuuuuu
---TRANSACTION 814538538928, not started
MySQL thread id 72750, OS thread handle 0x7fb31ba41700, query id 2940129000 192.168.211.62 uuuuuuu
---TRANSACTION 814538611308, not started
MySQL thread id 12338, OS thread handle 0x7fb458cdb700, query id 2940048885 192.168.208.172 uuuuuuu
---TRANSACTION 814538607550, not started
MySQL thread id 67735, OS thread handle 0x7fb363e15700, query id 2940121152 192.168.167.129 uuuuuuu
---TRANSACTION 814538733702, not started
MySQL thread id 72693, OS thread handle 0x7fb39e8be700, query id 2940162848 192.168.186.184 uuuuuuu
---TRANSACTION 814538668279, not started
MySQL thread id 72663, OS thread handle 0x7fb492f4b700, query id 2940159384 192.168.186.184 uuuuuuu
---TRANSACTION 814538699686, not started
MySQL thread id 72637, OS thread handle 0x7fb42ba15700, query id 2940129527 192.168.186.184 uuuuuuu
---TRANSACTION 814538725572, not started
MySQL thread id 63748, OS thread handle 0x7fb471d82700, query id 2940155168 192.168.221.175 uuuuuuu
---TRANSACTION 814538685828, not started
MySQL thread id 64029, OS thread handle 0x7fb362d82700, query id 2940117010 192.168.210.67 uuuuuuu
---TRANSACTION 814538666957, not started
MySQL thread id 67762, OS thread handle 0x7fb313a15700, query id 2940156989 192.168.211.62 uuuuuuu
---TRANSACTION 814538606777, not started
MySQL thread id 72632, OS thread handle 0x7fb2bcc2b700, query id 2940044489 192.168.210.67 uuuuuuu
---TRANSACTION 814538491174, not started
MySQL thread id 72574, OS thread handle 0x7fb3c485c700, query id 2940156225 192.168.211.62 uuuuuuu
---TRANSACTION 814538676344, not started
MySQL thread id 63937, OS thread handle 0x7fb48a551700, query id 2940107731 192.168.210.67 uuuuuuu
---TRANSACTION 814538701510, not started
MySQL thread id 62759, OS thread handle 0x7fb4075b3700, query id 2940131438 192.168.163.136 uuuuuuu
---TRANSACTION 814538723705, not started
MySQL thread id 63878, OS thread handle 0x7fb31f767700, query id 2940153396 192.168.210.67 uuuuuuu
---TRANSACTION 814538701131, not started
MySQL thread id 72392, OS thread handle 0x7fb46d182700, query id 2940131034 192.168.218.166 uuuuuuu
---TRANSACTION 814538719143, not started
MySQL thread id 63586, OS thread handle 0x7fb416aa8700, query id 2940149014 192.168.221.175 uuuuuuu
---TRANSACTION 814538729877, not started
MySQL thread id 67704, OS thread handle 0x7fb31388d700, query id 2940159142 192.168.211.62 uuuuuuu
---TRANSACTION 814538670252, not started
MySQL thread id 72353, OS thread handle 0x7fb317a10700, query id 2940101875 192.168.218.166 uuuuuuu
---TRANSACTION 814538711637, not started
MySQL thread id 67855, OS thread handle 0x7fb48e0d1700, query id 2940141715 192.168.167.129 uuuuuuu
---TRANSACTION 814538607571, not started
MySQL thread id 72326, OS thread handle 0x7fb363db3700, query id 2940122437 192.168.218.166 uuuuuuu
---TRANSACTION 814538685049, not started
MySQL thread id 72211, OS thread handle 0x7fb48e3b0700, query id 2940116281 192.168.215.64 uuuuuuu
---TRANSACTION 814538732770, not started
MySQL thread id 72212, OS thread handle 0x7fb31be77700, query id 2940161896 192.168.215.64 uuuuuuu
---TRANSACTION 814538707622, not started
MySQL thread id 72213, OS thread handle 0x7fb399bce700, query id 2940137573 192.168.215.64 uuuuuuu
---TRANSACTION 814538716790, not started
MySQL thread id 72214, OS thread handle 0x7fb45405c700, query id 2940146731 192.168.215.64 uuuuuuu
---TRANSACTION 814538723728, not started
MySQL thread id 72203, OS thread handle 0x7fb43cd1b700, query id 2940153421 192.168.167.129 uuuuuuu
---TRANSACTION 814538736183, not started
MySQL thread id 72197, OS thread handle 0x7fb459173700, query id 2940165230 192.168.167.129 uuuuuuu
---TRANSACTION 814538725056, not started
MySQL thread id 72044, OS thread handle 0x7fb467367700, query id 2940154697 192.168.210.67 uuuuuuu
---TRANSACTION 814538704270, not started
MySQL thread id 71811, OS thread handle 0x7fb47f2d9700, query id 2940134275 192.168.218.166 uuuuuuu
---TRANSACTION 814538716895, not started
MySQL thread id 71781, OS thread handle 0x7fb45fd82700, query id 2940146843 192.168.215.64 uuuuuuu
---TRANSACTION 814538729277, not started
MySQL thread id 59458, OS thread handle 0x7fb3d9215700, query id 2940158565 192.168.162.201 uuuuuuu
---TRANSACTION 814538723672, not started
MySQL thread id 71822, OS thread handle 0x7fb325982700, query id 2940153361 192.168.218.166 uuuuuuu
---TRANSACTION 814538690067, not started
MySQL thread id 71710, OS thread handle 0x7fb3df578700, query id 2940120626 192.168.215.64 uuuuuuu
---TRANSACTION 814538631035, not started
MySQL thread id 71801, OS thread handle 0x7fb317b67700, query id 2940132555 192.168.215.64 uuuuuuu
---TRANSACTION 814538654382, not started
MySQL thread id 71887, OS thread handle 0x7fb39ebce700, query id 2940087150 192.168.210.67 uuuuuuu
---TRANSACTION 814538671835, not started
MySQL thread id 71791, OS thread handle 0x7fb3e6b9d700, query id 2940103449 192.168.215.64 uuuuuuu
---TRANSACTION 814538331913, not started
MySQL thread id 63514, OS thread handle 0x7fb31bde4700, query id 2940080011 192.168.210.67 uuuuuuu
---TRANSACTION 814538703157, not started
MySQL thread id 71792, OS thread handle 0x7fb2bce15700, query id 2940133129 192.168.218.166 uuuuuuu
---TRANSACTION 814538668665, not started
MySQL thread id 67555, OS thread handle 0x7fb31b8b9700, query id 2940163346 192.168.167.129 uuuuuuu
---TRANSACTION 814538725477, not started
MySQL thread id 67548, OS thread handle 0x7fb31ba72700, query id 2940155085 192.168.167.129 uuuuuuu
---TRANSACTION 814538696225, not started
MySQL thread id 71578, OS thread handle 0x7fb4583dc700, query id 2940126171 192.168.215.64 uuuuuuu
---TRANSACTION 814538668648, not started
MySQL thread id 71665, OS thread handle 0x7fb2bc857700, query id 2940100154 192.168.215.64 uuuuuuu
---TRANSACTION 814538568998, not started
MySQL thread id 71548, OS thread handle 0x7fb3e3551700, query id 2940102994 192.168.167.58 uuuuuuu
---TRANSACTION 814538712082, not started
MySQL thread id 67201, OS thread handle 0x7fb495d0a700, query id 2940142141 192.168.167.58 uuuuuuu
---TRANSACTION 814538606642, not started
MySQL thread id 67464, OS thread handle 0x7fb37b79d700, query id 2940117552 192.168.167.129 uuuuuuu
---TRANSACTION 814538724001, not started
MySQL thread id 61777, OS thread handle 0x7fb495ec3700, query id 2940153712 192.168.163.136 uuuuuuu
---TRANSACTION 814538653733, not started
MySQL thread id 71650, OS thread handle 0x7fb2bcb05700, query id 2940148370 192.168.215.64 uuuuuuu
---TRANSACTION 814538674819, not started
MySQL thread id 67195, OS thread handle 0x7fb48a6d9700, query id 2940106161 192.168.167.58 uuuuuuu
---TRANSACTION 814538681799, not started
MySQL thread id 71569, OS thread handle 0x7fb3082d9700, query id 2940113083 192.168.215.64 uuuuuuu
---TRANSACTION 814538719368, not started
MySQL thread id 66869, OS thread handle 0x7fb4219ae700, query id 2940149227 192.168.167.58 uuuuuuu
---TRANSACTION 814538723766, not started
MySQL thread id 71544, OS thread handle 0x7fb3095e4700, query id 2940153465 192.168.215.64 uuuuuuu
---TRANSACTION 814538701179, not started
MySQL thread id 71543, OS thread handle 0x7fb30976c700, query id 2940131087 192.168.215.64 uuuuuuu
---TRANSACTION 814538708334, not started
MySQL thread id 71512, OS thread handle 0x7fb317c8d700, query id 2940138310 192.168.215.64 uuuuuuu
---TRANSACTION 814538726922, not started
MySQL thread id 71440, OS thread handle 0x7fb30970a700, query id 2940156383 192.168.222.58 uuuuuuu
---TRANSACTION 814538723575, not started
MySQL thread id 67090, OS thread handle 0x7fb31f4b9700, query id 2940153260 192.168.167.58 uuuuuuu
---TRANSACTION 814538630077, not started
MySQL thread id 66828, OS thread handle 0x7fb31fa77700, query id 2940065670 192.168.167.58 uuuuuuu
---TRANSACTION 814538708299, not started
MySQL thread id 71454, OS thread handle 0x7fb3128ea700, query id 2940138269 192.168.215.64 uuuuuuu
---TRANSACTION 814538647753, not started
MySQL thread id 71401, OS thread handle 0x7fb310151700, query id 2940081397 192.168.215.64 uuuuuuu
---TRANSACTION 814538607498, not started
MySQL thread id 71328, OS thread handle 0x7fb309272700, query id 2940045142 192.168.208.172 uuuuuuu
---TRANSACTION 814538581407, not started
MySQL thread id 71402, OS thread handle 0x7fb48b1b3700, query id 2940103127 192.168.222.58 uuuuuuu
---TRANSACTION 814538634623, not started
MySQL thread id 71074, OS thread handle 0x7fb312d82700, query id 2940070001 192.168.217.71 uuuuuuu
---TRANSACTION 814538522407, not started
MySQL thread id 71327, OS thread handle 0x7fb45815f700, query id 2940110641 192.168.208.172 uuuuuuu
---TRANSACTION 814538707850, not started
MySQL thread id 57559, OS thread handle 0x7fb31f4ea700, query id 2940137814 192.168.213.30 uuuuuuu
---TRANSACTION 814538639764, not started
MySQL thread id 71075, OS thread handle 0x7fb3092a3700, query id 2940074591 192.168.217.71 uuuuuuu
---TRANSACTION 814538721778, not started
MySQL thread id 57295, OS thread handle 0x7fb42c11b700, query id 2940151549 192.168.213.30 uuuuuuu
---TRANSACTION 814538708324, not started
MySQL thread id 66624, OS thread handle 0x7fb32fa46700, query id 2940138298 192.168.195.113 uuuuuuu
---TRANSACTION 814538597651, not started
MySQL thread id 71115, OS thread handle 0x7fb427dae700, query id 2940036575 192.168.217.71 uuuuuuu
---TRANSACTION 814538590122, not started
MySQL thread id 71267, OS thread handle 0x7fb309677700, query id 2940030071 192.168.208.172 uuuuuuu
---TRANSACTION 814538699818, not started
MySQL thread id 57137, OS thread handle 0x7fb3c0d51700, query id 2940129688 192.168.213.30 uuuuuuu
---TRANSACTION 814538694227, not started
MySQL thread id 66578, OS thread handle 0x7fb447aa8700, query id 2940124286 192.168.195.113 uuuuuuu
---TRANSACTION 814538734822, not started
MySQL thread id 71019, OS thread handle 0x7fb3bc520700, query id 2940163935 192.168.208.172 uuuuuuu
---TRANSACTION 814538729349, not started
MySQL thread id 66577, OS thread handle 0x7fb31b97d700, query id 2940158635 192.168.195.113 uuuuuuu
---TRANSACTION 814538702475, not started
MySQL thread id 61728, OS thread handle 0x7fb368bff700, query id 2940132437 192.168.213.30 uuuuuuu
---TRANSACTION 814538639962, not started
MySQL thread id 66597, OS thread handle 0x7fb41d2a3700, query id 2940074761 192.168.195.113 uuuuuuu
---TRANSACTION 814538507803, not started
MySQL thread id 70940, OS thread handle 0x7fb3c4083700, query id 2939954639 192.168.217.71 uuuuuuu
---TRANSACTION 814538699134, not started
MySQL thread id 70946, OS thread handle 0x7fb44e6d9700, query id 2940128927 192.168.217.71 uuuuuuu
---TRANSACTION 814538707475, not started
MySQL thread id 70876, OS thread handle 0x7fb312b36700, query id 2940137418 192.168.217.71 uuuuuuu
---TRANSACTION 814538708758, not started
MySQL thread id 66467, OS thread handle 0x7fb472b6c700, query id 2940138759 192.168.195.113 uuuuuuu
---TRANSACTION 814538471283, not started
MySQL thread id 70882, OS thread handle 0x7fb37f70a700, query id 2940063982 192.168.217.71 uuuuuuu
---TRANSACTION 814538602863, not started
MySQL thread id 70878, OS thread handle 0x7fb398c8d700, query id 2940041003 192.168.217.71 uuuuuuu
---TRANSACTION 814538631711, not started
MySQL thread id 70883, OS thread handle 0x7fb313bce700, query id 2940067238 192.168.217.71 uuuuuuu
---TRANSACTION 814538730886, not started
MySQL thread id 70798, OS thread handle 0x7fb435cbe700, query id 2940160106 192.168.217.71 uuuuuuu
---TRANSACTION 814538508019, not started
MySQL thread id 70843, OS thread handle 0x7fb45fd20700, query id 2940101751 192.168.208.172 uuuuuuu
---TRANSACTION 814538717159, not started
MySQL thread id 70842, OS thread handle 0x7fb332e77700, query id 2940147122 192.168.208.172 uuuuuuu
---TRANSACTION 814538471478, not started
MySQL thread id 70799, OS thread handle 0x7fb4271e4700, query id 2939921370 192.168.217.71 uuuuuuu
---TRANSACTION 814538702302, not started
MySQL thread id 66447, OS thread handle 0x7fb4009e4700, query id 2940132257 192.168.195.113 uuuuuuu
---TRANSACTION 814538586928, not started
MySQL thread id 70669, OS thread handle 0x7fb312d51700, query id 2940102706 192.168.195.113 uuuuuuu
---TRANSACTION 814538679249, not started
MySQL thread id 70711, OS thread handle 0x7fb310120700, query id 2940110581 192.168.195.113 uuuuuuu
---TRANSACTION 814538668179, not started
MySQL thread id 70187, OS thread handle 0x7fb32f7c9700, query id 2940099608 192.168.217.71 uuuuuuu
---TRANSACTION 814538580490, not started
MySQL thread id 65968, OS thread handle 0x7fb422c5c700, query id 2940100112 192.168.195.113 uuuuuuu
---TRANSACTION 814538721603, not started
MySQL thread id 70423, OS thread handle 0x7fb43f551700, query id 2940151354 192.168.221.175 uuuuuuu
---TRANSACTION 814538428233, not started
MySQL thread id 61676, OS thread handle 0x7fb3646d4700, query id 2939882204 192.168.217.71 uuuuuuu
---TRANSACTION 814538723737, not started
MySQL thread id 70341, OS thread handle 0x7fb309f0a700, query id 2940153434 192.168.177.232 uuuuuuu
---TRANSACTION 814538720756, not started
MySQL thread id 70446, OS thread handle 0x7fb3ed888700, query id 2940150536 192.168.177.232 uuuuuuu
---TRANSACTION 814538584481, not started
MySQL thread id 66139, OS thread handle 0x7fb482516700, query id 2940024981 192.168.195.113 uuuuuuu
---TRANSACTION 814538694337, not started
MySQL thread id 70392, OS thread handle 0x7fb3c0db3700, query id 2940124393 192.168.211.62 uuuuuuu
---TRANSACTION 814538682239, not started
MySQL thread id 70371, OS thread handle 0x7fb494428700, query id 2940113536 192.168.217.71 uuuuuuu
---TRANSACTION 814538711845, not started
MySQL thread id 70385, OS thread handle 0x7fb3c0215700, query id 2940141898 192.168.177.232 uuuuuuu
---TRANSACTION 814538724677, not started
MySQL thread id 70372, OS thread handle 0x7fb31fb3b700, query id 2940154349 192.168.217.71 uuuuuuu
---TRANSACTION 814538719602, not started
MySQL thread id 70352, OS thread handle 0x7fb309f9d700, query id 2940149465 192.168.211.62 uuuuuuu
---TRANSACTION 814538707970, not started
MySQL thread id 52850, OS thread handle 0x7fb3b86d9700, query id 2940137921 192.168.217.71 uuuuuuu
---TRANSACTION 814538521680, not started
MySQL thread id 70312, OS thread handle 0x7fb3a0fce700, query id 2940119210 192.168.211.62 uuuuuuu
---TRANSACTION 814538461963, not started
MySQL thread id 70313, OS thread handle 0x7fb31291b700, query id 2940055066 192.168.217.71 uuuuuuu
---TRANSACTION 814538684048, not started
MySQL thread id 70321, OS thread handle 0x7fb3986d9700, query id 2940115299 192.168.208.172 uuuuuuu
---TRANSACTION 814538600558, not started
MySQL thread id 66088, OS thread handle 0x7fb3ee9b3700, query id 2940114984 192.168.195.113 uuuuuuu
---TRANSACTION 814538706757, not started
MySQL thread id 70144, OS thread handle 0x7fb3093c9700, query id 2940136689 192.168.208.172 uuuuuuu
---TRANSACTION 814538669237, not started
MySQL thread id 70159, OS thread handle 0x7fb317bfa700, query id 2940100815 192.168.217.71 uuuuuuu
---TRANSACTION 814538592032, not started
MySQL thread id 70147, OS thread handle 0x7fb312d20700, query id 2940031761 192.168.217.71 uuuuuuu
---TRANSACTION 814538513200, not started
MySQL thread id 52802, OS thread handle 0x7fb3677fa700, query id 2940103154 192.168.217.71 uuuuuuu
---TRANSACTION 814538614357, not started
MySQL thread id 70143, OS thread handle 0x7fb48eac5700, query id 2940051757 192.168.208.172 uuuuuuu
---TRANSACTION 814538664422, not started
MySQL thread id 70146, OS thread handle 0x7fb45176c700, query id 2940096178 192.168.217.71 uuuuuuu
---TRANSACTION 814538732424, not started
MySQL thread id 65957, OS thread handle 0x7fb320b0a700, query id 2940161571 192.168.195.113 uuuuuuu
---TRANSACTION 814538677245, not started
MySQL thread id 65840, OS thread handle 0x7fb48da80700, query id 2940108632 192.168.195.113 uuuuuuu
---TRANSACTION 814538675022, not started
MySQL thread id 65763, OS thread handle 0x7fb3efc5c700, query id 2940106389 192.168.195.113 uuuuuuu
---TRANSACTION 814538697827, not started
MySQL thread id 52853, OS thread handle 0x7fb362db3700, query id 2940127657 192.168.208.172 uuuuuuu
---TRANSACTION 814538681031, not started
MySQL thread id 70105, OS thread handle 0x7fb31f798700, query id 2940112335 192.168.217.71 uuuuuuu
---TRANSACTION 814538485301, not started
MySQL thread id 70110, OS thread handle 0x7fb309ed9700, query id 2940087741 192.168.208.172 uuuuuuu
---TRANSACTION 814538370530, not started
MySQL thread id 60080, OS thread handle 0x7fb40fdb3700, query id 2940034793 192.168.162.201 uuuuuuu
---TRANSACTION 814538732983, not started
MySQL thread id 52357, OS thread handle 0x7fb44536c700, query id 2940162111 192.168.213.4 uuuuuuu
---TRANSACTION 814538720357, not started
MySQL thread id 52120, OS thread handle 0x7fb3af82b700, query id 2940150181 192.168.213.4 uuuuuuu
---TRANSACTION 814538699079, not started
MySQL thread id 69619, OS thread handle 0x7fb40d0b4700, query id 2940128876 192.168.208.172 uuuuuuu
---TRANSACTION 814538682641, not started
MySQL thread id 52812, OS thread handle 0x7fb3f179d700, query id 2940113947 192.168.208.172 uuuuuuu
---TRANSACTION 814538422472, not started
MySQL thread id 70083, OS thread handle 0x7fb457d5a700, query id 2940023225 192.168.208.172 uuuuuuu
---TRANSACTION 814538570209, not started
MySQL thread id 70082, OS thread handle 0x7fb381057700, query id 2940153344 192.168.217.71 uuuuuuu
---TRANSACTION 814538723972, not started
MySQL thread id 52803, OS thread handle 0x7fb422f9d700, query id 2940153687 192.168.208.172 uuuuuuu
---TRANSACTION 814538471412, not started
MySQL thread id 70059, OS thread handle 0x7fb40d51b700, query id 2939921302 192.168.217.71 uuuuuuu
---TRANSACTION 814538696473, not started
MySQL thread id 70041, OS thread handle 0x7fb31bb05700, query id 2940126398 192.168.208.172 uuuuuuu
---TRANSACTION 814538707341, not started
MySQL thread id 70022, OS thread handle 0x7fb317bc9700, query id 2940137320 192.168.217.71 uuuuuuu
---TRANSACTION 814538283790, not started
MySQL thread id 70002, OS thread handle 0x7fb31f9e4700, query id 2939875443 192.168.217.71 uuuuuuu
---TRANSACTION 814538696709, not started
MySQL thread id 70008, OS thread handle 0x7fb3f2457700, query id 2940126617 192.168.208.172 uuuuuuu
---TRANSACTION 814538727435, not started
MySQL thread id 69866, OS thread handle 0x7fb3bd615700, query id 2940156849 192.168.217.71 uuuuuuu
---TRANSACTION 814538721896, not started
MySQL thread id 69813, OS thread handle 0x7fb362c5c700, query id 2940151675 192.168.217.71 uuuuuuu
---TRANSACTION 814538516888, not started
MySQL thread id 69918, OS thread handle 0x7fb327f9d700, query id 2940106404 192.168.208.172 uuuuuuu
---TRANSACTION 814538617181, not started
MySQL thread id 69967, OS thread handle 0x7fb3f3ad9700, query id 2940054297 192.168.208.172 uuuuuuu
---TRANSACTION 814538533924, not started
MySQL thread id 69741, OS thread handle 0x7fb31be46700, query id 2940125518 192.168.217.71 uuuuuuu
---TRANSACTION 814538508587, not started
MySQL thread id 69791, OS thread handle 0x7fb3af4ea700, query id 2940101224 192.168.208.172 uuuuuuu
---TRANSACTION 814538600569, not started
MySQL thread id 69839, OS thread handle 0x7fb30b277700, query id 2940039043 192.168.208.172 uuuuuuu
---TRANSACTION 814538698939, not started
MySQL thread id 69914, OS thread handle 0x7fb47fa46700, query id 2940128738 192.168.211.62 uuuuuuu
---TRANSACTION 814538699464, not started
MySQL thread id 69800, OS thread handle 0x7fb315de4700, query id 2940129271 192.168.177.232 uuuuuuu
---TRANSACTION 814538730695, not started
MySQL thread id 69788, OS thread handle 0x7fb404a77700, query id 2940159926 192.168.177.232 uuuuuuu
---TRANSACTION 814538670417, not started
MySQL thread id 69812, OS thread handle 0x7fb49202c700, query id 2940102068 192.168.177.232 uuuuuuu
---TRANSACTION 814538724690, not started
MySQL thread id 69815, OS thread handle 0x7fb313a77700, query id 2940154363 192.168.208.172 uuuuuuu
---TRANSACTION 814538626433, not started
MySQL thread id 69686, OS thread handle 0x7fb361b98700, query id 2940062348 192.168.211.62 uuuuuuu
---TRANSACTION 814538635490, not started
MySQL thread id 69707, OS thread handle 0x7fb32f8be700, query id 2940070786 192.168.217.71 uuuuuuu
---TRANSACTION 814538658644, not started
MySQL thread id 69545, OS thread handle 0x7fb45fb98700, query id 2940091038 192.168.208.172 uuuuuuu
---TRANSACTION 814538698805, not started
MySQL thread id 52084, OS thread handle 0x7fb320b9d700, query id 2940128609 192.168.222.58 uuuuuuu
---TRANSACTION 814538736301, not started
MySQL thread id 69727, OS thread handle 0x7fb327d20700, query id 2940165340 192.168.177.232 uuuuuuu
---TRANSACTION 814538524550, not started
MySQL thread id 69517, OS thread handle 0x7fb364b6c700, query id 2940126709 192.168.213.4 uuuuuuu
---TRANSACTION 814538704551, not started
MySQL thread id 69691, OS thread handle 0x7fb361ad4700, query id 2940134549 192.168.211.62 uuuuuuu
---TRANSACTION 814538559158, not started
MySQL thread id 69692, OS thread handle 0x7fb3129df700, query id 2940135434 192.168.177.232 uuuuuuu
---TRANSACTION 814538726926, not started
MySQL thread id 69261, OS thread handle 0x7fb31fbce700, query id 2940156387 192.168.213.4 uuuuuuu
---TRANSACTION 814538623406, not started
MySQL thread id 69502, OS thread handle 0x7fb30b3ce700, query id 2940130420 192.168.213.4 uuuuuuu
---TRANSACTION 814538715934, not started
MySQL thread id 69472, OS thread handle 0x7fb458af1700, query id 2940145920 192.168.213.4 uuuuuuu
---TRANSACTION 814538657033, not started
MySQL thread id 69542, OS thread handle 0x7fb46dd82700, query id 2940089561 192.168.217.71 uuuuuuu
---TRANSACTION 814538670568, not started
MySQL thread id 69594, OS thread handle 0x7fb4073fa700, query id 2940102216 192.168.177.232 uuuuuuu
---TRANSACTION 814538680371, not started
MySQL thread id 59415, OS thread handle 0x7fb48ae72700, query id 2940111672 192.168.162.201 uuuuuuu
---TRANSACTION 814538678317, not started
MySQL thread id 69635, OS thread handle 0x7fb43f5b3700, query id 2940109666 192.168.177.232 uuuuuuu
---TRANSACTION 814538637707, not started
MySQL thread id 56395, OS thread handle 0x7fb327d51700, query id 2940072755 192.168.222.58 uuuuuuu
---TRANSACTION 814538725918, not started
MySQL thread id 69477, OS thread handle 0x7fb42c7ff700, query id 2940155469 192.168.217.71 uuuuuuu
---TRANSACTION 814538731608, not started
MySQL thread id 69478, OS thread handle 0x7fb4939a1700, query id 2940160755 192.168.208.172 uuuuuuu
---TRANSACTION 814538534817, not started
MySQL thread id 69122, OS thread handle 0x7fb31033b700, query id 2940126397 192.168.217.71 uuuuuuu
---TRANSACTION 814538631506, not started
MySQL thread id 69274, OS thread handle 0x7fb317d51700, query id 2940067042 192.168.208.172 uuuuuuu
---TRANSACTION 814538702879, not started
MySQL thread id 59529, OS thread handle 0x7fb48ffa2700, query id 2940132859 192.168.162.201 uuuuuuu
---TRANSACTION 814538724746, not started
MySQL thread id 69227, OS thread handle 0x7fb313920700, query id 2940154413 192.168.213.4 uuuuuuu
---TRANSACTION 814538592252, not started
MySQL thread id 69505, OS thread handle 0x7fb41ccb4700, query id 2940102719 192.168.177.232 uuuuuuu
---TRANSACTION 814538698612, not started
MySQL thread id 60097, OS thread handle 0x7fb442f67700, query id 2940128426 192.168.164.15 uuuuuuu
---TRANSACTION 814538617883, not started
MySQL thread id 69233, OS thread handle 0x7fb42c272700, query id 2940054959 192.168.208.172 uuuuuuu
---TRANSACTION 814538696153, not started
MySQL thread id 69439, OS thread handle 0x7fb487c5c700, query id 2940126105 192.168.213.4 uuuuuuu
---TRANSACTION 814538671067, not started
MySQL thread id 69243, OS thread handle 0x7fb382cef700, query id 2940102706 192.168.213.4 uuuuuuu
---TRANSACTION 814538706776, not started
MySQL thread id 69419, OS thread handle 0x7fb442cb9700, query id 2940136712 192.168.213.4 uuuuuuu
---TRANSACTION 814538720280, not started
MySQL thread id 69198, OS thread handle 0x7fb48ebeb700, query id 2940150107 192.168.208.172 uuuuuuu
---TRANSACTION 814538623650, not started
MySQL thread id 69187, OS thread handle 0x7fb426551700, query id 2940059831 192.168.217.71 uuuuuuu
---TRANSACTION 814538676157, not started
MySQL thread id 56269, OS thread handle 0x7fbf2a966700, query id 2940107535 192.168.186.184 uuuuuuu
---TRANSACTION 814538730215, not started
MySQL thread id 69423, OS thread handle 0x7fb425677700, query id 2940159476 192.168.217.71 uuuuuuu
---TRANSACTION 814538724450, not started
MySQL thread id 69388, OS thread handle 0x7fb309398700, query id 2940154150 192.168.213.4 uuuuuuu
---TRANSACTION 814538693026, not started
MySQL thread id 69362, OS thread handle 0x7fb422e15700, query id 2940123251 192.168.217.71 uuuuuuu
---TRANSACTION 814538654210, not started
MySQL thread id 69367, OS thread handle 0x7fb48acb9700, query id 2940086997 192.168.208.172 uuuuuuu
---TRANSACTION 814538608344, not started
MySQL thread id 69312, OS thread handle 0x7fb391367700, query id 2940045959 192.168.208.172 uuuuuuu
---TRANSACTION 814538694175, not started
MySQL thread id 69338, OS thread handle 0x7fb3097ff700, query id 2940124233 192.168.213.4 uuuuuuu
---TRANSACTION 814538679541, not started
MySQL thread id 69310, OS thread handle 0x7fb31fb0a700, query id 2940110874 192.168.217.71 uuuuuuu
---TRANSACTION 814538612307, not started
MySQL thread id 69273, OS thread handle 0x7fb48fdb8700, query id 2940049840 192.168.217.71 uuuuuuu
---TRANSACTION 814538670506, not started
MySQL thread id 69148, OS thread handle 0x7fb48fb0a700, query id 2940102149 192.168.213.4 uuuuuuu
---TRANSACTION 814538701951, not started
MySQL thread id 69232, OS thread handle 0x7fb48f457700, query id 2940131865 192.168.217.71 uuuuuuu
---TRANSACTION 814538709847, not started
MySQL thread id 69074, OS thread handle 0x7fb477ea3700, query id 2940139932 192.168.221.175 uuuuuuu
---TRANSACTION 814538675021, not started
MySQL thread id 69064, OS thread handle 0x7fb46491b700, query id 2940106387 192.168.213.4 uuuuuuu
---TRANSACTION 814538674653, not started
MySQL thread id 69027, OS thread handle 0x7fb46fe46700, query id 2940105976 192.168.213.4 uuuuuuu
---TRANSACTION 814538713942, not started
MySQL thread id 69014, OS thread handle 0x7fb30b33b700, query id 2940143943 192.168.213.4 uuuuuuu
---TRANSACTION 814538734318, not started
MySQL thread id 68807, OS thread handle 0x7fb421ad4700, query id 2940163446 192.168.222.58 uuuuuuu
---TRANSACTION 814538674844, not started
MySQL thread id 54799, OS thread handle 0x7fb489c83700, query id 2940106184 192.168.218.166 uuuuuuu
---TRANSACTION 814538538491, not started
MySQL thread id 68795, OS thread handle 0x7fb459ea8700, query id 2940055172 192.168.222.58 uuuuuuu
---TRANSACTION 814538714400, not started
MySQL thread id 68783, OS thread handle 0x7fb46f362700, query id 2940144409 192.168.167.129 uuuuuuu
---TRANSACTION 814538732729, not started
MySQL thread id 64651, OS thread handle 0x7fb46e76c700, query id 2940161854 192.168.221.175 uuuuuuu
---TRANSACTION 814538676078, not started
MySQL thread id 64553, OS thread handle 0x7fb3911df700, query id 2940107470 192.168.213.30 uuuuuuu
---TRANSACTION 814538704067, not started
MySQL thread id 68638, OS thread handle 0x7fb40905c700, query id 2940134063 192.168.222.58 uuuuuuu
---TRANSACTION 814538682994, not started
MySQL thread id 68659, OS thread handle 0x7fb310215700, query id 2940114267 192.168.167.129 uuuuuuu
---TRANSACTION 814538513661, not started
MySQL thread id 68679, OS thread handle 0x7fb48dba6700, query id 2940106364 192.168.222.58 uuuuuuu
---TRANSACTION 814538606864, not started
MySQL thread id 68602, OS thread handle 0x7fb448aa8700, query id 2940119297 192.168.167.129 uuuuuuu
---TRANSACTION 814538697718, not started
MySQL thread id 68615, OS thread handle 0x7fb30d8be700, query id 2940127551 192.168.222.58 uuuuuuu
---TRANSACTION 814538723756, not started
MySQL thread id 68629, OS thread handle 0x7fb40d951700, query id 2940153458 192.168.222.58 uuuuuuu
---TRANSACTION 814538607088, not started
MySQL thread id 68603, OS thread handle 0x7fb39e798700, query id 2940123097 192.168.222.58 uuuuuuu
---TRANSACTION 814538723741, not started
MySQL thread id 68289, OS thread handle 0x7fb386246700, query id 2940153438 192.168.221.175 uuuuuuu
---TRANSACTION 814538682549, not started
MySQL thread id 68530, OS thread handle 0x7fb31039d700, query id 2940113854 192.168.211.62 uuuuuuu
---TRANSACTION 814538695954, not started
MySQL thread id 59668, OS thread handle 0x7fb327f6c700, query id 2940125916 192.168.164.15 uuuuuuu
---TRANSACTION 814538735499, not started
MySQL thread id 59627, OS thread handle 0x7fb3d705c700, query id 2940164585 192.168.164.15 uuuuuuu
---TRANSACTION 814538721077, not started
MySQL thread id 59576, OS thread handle 0x7fb3c7f3b700, query id 2940150799 192.168.164.15 uuuuuuu
---TRANSACTION 814538692113, not started
MySQL thread id 68454, OS thread handle 0x7fb419b6c700, query id 2940122456 192.168.222.58 uuuuuuu
---TRANSACTION 814538590836, not started
MySQL thread id 68424, OS thread handle 0x7fb419426700, query id 2940102572 192.168.167.129 uuuuuuu
---TRANSACTION 814538735462, not started
MySQL thread id 61631, OS thread handle 0x7fb446e15700, query id 2940164551 192.168.163.136 uuuuuuu
---TRANSACTION 814538720396, not started
MySQL thread id 68485, OS thread handle 0x7fb315e46700, query id 2940150226 192.168.222.58 uuuuuuu
---TRANSACTION 814538670879, not started
MySQL thread id 68464, OS thread handle 0x7fb48a79d700, query id 2940102530 192.168.211.62 uuuuuuu
---TRANSACTION 814538734141, not started
MySQL thread id 68423, OS thread handle 0x7fb364bce700, query id 2940163270 192.168.167.129 uuuuuuu
---TRANSACTION 814538675247, not started
MySQL thread id 59068, OS thread handle 0x7fb39afff700, query id 2940106629 192.168.164.15 uuuuuuu
---TRANSACTION 814538713355, not started
MySQL thread id 64269, OS thread handle 0x7fb492278700, query id 2940141330 192.168.221.175 uuuuuuu
---TRANSACTION 814538670040, not started
MySQL thread id 68072, OS thread handle 0x7fb48f9b3700, query id 2940101651 192.168.211.62 uuuuuuu
---TRANSACTION 814538694730, not started
MySQL thread id 64315, OS thread handle 0x7fb454182700, query id 2940124779 192.168.164.15 uuuuuuu
---TRANSACTION 814538694262, not started
MySQL thread id 67929, OS thread handle 0x7fb31bcef700, query id 2940124317 192.168.211.62 uuuuuuu
---TRANSACTION 814538716864, not started
MySQL thread id 64308, OS thread handle 0x7fb3678be700, query id 2940146808 192.168.221.175 uuuuuuu
---TRANSACTION 814538667979, not started
MySQL thread id 64120, OS thread handle 0x7fb470a46700, query id 2940162937 192.168.221.175 uuuuuuu
---TRANSACTION 814538710250, not started
MySQL thread id 64204, OS thread handle 0x7fb3258be700, query id 2940140292 192.168.221.175 uuuuuuu
---TRANSACTION 814538712476, not started
MySQL thread id 68238, OS thread handle 0x7fb443151700, query id 2940142510 192.168.211.62 uuuuuuu
---TRANSACTION 814538624327, not started
MySQL thread id 68230, OS thread handle 0x7fb310246700, query id 2940060444 192.168.211.62 uuuuuuu
---TRANSACTION 814538700268, not started
MySQL thread id 68205, OS thread handle 0x7fb30b246700, query id 2940130149 192.168.211.62 uuuuuuu
---TRANSACTION 814538692441, not started
MySQL thread id 68171, OS thread handle 0x7fb40b9e4700, query id 2940122748 192.168.211.62 uuuuuuu
---TRANSACTION 814538619631, not started
MySQL thread id 64152, OS thread handle 0x7fb332f9d700, query id 2940129042 192.168.221.175 uuuuuuu
---TRANSACTION 814538701034, not started
MySQL thread id 64139, OS thread handle 0x7fb48e443700, query id 2940130924 192.168.221.175 uuuuuuu
---TRANSACTION 814538724596, not started
MySQL thread id 67774, OS thread handle 0x7fb491948700, query id 2940154295 192.168.167.129 uuuuuuu
---TRANSACTION 814538703579, not started
MySQL thread id 68054, OS thread handle 0x7fb44b85c700, query id 2940133585 192.168.211.62 uuuuuuu
---TRANSACTION 814538590686, not started
MySQL thread id 68101, OS thread handle 0x7fb457f75700, query id 2940103137 192.168.211.62 uuuuuuu
---TRANSACTION 814538675190, not started
MySQL thread id 68123, OS thread handle 0x7fb399bff700, query id 2940106570 192.168.211.62 uuuuuuu
---TRANSACTION 814538675745, not started
MySQL thread id 68071, OS thread handle 0x7fb48e8db700, query id 2940107134 192.168.211.62 uuuuuuu
---TRANSACTION 814538721958, not started
MySQL thread id 64070, OS thread handle 0x7fb438a46700, query id 2940151738 192.168.221.175 uuuuuuu
---TRANSACTION 814538719695, not started
MySQL thread id 54239, OS thread handle 0x7fb6638a2700, query id 2940149564 192.168.218.166 uuuuuuu
---TRANSACTION 814538591351, not started
MySQL thread id 67998, OS thread handle 0x7fb3674b9700, query id 2940103473 192.168.211.62 uuuuuuu
---TRANSACTION 814538672177, not started
MySQL thread id 67701, OS thread handle 0x7fb332e15700, query id 2940103739 192.168.211.62 uuuuuuu
---TRANSACTION 814538670565, not started
MySQL thread id 67961, OS thread handle 0x7fb317ad4700, query id 2940102212 192.168.211.62 uuuuuuu
---TRANSACTION 814538733568, not started
MySQL thread id 67940, OS thread handle 0x7fb317a41700, query id 2940162713 192.168.221.175 uuuuuuu
---TRANSACTION 814538705146, not started
MySQL thread id 67906, OS thread handle 0x7fb404ad9700, query id 2940135138 192.168.211.62 uuuuuuu
---TRANSACTION 814538723834, not started
MySQL thread id 67971, OS thread handle 0x7fb3dbea8700, query id 2940153547 192.168.211.62 uuuuuuu
---TRANSACTION 814538602773, not started
MySQL thread id 54217, OS thread handle 0x7fb421f3b700, query id 2940118649 192.168.218.166 uuuuuuu
---TRANSACTION 814538697099, not started
MySQL thread id 67955, OS thread handle 0x7fb413277700, query id 2940126974 192.168.211.62 uuuuuuu
---TRANSACTION 814538710492, not started
MySQL thread id 67942, OS thread handle 0x7fb3f86d9700, query id 2940140537 192.168.211.62 uuuuuuu
---TRANSACTION 814538724100, not started
MySQL thread id 67919, OS thread handle 0x7fb43ced4700, query id 2940153797 192.168.211.62 uuuuuuu
---TRANSACTION 814538700319, not started
MySQL thread id 67872, OS thread handle 0x7fb309fce700, query id 2940130203 192.168.211.62 uuuuuuu
---TRANSACTION 814538734377, not started
MySQL thread id 67899, OS thread handle 0x7fb46c7ff700, query id 2940163508 192.168.211.62 uuuuuuu
---TRANSACTION 814538703177, not started
MySQL thread id 63931, OS thread handle 0x7fb41308d700, query id 2940133184 192.168.221.175 uuuuuuu
---TRANSACTION 814538706952, not started
MySQL thread id 58994, OS thread handle 0x7fb43a151700, query id 2940136905 192.168.218.166 uuuuuuu
---TRANSACTION 814538717830, not started
MySQL thread id 67850, OS thread handle 0x7fb30b3ff700, query id 2940147755 192.168.211.62 uuuuuuu
---TRANSACTION 814538725024, not started
MySQL thread id 67886, OS thread handle 0x7fb3c38ef700, query id 2940154675 192.168.211.62 uuuuuuu
---TRANSACTION 814538661711, not started
MySQL thread id 63946, OS thread handle 0x7fb435fff700, query id 2940093761 192.168.221.175 uuuuuuu
---TRANSACTION 814538592511, not started
MySQL thread id 63896, OS thread handle 0x7fb48a7ce700, query id 2940103056 192.168.221.175 uuuuuuu
---TRANSACTION 814538548111, not started
MySQL thread id 67837, OS thread handle 0x7fb31005c700, query id 2940133995 192.168.221.175 uuuuuuu
---TRANSACTION 814538721682, not started
MySQL thread id 67839, OS thread handle 0x7fb30db9d700, query id 2940151445 192.168.211.62 uuuuuuu
---TRANSACTION 814538642694, not started
MySQL thread id 63839, OS thread handle 0x7fb41efff700, query id 2940148662 192.168.221.175 uuuuuuu
---TRANSACTION 814538730281, not started
MySQL thread id 67417, OS thread handle 0x7fb320920700, query id 2940159534 192.168.167.58 uuuuuuu
---TRANSACTION 814538588943, not started
MySQL thread id 63761, OS thread handle 0x7fb3208ef700, query id 2940101330 192.168.221.175 uuuuuuu
---TRANSACTION 814538670988, not started
MySQL thread id 67822, OS thread handle 0x7fb3aa246700, query id 2940102630 192.168.211.62 uuuuuuu
---TRANSACTION 814538469816, not started
MySQL thread id 67542, OS thread handle 0x7fb495a2b700, query id 2940057534 192.168.167.129 uuuuuuu
---TRANSACTION 814538692452, not started
MySQL thread id 67734, OS thread handle 0x7fb312c2b700, query id 2940122752 192.168.167.129 uuuuuuu
---TRANSACTION 814538668673, not started
MySQL thread id 67524, OS thread handle 0x7fb31fbff700, query id 2940163767 192.168.167.129 uuuuuuu
---TRANSACTION 814538736240, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 67525, OS thread handle 0x7fb325b0a700, query id 2940165564 192.168.167.129 uuuuuuu statistics
SELECT `id`, `sport_id`, `name_1`, `name_10` FROM `xxxxxx_team` WHERE `id` = '316789' LIMIT 1
---TRANSACTION 814538680797, not started
MySQL thread id 63615, OS thread handle 0x7fb3c0277700, query id 2940112100 192.168.221.175 uuuuuuu
---TRANSACTION 814538668207, not started
MySQL thread id 67672, OS thread handle 0x7fb315d20700, query id 2940161017 192.168.211.62 uuuuuuu
---TRANSACTION 814538725486, not started
MySQL thread id 60079, OS thread handle 0x7fb31bd20700, query id 2940155094 192.168.162.201 uuuuuuu
---TRANSACTION 814538701507, not started
MySQL thread id 49797, OS thread handle 0x7fb36fe46700, query id 2940131434 192.168.167.58 uuuuuuu
---TRANSACTION 814538702461, not started
MySQL thread id 63533, OS thread handle 0x7fb43a246700, query id 2940132416 192.168.221.175 uuuuuuu
---TRANSACTION 814538722017, not started
MySQL thread id 5568, OS thread handle 0x7fb43e42b700, query id 2940151786 192.168.208.172 uuuuuuu
---TRANSACTION 814538683059, not started
MySQL thread id 67487, OS thread handle 0x7fb328b0a700, query id 2940114335 192.168.167.58 uuuuuuu
---TRANSACTION 814538734366, not started
MySQL thread id 63414, OS thread handle 0x7fb485b05700, query id 2940163494 192.168.221.175 uuuuuuu
---TRANSACTION 814538676289, not started
MySQL thread id 53770, OS thread handle 0x7fb3741e4700, query id 2940107675 192.168.215.64 uuuuuuu
---TRANSACTION 814538701839, not started
MySQL thread id 63308, OS thread handle 0x7fb3d405c700, query id 2940131764 192.168.221.175 uuuuuuu
---TRANSACTION 814538703943, not started
MySQL thread id 62760, OS thread handle 0x7fb3b9951700, query id 2940133947 192.168.163.136 uuuuuuu
---TRANSACTION 814538692889, not started
MySQL thread id 53603, OS thread handle 0x7fb479f0a700, query id 2940123138 192.168.215.64 uuuuuuu
---TRANSACTION 814538720703, not started
MySQL thread id 67486, OS thread handle 0x7fb32f57d700, query id 2940150494 192.168.167.129 uuuuuuu
---TRANSACTION 814538607661, not started
MySQL thread id 59867, OS thread handle 0x7fb40ba77700, query id 2940120937 192.168.162.201 uuuuuuu
---TRANSACTION 814538673867, not started
MySQL thread id 67476, OS thread handle 0x7fb332ea8700, query id 2940105218 192.168.167.129 uuuuuuu
---TRANSACTION 814538714032, not started
MySQL thread id 67420, OS thread handle 0x7fb42c646700, query id 2940144028 192.168.167.129 uuuuuuu
---TRANSACTION 814538733774, not started
MySQL thread id 67521, OS thread handle 0x7fb3c8951700, query id 2940162910 192.168.167.129 uuuuuuu
---TRANSACTION 814538607688, not started
MySQL thread id 59947, OS thread handle 0x7fb36fcef700, query id 2940123300 192.168.162.201 uuuuuuu
---TRANSACTION 814538724375, not started
MySQL thread id 67388, OS thread handle 0x7fb3cb3c9700, query id 2940154078 192.168.167.58 uuuuuuu
---TRANSACTION 814538699173, not started
MySQL thread id 67434, OS thread handle 0x7fb40679d700, query id 2940128966 192.168.167.58 uuuuuuu
---TRANSACTION 814538655471, not started
MySQL thread id 67422, OS thread handle 0x7fb42c520700, query id 2940149474 192.168.167.58 uuuuuuu
---TRANSACTION 814538668209, not started
MySQL thread id 59385, OS thread handle 0x7fb332cbe700, query id 2940099644 192.168.162.201 uuuuuuu
---TRANSACTION 814538606750, not started
MySQL thread id 67341, OS thread handle 0x7fb31bbfa700, query id 2940120829 192.168.167.58 uuuuuuu
---TRANSACTION 814538701814, not started
MySQL thread id 67398, OS thread handle 0x7fb457277700, query id 2940131739 192.168.167.58 uuuuuuu
---TRANSACTION 814538680739, not started
MySQL thread id 67386, OS thread handle 0x7fb47ae15700, query id 2940112040 192.168.167.58 uuuuuuu
---TRANSACTION 814538672458, not started
MySQL thread id 59469, OS thread handle 0x7fb3bb615700, query id 2940103989 192.168.162.201 uuuuuuu
---TRANSACTION 814538685454, not started
MySQL thread id 67321, OS thread handle 0x7fb43e272700, query id 2940116664 192.168.167.58 uuuuuuu
---TRANSACTION 814538596392, not started
MySQL thread id 67288, OS thread handle 0x7fb32fa77700, query id 2940107374 192.168.167.58 uuuuuuu
---TRANSACTION 814538648979, not started
MySQL thread id 67241, OS thread handle 0x7fb44c85c700, query id 2940082465 192.168.167.58 uuuuuuu
---TRANSACTION 814538714926, not started
MySQL thread id 67212, OS thread handle 0x7fb3d939d700, query id 2940144921 192.168.167.58 uuuuuuu
---TRANSACTION 814538590668, not started
MySQL thread id 64550, OS thread handle 0x7fb32f798700, query id 2940102992 192.168.163.136 uuuuuuu
---TRANSACTION 814538691353, not started
MySQL thread id 61826, OS thread handle 0x7fb3ba97d700, query id 2940121728 192.168.163.136 uuuuuuu
---TRANSACTION 814538435392, not started
MySQL thread id 62583, OS thread handle 0x7fb448151700, query id 2940105160 192.168.167.58 uuuuuuu
---TRANSACTION 814538694831, not started
MySQL thread id 67175, OS thread handle 0x7fb417120700, query id 2940124871 192.168.215.64 uuuuuuu
---TRANSACTION 814538668571, not started
MySQL thread id 57576, OS thread handle 0x7fb407646700, query id 2940100067 192.168.213.30 uuuuuuu
---TRANSACTION 814538720508, not started
MySQL thread id 57577, OS thread handle 0x7fb416a46700, query id 2940150313 192.168.213.30 uuuuuuu
---TRANSACTION 814538682439, not started
MySQL thread id 57525, OS thread handle 0x7fb4076d9700, query id 2940113751 192.168.213.30 uuuuuuu
---TRANSACTION 814538722285, not started
MySQL thread id 67169, OS thread handle 0x7fb3a708d700, query id 2940152031 192.168.167.58 uuuuuuu
---TRANSACTION 814538679709, not started
MySQL thread id 67151, OS thread handle 0x7fb45d057700, query id 2940111043 192.168.167.58 uuuuuuu
---TRANSACTION 814538707263, not started
MySQL thread id 67141, OS thread handle 0x7fb431b3b700, query id 2940137214 192.168.167.58 uuuuuuu
---TRANSACTION 814538586464, not started
MySQL thread id 67102, OS thread handle 0x7fb44d33b700, query id 2940161003 192.168.167.58 uuuuuuu
---TRANSACTION 814538696862, not started
MySQL thread id 61738, OS thread handle 0x7fb332d82700, query id 2940126758 192.168.163.136 uuuuuuu
---TRANSACTION 814538689928, not started
MySQL thread id 67110, OS thread handle 0x7fb48987e700, query id 2940120505 192.168.167.58 uuuuuuu
---TRANSACTION 814538653073, not started
MySQL thread id 67076, OS thread handle 0x7fb7a4840700, query id 2940086005 192.168.167.58 uuuuuuu
---TRANSACTION 814538694493, not started
MySQL thread id 67073, OS thread handle 0x7fb3a0ad4700, query id 2940124547 192.168.167.58 uuuuuuu
---TRANSACTION 814538721870, not started
MySQL thread id 67072, OS thread handle 0x7fb986166700, query id 2940151644 192.168.167.58 uuuuuuu
---TRANSACTION 814538490278, not started
MySQL thread id 67074, OS thread handle 0x7fbfcb0d3700, query id 2940089604 192.168.167.58 uuuuuuu
---TRANSACTION 814538671943, not started
MySQL thread id 61815, OS thread handle 0x7fb497869700, query id 2940103545 192.168.163.136 uuuuuuu
---TRANSACTION 814538606456, not started
MySQL thread id 61834, OS thread handle 0x7fb361c2b700, query id 2940120285 192.168.163.136 uuuuuuu
---TRANSACTION 814538729179, not started
MySQL thread id 61798, OS thread handle 0x7fb363f3b700, query id 2940158479 192.168.163.136 uuuuuuu
---TRANSACTION 814538730392, not started
MySQL thread id 57574, OS thread handle 0x7fb4826cf700, query id 2940159641 192.168.213.30 uuuuuuu
---TRANSACTION 814538699268, not started
MySQL thread id 66961, OS thread handle 0x7fb39c8be700, query id 2940129064 192.168.167.58 uuuuuuu
---TRANSACTION 814538591426, not started
MySQL thread id 66953, OS thread handle 0x7fb37408d700, query id 2940102719 192.168.167.58 uuuuuuu
---TRANSACTION 814538698740, not started
MySQL thread id 66912, OS thread handle 0x7fb3645ae700, query id 2940128546 192.168.167.58 uuuuuuu
---TRANSACTION 814538669661, not started
MySQL thread id 57586, OS thread handle 0x7fb361e46700, query id 2940101234 192.168.213.30 uuuuuuu
---TRANSACTION 814538698314, not started
MySQL thread id 66819, OS thread handle 0x7fb31b91b700, query id 2940128143 192.168.167.58 uuuuuuu
---TRANSACTION 814538565726, not started
MySQL thread id 66809, OS thread handle 0x7fb4642d9700, query id 2940145800 192.168.167.58 uuuuuuu
---TRANSACTION 814538698109, not started
MySQL thread id 66804, OS thread handle 0x7fb40f91b700, query id 2940127939 192.168.167.58 uuuuuuu
---TRANSACTION 814538682419, not started
MySQL thread id 61654, OS thread handle 0x7fb367920700, query id 2940113733 192.168.163.136 uuuuuuu
---TRANSACTION 814538701044, not started
MySQL thread id 66550, OS thread handle 0x7fb3c5e15700, query id 2940130961 192.168.195.113 uuuuuuu
---TRANSACTION 814538689926, not started
MySQL thread id 66613, OS thread handle 0x7fb3bc45c700, query id 2940120501 192.168.195.113 uuuuuuu
---TRANSACTION 814538694316, not started
MySQL thread id 52273, OS thread handle 0x7fb46948d700, query id 2940124371 192.168.177.232 uuuuuuu
---TRANSACTION 814538527710, not started
MySQL thread id 66532, OS thread handle 0x7fb48e474700, query id 2940124404 192.168.195.113 uuuuuuu
---TRANSACTION 814538589090, not started
MySQL thread id 66509, OS thread handle 0x7fb470a15700, query id 2940103611 192.168.195.113 uuuuuuu
---TRANSACTION 814538692473, not started
MySQL thread id 66522, OS thread handle 0x7fb3bb6d9700, query id 2940122772 192.168.195.113 uuuuuuu
---TRANSACTION 814538735112, not started
MySQL thread id 66484, OS thread handle 0x7fb3ea151700, query id 2940164222 192.168.195.113 uuuuuuu
---TRANSACTION 814538714981, not started
MySQL thread id 66489, OS thread handle 0x7fb3619df700, query id 2940144976 192.168.195.113 uuuuuuu
---TRANSACTION 814538693889, not started
MySQL thread id 66527, OS thread handle 0x7fb4375e4700, query id 2940123979 192.168.195.113 uuuuuuu
---TRANSACTION 814538724573, not started
MySQL thread id 66444, OS thread handle 0x7fb448246700, query id 2940154270 192.168.195.113 uuuuuuu
---TRANSACTION 814538692138, not started
MySQL thread id 52448, OS thread handle 0x7fb30b39d700, query id 2940122478 192.168.177.232 uuuuuuu
---TRANSACTION 814538719061, not started
MySQL thread id 66416, OS thread handle 0x7fb40d5ae700, query id 2940148941 192.168.195.113 uuuuuuu
---TRANSACTION 814538676268, not started
MySQL thread id 66406, OS thread handle 0x7fb411a77700, query id 2940107646 192.168.195.113 uuuuuuu
---TRANSACTION 814538688761, not started
MySQL thread id 66405, OS thread handle 0x7fb3c0cef700, query id 2940119574 192.168.195.113 uuuuuuu
---TRANSACTION 814538670749, not started
MySQL thread id 66354, OS thread handle 0x7fb3f0d16700, query id 2940102401 192.168.195.113 uuuuuuu
---TRANSACTION 814538699300, not started
MySQL thread id 48773, OS thread handle 0x7fb3934be700, query id 2940129099 192.168.195.113 uuuuuuu
---TRANSACTION 814538707222, not started
MySQL thread id 66330, OS thread handle 0x7fb48d36b700, query id 2940137180 192.168.195.113 uuuuuuu
---TRANSACTION 814538729915, not started
MySQL thread id 66312, OS thread handle 0x7fb376151700, query id 2940159182 192.168.195.113 uuuuuuu
---TRANSACTION 814538725000, not started
MySQL thread id 66289, OS thread handle 0x7fb3649e4700, query id 2940154654 192.168.195.113 uuuuuuu
---TRANSACTION 814538679826, not started
MySQL thread id 66279, OS thread handle 0x7fb400582700, query id 2940111146 192.168.195.113 uuuuuuu
---TRANSACTION 814538727974, not started
MySQL thread id 66268, OS thread handle 0x7fb32f5df700, query id 2940157340 192.168.195.113 uuuuuuu
---TRANSACTION 814538670906, not started
MySQL thread id 66256, OS thread handle 0x7fb48de85700, query id 2940102559 192.168.195.113 uuuuuuu
---TRANSACTION 814538592001, not started
MySQL thread id 66227, OS thread handle 0x7fb320a46700, query id 2940106374 192.168.195.113 uuuuuuu
---TRANSACTION 814538733386, not started
MySQL thread id 56506, OS thread handle 0x7fb32f82b700, query id 2940162509 192.168.213.30 uuuuuuu
---TRANSACTION 814538656022, not started
MySQL thread id 66143, OS thread handle 0x7fb4194b9700, query id 2940153322 192.168.195.113 uuuuuuu
---TRANSACTION 814538724077, not started
MySQL thread id 66153, OS thread handle 0x7fb41d5b3700, query id 2940153778 192.168.195.113 uuuuuuu
---TRANSACTION 814538733098, not started
MySQL thread id 66081, OS thread handle 0x7fb382f3b700, query id 2940162220 192.168.195.113 uuuuuuu
---TRANSACTION 814538623136, not started
MySQL thread id 56386, OS thread handle 0x7fb4453ff700, query id 2940129124 192.168.213.30 uuuuuuu
---TRANSACTION 814538709598, not started
MySQL thread id 66176, OS thread handle 0x7fb364a77700, query id 2940139628 192.168.195.113 uuuuuuu
---TRANSACTION 814538698526, not started
MySQL thread id 66167, OS thread handle 0x7fb47ad51700, query id 2940128345 192.168.195.113 uuuuuuu
---TRANSACTION 814538703613, not started
MySQL thread id 66056, OS thread handle 0x7fb3fdad9700, query id 2940133617 192.168.195.113 uuuuuuu
---TRANSACTION 814538660476, not started
MySQL thread id 66012, OS thread handle 0x7fb361857700, query id 2940154248 192.168.195.113 uuuuuuu
---TRANSACTION 814538671522, not started
MySQL thread id 56329, OS thread handle 0x7fb38ba41700, query id 2940103143 192.168.213.30 uuuuuuu
---TRANSACTION 814538674931, not started
MySQL thread id 65884, OS thread handle 0x7fb4267ce700, query id 2940106289 192.168.195.113 uuuuuuu
---TRANSACTION 814538722501, not started
MySQL thread id 65960, OS thread handle 0x7fb3edcef700, query id 2940152225 192.168.195.113 uuuuuuu
---TRANSACTION 814538736339, not started committing
MySQL thread id 65900, OS thread handle 0x7fb4819e4700, query id 2940165382 192.168.195.113 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_18_5` WHERE `event_id` = '83228872' ORDER BY `add_time` DESC
---TRANSACTION 814538694191, not started
MySQL thread id 65962, OS thread handle 0x7fb3f579d700, query id 2940124251 192.168.195.113 uuuuuuu
---TRANSACTION 814538694994, not started
MySQL thread id 65961, OS thread handle 0x7fb3baea8700, query id 2940125028 192.168.195.113 uuuuuuu
---TRANSACTION 814538720332, not started
MySQL thread id 65922, OS thread handle 0x7fb408b9d700, query id 2940150150 192.168.195.113 uuuuuuu
---TRANSACTION 814538696471, not started
MySQL thread id 65867, OS thread handle 0x7fb40d9e4700, query id 2940126395 192.168.195.113 uuuuuuu
---TRANSACTION 814538725206, not started
MySQL thread id 56393, OS thread handle 0x7fb3be705700, query id 2940154845 192.168.186.184 uuuuuuu
---TRANSACTION 814538671578, not started
MySQL thread id 52444, OS thread handle 0x7fb317e77700, query id 2940103203 192.168.222.58 uuuuuuu
---TRANSACTION 814538735238, not started
MySQL thread id 65787, OS thread handle 0x7fb44b1e4700, query id 2940164339 192.168.195.113 uuuuuuu
---TRANSACTION 814538694618, not started
MySQL thread id 65813, OS thread handle 0x7fb496aa1700, query id 2940124676 192.168.195.113 uuuuuuu
---TRANSACTION 814538695553, not started
MySQL thread id 65797, OS thread handle 0x7fb4773fa700, query id 2940125538 192.168.195.113 uuuuuuu
---TRANSACTION 814538701059, not started
MySQL thread id 56384, OS thread handle 0x7fb3dfde4700, query id 2940130934 192.168.186.184 uuuuuuu
---TRANSACTION 814538724574, not started
MySQL thread id 56282, OS thread handle 0x7fb44b151700, query id 2940154271 192.168.186.184 uuuuuuu
---TRANSACTION 814538676385, not started
MySQL thread id 56151, OS thread handle 0x7fb32f736700, query id 2940107769 192.168.186.184 uuuuuuu
---TRANSACTION 814538486807, not started
MySQL thread id 60734, OS thread handle 0x7fb478120700, query id 2940089280 192.168.186.184 uuuuuuu
---TRANSACTION 814538724800, not started
MySQL thread id 59667, OS thread handle 0x7fb36457d700, query id 2940154465 192.168.162.201 uuuuuuu
---TRANSACTION 814538709690, not started
MySQL thread id 64788, OS thread handle 0x7fb489973700, query id 2940139716 192.168.221.175 uuuuuuu
---TRANSACTION 814538667851, not started
MySQL thread id 64836, OS thread handle 0x7fb492a20700, query id 2940099247 192.168.221.175 uuuuuuu
---TRANSACTION 814538734307, not started
MySQL thread id 64789, OS thread handle 0x7fb3ce33b700, query id 2940163434 192.168.221.175 uuuuuuu
---TRANSACTION 814538668057, not started
MySQL thread id 64835, OS thread handle 0x7fb38a1e4700, query id 2940099470 192.168.221.175 uuuuuuu
---TRANSACTION 814538603029, not started
MySQL thread id 64844, OS thread handle 0x7fb43e3fa700, query id 2940041139 192.168.210.67 uuuuuuu
---TRANSACTION 814538631386, not started
MySQL thread id 64804, OS thread handle 0x7fb45fc8d700, query id 2940066922 192.168.210.67 uuuuuuu
---TRANSACTION 814538643950, not started
MySQL thread id 59555, OS thread handle 0x7fb46fad4700, query id 2940078241 192.168.162.201 uuuuuuu
---TRANSACTION 814538701176, not started
MySQL thread id 62237, OS thread handle 0x7fb4479b3700, query id 2940131085 192.168.162.201 uuuuuuu
---TRANSACTION 814538686801, not started
MySQL thread id 59494, OS thread handle 0x7fb447a77700, query id 2940117882 192.168.162.201 uuuuuuu
---TRANSACTION 814538707565, not started
MySQL thread id 59575, OS thread handle 0x7fb41cda9700, query id 2940137511 192.168.162.201 uuuuuuu
---TRANSACTION 814538701765, not started
MySQL thread id 54330, OS thread handle 0x7fb45d088700, query id 2940131689 192.168.218.166 uuuuuuu
---TRANSACTION 814538701480, not started
MySQL thread id 59336, OS thread handle 0x7fb40345c700, query id 2940131406 192.168.162.201 uuuuuuu
---TRANSACTION 814538670534, not started
MySQL thread id 64650, OS thread handle 0x7fb362ed9700, query id 2940102176 192.168.221.175 uuuuuuu
---TRANSACTION 814538694591, not started
MySQL thread id 64600, OS thread handle 0x7fb362f9d700, query id 2940124644 192.168.221.175 uuuuuuu
---TRANSACTION 814538723313, not started
MySQL thread id 64572, OS thread handle 0x7fb4656d9700, query id 2940152985 192.168.210.67 uuuuuuu
---TRANSACTION 814538673271, not started
MySQL thread id 59324, OS thread handle 0x7fb48269e700, query id 2940104681 192.168.162.201 uuuuuuu
---TRANSACTION 814538670742, not started
MySQL thread id 62138, OS thread handle 0x7fb465f6c700, query id 2940102394 192.168.163.136 uuuuuuu
---TRANSACTION 814538674817, not started
MySQL thread id 59701, OS thread handle 0x7fb40d3c4700, query id 2940106158 192.168.164.15 uuuuuuu
---TRANSACTION 814538669004, not started
MySQL thread id 64527, OS thread handle 0x7fb3f717d700, query id 2940100554 192.168.164.15 uuuuuuu
---TRANSACTION 814538703183, not started
MySQL thread id 62071, OS thread handle 0x7fb3618ea700, query id 2940133186 192.168.163.136 uuuuuuu
---TRANSACTION 814538569555, not started
MySQL thread id 62012, OS thread handle 0x7fb361b05700, query id 2940152838 192.168.163.136 uuuuuuu
---TRANSACTION 814538697841, not started
MySQL thread id 62052, OS thread handle 0x7fb367798700, query id 2940127670 192.168.163.136 uuuuuuu
---TRANSACTION 814538667926, not started
MySQL thread id 62003, OS thread handle 0x7fb3e76d9700, query id 2940099337 192.168.163.136 uuuuuuu
---TRANSACTION 814538695963, not started
MySQL thread id 51146, OS thread handle 0x7fb32f54c700, query id 2940125926 192.168.211.62 uuuuuuu
---TRANSACTION 814538708158, not started
MySQL thread id 61976, OS thread handle 0x7fb4389e4700, query id 2940138111 192.168.163.136 uuuuuuu
---TRANSACTION 814538706193, not started
MySQL thread id 61981, OS thread handle 0x7fb42c398700, query id 2940136140 192.168.163.136 uuuuuuu
---TRANSACTION 814538670757, not started
MySQL thread id 59530, OS thread handle 0x7fb432cef700, query id 2940102413 192.168.164.15 uuuuuuu
---TRANSACTION 814538620104, not started
MySQL thread id 64234, OS thread handle 0x7fb320b6c700, query id 2940056824 192.168.210.67 uuuuuuu
---TRANSACTION 814538735168, not started
MySQL thread id 64156, OS thread handle 0x7fb3da672700, query id 2940164275 192.168.210.67 uuuuuuu
---TRANSACTION 814538676832, not started
MySQL thread id 61962, OS thread handle 0x7fb43a36c700, query id 2940108238 192.168.163.136 uuuuuuu
---TRANSACTION 814538660687, not started
MySQL thread id 64310, OS thread handle 0x7fb491359700, query id 2940092862 192.168.210.67 uuuuuuu
---TRANSACTION 814538724959, not started
MySQL thread id 64197, OS thread handle 0x7fb31bea8700, query id 2940154617 192.168.210.67 uuuuuuu
---TRANSACTION 814538700921, not started
MySQL thread id 64369, OS thread handle 0x7fb327e46700, query id 2940130799 192.168.163.136 uuuuuuu
---TRANSACTION 814538675834, not started
MySQL thread id 59437, OS thread handle 0x7fb496855700, query id 2940107216 192.168.164.15 uuuuuuu
---TRANSACTION 814538606822, not started
MySQL thread id 64219, OS thread handle 0x7fb474582700, query id 2940123337 192.168.221.175 uuuuuuu
---TRANSACTION 814538680575, not started
MySQL thread id 64293, OS thread handle 0x7fb38bf6c700, query id 2940111879 192.168.221.175 uuuuuuu
---TRANSACTION 814538482650, not started
MySQL thread id 64180, OS thread handle 0x7fb362fff700, query id 2940088779 192.168.210.67 uuuuuuu
---TRANSACTION 814538723190, not started
MySQL thread id 59347, OS thread handle 0x7fb325b9d700, query id 2940152873 192.168.164.15 uuuuuuu
---TRANSACTION 814538736261, not started
MySQL thread id 59361, OS thread handle 0x7fb41d0ea700, query id 2940165302 192.168.164.15 uuuuuuu
---TRANSACTION 814538695124, not started
MySQL thread id 64289, OS thread handle 0x7fb3259b3700, query id 2940125151 192.168.210.67 uuuuuuu
---TRANSACTION 814538692209, not started
MySQL thread id 64257, OS thread handle 0x7fb3bc551700, query id 2940122545 192.168.221.175 uuuuuuu
---TRANSACTION 814538669185, not started
MySQL thread id 64185, OS thread handle 0x7fb31fad9700, query id 2940100752 192.168.163.136 uuuuuuu
---TRANSACTION 814538719019, not started
MySQL thread id 61721, OS thread handle 0x7fc316866700, query id 2940148899 192.168.163.136 uuuuuuu
---TRANSACTION 814538674192, not started
MySQL thread id 64186, OS thread handle 0x7fb3cb6d9700, query id 2940105523 192.168.221.175 uuuuuuu
---TRANSACTION 814538698147, not started
MySQL thread id 54397, OS thread handle 0x7fb3c49b3700, query id 2940127976 192.168.218.166 uuuuuuu
---TRANSACTION 814538603598, not started
MySQL thread id 64174, OS thread handle 0x7fb4120be700, query id 2940117321 192.168.221.175 uuuuuuu
---TRANSACTION 814538723525, not started
MySQL thread id 64163, OS thread handle 0x7fb41988d700, query id 2940153209 192.168.221.175 uuuuuuu
---TRANSACTION 814538670634, not started
MySQL thread id 54464, OS thread handle 0x7fb419457700, query id 2940102284 192.168.218.166 uuuuuuu
---TRANSACTION 814538697331, not started
MySQL thread id 59313, OS thread handle 0x7fb368ad9700, query id 2940127182 192.168.164.15 uuuuuuu
---TRANSACTION 814538724994, not started
MySQL thread id 59228, OS thread handle 0x7fb46f66d700, query id 2940154648 192.168.164.15 uuuuuuu
---TRANSACTION 814538707996, not started
MySQL thread id 55493, OS thread handle 0x7fb388215700, query id 2940137945 192.168.211.62 uuuuuuu
---TRANSACTION 814538719421, not started
MySQL thread id 59301, OS thread handle 0x7fb312cbe700, query id 2940149279 192.168.164.15 uuuuuuu
---TRANSACTION 814538670545, not started
MySQL thread id 64047, OS thread handle 0x7fb4460ef700, query id 2940102139 192.168.221.175 uuuuuuu
---TRANSACTION 814538726764, not started
MySQL thread id 59236, OS thread handle 0x7fb309615700, query id 2940156242 192.168.164.15 uuuuuuu
---TRANSACTION 814538719177, not started
MySQL thread id 64078, OS thread handle 0x7fb3d40be700, query id 2940149042 192.168.221.175 uuuuuuu
---TRANSACTION 814538716834, not started
MySQL thread id 59212, OS thread handle 0x7fb4565b3700, query id 2940146778 192.168.164.15 uuuuuuu
---TRANSACTION 814538700651, not started
MySQL thread id 59132, OS thread handle 0x7fb48b151700, query id 2940130533 192.168.164.15 uuuuuuu
---TRANSACTION 814538733707, not started
MySQL thread id 63993, OS thread handle 0x7fb38bf0a700, query id 2940162849 192.168.221.175 uuuuuuu
---TRANSACTION 814538726238, not started
MySQL thread id 63976, OS thread handle 0x7fb40b610700, query id 2940155753 192.168.221.175 uuuuuuu
---TRANSACTION 814538721646, not started
MySQL thread id 63963, OS thread handle 0x7fb3c39e4700, query id 2940151406 192.168.221.175 uuuuuuu
---TRANSACTION 814538730315, not started
MySQL thread id 64003, OS thread handle 0x7fb45809b700, query id 2940159568 192.168.221.175 uuuuuuu
---TRANSACTION 814538724307, not started
MySQL thread id 64002, OS thread handle 0x7fb48f5df700, query id 2940153997 192.168.210.67 uuuuuuu
---TRANSACTION 814538633283, not started
MySQL thread id 63984, OS thread handle 0x7fb36d70a700, query id 2940068753 192.168.210.67 uuuuuuu
---TRANSACTION 814538710017, not started
MySQL thread id 63929, OS thread handle 0x7fb31f82b700, query id 2940140080 192.168.221.175 uuuuuuu
---TRANSACTION 814538700561, not started
MySQL thread id 63992, OS thread handle 0x7fb397a15700, query id 2940130439 192.168.164.15 uuuuuuu
---TRANSACTION 814538636342, not started
MySQL thread id 63957, OS thread handle 0x7fb3ea08d700, query id 2940071557 192.168.210.67 uuuuuuu
---TRANSACTION 814538694445, not started
MySQL thread id 63926, OS thread handle 0x7fb495967700, query id 2940124494 192.168.210.67 uuuuuuu
---TRANSACTION 814538717110, not started
MySQL thread id 63951, OS thread handle 0x7fb4413ce700, query id 2940147072 192.168.210.67 uuuuuuu
---TRANSACTION 814538689479, not started
MySQL thread id 63947, OS thread handle 0x7fb461cbe700, query id 2940120143 192.168.221.175 uuuuuuu
---TRANSACTION 814538669265, not started
MySQL thread id 63950, OS thread handle 0x7fb4565e4700, query id 2940100843 192.168.221.175 uuuuuuu
---TRANSACTION 814538729508, not started
MySQL thread id 63798, OS thread handle 0x7fb31bf6c700, query id 2940158793 192.168.210.67 uuuuuuu
---TRANSACTION 814538605219, not started
MySQL thread id 63949, OS thread handle 0x7fb482c8d700, query id 2940120614 192.168.221.175 uuuuuuu
---TRANSACTION 814538590071, not started
MySQL thread id 63943, OS thread handle 0x7fb3cd6d4700, query id 2940101698 192.168.221.175 uuuuuuu
---TRANSACTION 814538668348, not started
MySQL thread id 63948, OS thread handle 0x7fb43d8e0700, query id 2940163691 192.168.221.175 uuuuuuu
---TRANSACTION 814538693268, not started
MySQL thread id 50757, OS thread handle 0x7fb31bb36700, query id 2940123461 192.168.211.62 uuuuuuu
---TRANSACTION 814538679766, not started
MySQL thread id 50857, OS thread handle 0x7fb41c84d700, query id 2940111074 192.168.211.62 uuuuuuu
---TRANSACTION 814538667901, not started
MySQL thread id 63953, OS thread handle 0x7fb3761e4700, query id 2940165709 192.168.221.175 uuuuuuu
---TRANSACTION 814538568236, not started
MySQL thread id 53994, OS thread handle 0x7fb3f254c700, query id 2940152127 192.168.215.64 uuuuuuu
---TRANSACTION 814538666941, not started
MySQL thread id 63883, OS thread handle 0x7fb42169e700, query id 2940098362 192.168.210.67 uuuuuuu
---TRANSACTION 814538709285, not started
MySQL thread id 54010, OS thread handle 0x7fb4942d1700, query id 2940139311 192.168.215.64 uuuuuuu
---TRANSACTION 814538724455, not started
MySQL thread id 63849, OS thread handle 0x7fb31f7fa700, query id 2940154155 192.168.221.175 uuuuuuu
---TRANSACTION 814538714398, not started
MySQL thread id 50913, OS thread handle 0x7fb364bff700, query id 2940144407 192.168.195.113 uuuuuuu
---TRANSACTION 814538733600, not started
MySQL thread id 63782, OS thread handle 0x7fb3be51b700, query id 2940162746 192.168.221.175 uuuuuuu
---TRANSACTION 814538582596, not started
MySQL thread id 63744, OS thread handle 0x7fb328b9d700, query id 2940023261 192.168.210.67 uuuuuuu
---TRANSACTION 814538701881, not started
MySQL thread id 54005, OS thread handle 0x7fb4952e5700, query id 2940131805 192.168.215.64 uuuuuuu
---TRANSACTION 814538488145, not started
MySQL thread id 63621, OS thread handle 0x7fb443120700, query id 2940094899 192.168.210.67 uuuuuuu
---TRANSACTION 814538606330, not started
MySQL thread id 63605, OS thread handle 0x7fb43ce41700, query id 2940044084 192.168.210.67 uuuuuuu
---TRANSACTION 814538710959, not started
MySQL thread id 63577, OS thread handle 0x7fb31bfce700, query id 2940141014 192.168.221.175 uuuuuuu
---TRANSACTION 814538641069, not started
MySQL thread id 63562, OS thread handle 0x7fb443277700, query id 2940075756 192.168.210.67 uuuuuuu
---TRANSACTION 814538724558, not started
MySQL thread id 63558, OS thread handle 0x7fb41bb3b700, query id 2940154257 192.168.221.175 uuuuuuu
---TRANSACTION 814538666910, not started
MySQL thread id 63492, OS thread handle 0x7fb44b33b700, query id 2940160911 192.168.221.175 uuuuuuu
---TRANSACTION 814538691989, not started
MySQL thread id 53814, OS thread handle 0x7fb44e70a700, query id 2940122335 192.168.215.64 uuuuuuu
---TRANSACTION 814538680376, not started
MySQL thread id 63541, OS thread handle 0x7fb320b3b700, query id 2940111680 192.168.221.175 uuuuuuu
---TRANSACTION 814538682619, not started
MySQL thread id 63418, OS thread handle 0x7fb46e5e4700, query id 2940113911 192.168.221.175 uuuuuuu
---TRANSACTION 814538721433, not started
MySQL thread id 63529, OS thread handle 0x7fb41688d700, query id 2940151171 192.168.221.175 uuuuuuu
---TRANSACTION 814538677058, not started
MySQL thread id 63391, OS thread handle 0x7fb4528be700, query id 2940108457 192.168.221.175 uuuuuuu
---TRANSACTION 814538669228, not started
MySQL thread id 63485, OS thread handle 0x7fb439182700, query id 2940100806 192.168.210.67 uuuuuuu
---TRANSACTION 814538698561, not started
MySQL thread id 53714, OS thread handle 0x7fb457182700, query id 2940128378 192.168.215.64 uuuuuuu
---TRANSACTION 814538700736, not started
MySQL thread id 53704, OS thread handle 0x7fb3129ae700, query id 2940130625 192.168.215.64 uuuuuuu
---TRANSACTION 814538729739, not started
MySQL thread id 63330, OS thread handle 0x7fb376120700, query id 2940159028 192.168.221.175 uuuuuuu
---TRANSACTION 814538731170, not started
MySQL thread id 49845, OS thread handle 0x7fb3c46a3700, query id 2940160374 192.168.167.58 uuuuuuu
---TRANSACTION 814538721862, not started
MySQL thread id 63319, OS thread handle 0x7fb45966d700, query id 2940151636 192.168.221.175 uuuuuuu
---TRANSACTION 814538723868, not started
MySQL thread id 53590, OS thread handle 0x7fb317c2b700, query id 2940153583 192.168.215.64 uuuuuuu
---TRANSACTION 814538736417, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 53608, OS thread handle 0x7fb3e6a77700, query id 2940165526 192.168.215.64 uuuuuuu Sorting result
SELECT * FROM `xxxxxx_odds_18_9` WHERE `event_id` = '83343793' AND `add_time` >= 1570763392 ORDER BY `add_time` DESC
---TRANSACTION 814538700729, not started
MySQL thread id 49849, OS thread handle 0x7fb361ea8700, query id 2940130614 192.168.167.58 uuuuuuu
---TRANSACTION 814538729248, not started
MySQL thread id 49826, OS thread handle 0x7fb406677700, query id 2940158549 192.168.167.58 uuuuuuu
---TRANSACTION 814538722628, not started
MySQL thread id 63296, OS thread handle 0x7fb3e6a15700, query id 2940152347 192.168.221.175 uuuuuuu
---TRANSACTION 814538685122, not started
MySQL thread id 63262, OS thread handle 0x7fb442ed4700, query id 2940116352 192.168.221.175 uuuuuuu
---TRANSACTION 814538693055, not started
MySQL thread id 63285, OS thread handle 0x7fb3a679d700, query id 2940123280 192.168.221.175 uuuuuuu
---TRANSACTION 814538734932, not started
MySQL thread id 63205, OS thread handle 0x7fb3f2736700, query id 2940164042 192.168.221.175 uuuuuuu
---TRANSACTION 814538682156, not started
MySQL thread id 63238, OS thread handle 0x7fb327db3700, query id 2940113450 192.168.221.175 uuuuuuu
---TRANSACTION 814538735155, not started
MySQL thread id 49688, OS thread handle 0x7fb45f08d700, query id 2940164261 192.168.167.58 uuuuuuu
---TRANSACTION 814538719601, not started
MySQL thread id 62797, OS thread handle 0x7fb43882b700, query id 2940149463 192.168.163.136 uuuuuuu
---TRANSACTION 814538675361, not started
MySQL thread id 62828, OS thread handle 0x7fb3e4c5c700, query id 2940106741 192.168.163.136 uuuuuuu
---TRANSACTION 814538670153, not started
MySQL thread id 62826, OS thread handle 0x7fb38bbfa700, query id 2940165740 192.168.163.136 uuuuuuu
---TRANSACTION 814538705604, not started
MySQL thread id 59921, OS thread handle 0x7fb364705700, query id 2940135594 192.168.162.201 uuuuuuu
---TRANSACTION 814538731395, not started
MySQL thread id 59942, OS thread handle 0x7fb3bf9e4700, query id 2940160589 192.168.162.201 uuuuuuu
---TRANSACTION 814538734688, not started
MySQL thread id 59977, OS thread handle 0x7fb3daa15700, query id 2940163811 192.168.162.201 uuuuuuu
---TRANSACTION 814538669087, not started
MySQL thread id 62644, OS thread handle 0x7fb31bf9d700, query id 2940163460 192.168.167.58 uuuuuuu
---TRANSACTION 814538694061, not started
MySQL thread id 59750, OS thread handle 0x7fb439246700, query id 2940124133 192.168.162.201 uuuuuuu
---TRANSACTION 814538714276, not started
MySQL thread id 59689, OS thread handle 0x7fb462ffa700, query id 2940144279 192.168.162.201 uuuuuuu
---TRANSACTION 814538716876, not started
MySQL thread id 62438, OS thread handle 0x7fb458caa700, query id 2940146821 192.168.162.201 uuuuuuu
---TRANSACTION 814538718001, not started
MySQL thread id 59634, OS thread handle 0x7fb3d3120700, query id 2940147912 192.168.162.201 uuuuuuu
---TRANSACTION 814538723982, not started
MySQL thread id 61993, OS thread handle 0x7fb431457700, query id 2940153697 192.168.163.136 uuuuuuu
---TRANSACTION 814538669015, not started
MySQL thread id 62140, OS thread handle 0x7fb4298be700, query id 2940100567 192.168.163.136 uuuuuuu
---TRANSACTION 814538723688, not started
MySQL thread id 59666, OS thread handle 0x7fb49730d700, query id 2940153379 192.168.162.201 uuuuuuu
---TRANSACTION 814538694311, not started
MySQL thread id 59641, OS thread handle 0x7fb3df91b700, query id 2940124367 192.168.162.201 uuuuuuu
---TRANSACTION 814538671461, not started
MySQL thread id 62136, OS thread handle 0x7fb3e3615700, query id 2940103095 192.168.163.136 uuuuuuu
---TRANSACTION 814538677596, not started
MySQL thread id 59589, OS thread handle 0x7fb315f9d700, query id 2940108982 192.168.162.201 uuuuuuu
---TRANSACTION 814538685095, not started
MySQL thread id 62104, OS thread handle 0x7fb3db36c700, query id 2940116327 192.168.163.136 uuuuuuu
---TRANSACTION 814538718324, not started
MySQL thread id 57505, OS thread handle 0x7fb328bff700, query id 2940148220 192.168.213.30 uuuuuuu
---TRANSACTION 814538701344, not started
MySQL thread id 59390, OS thread handle 0x7fb440582700, query id 2940131244 192.168.162.201 uuuuuuu
---TRANSACTION 814538668798, not started
MySQL thread id 62126, OS thread handle 0x7fb364610700, query id 2940161089 192.168.163.136 uuuuuuu
---TRANSACTION 814538596651, not started
MySQL thread id 59416, OS thread handle 0x7fb495c77700, query id 2940106212 192.168.162.201 uuuuuuu
---TRANSACTION 814538694636, not started
MySQL thread id 52485, OS thread handle 0x7fb4961a2700, query id 2940124696 192.168.177.232 uuuuuuu
---TRANSACTION 814538668479, not started
MySQL thread id 59360, OS thread handle 0x7fb36d73b700, query id 2940099978 192.168.162.201 uuuuuuu
---TRANSACTION 814538725030, not started
MySQL thread id 57274, OS thread handle 0x7fb36754c700, query id 2940154680 192.168.213.30 uuuuuuu
---TRANSACTION 814538706954, not started
MySQL thread id 57304, OS thread handle 0x7fb492462700, query id 2940136907 192.168.213.30 uuuuuuu
---TRANSACTION 814538654426, not started
MySQL thread id 62137, OS thread handle 0x7fb31f736700, query id 2940152347 192.168.163.136 uuuuuuu
---TRANSACTION 814538616369, not started
MySQL thread id 52442, OS thread handle 0x7fb498073700, query id 2940053582 192.168.177.232 uuuuuuu
---TRANSACTION 814538709947, not started
MySQL thread id 57162, OS thread handle 0x7fb327c5c700, query id 2940140025 192.168.213.30 uuuuuuu
---TRANSACTION 814538513069, not started
MySQL thread id 62070, OS thread handle 0x7fb3d0646700, query id 2940104202 192.168.163.136 uuuuuuu
---TRANSACTION 814538561736, not started
MySQL thread id 62034, OS thread handle 0x7fb332c5c700, query id 2940077774 192.168.163.136 uuuuuuu
---TRANSACTION 814538696258, not started
MySQL thread id 52387, OS thread handle 0x7fb3e5f3b700, query id 2940126205 192.168.177.232 uuuuuuu
---TRANSACTION 814538719831, not started
MySQL thread id 11119, OS thread handle 0x7fb3c9646700, query id 2940149700 192.168.210.67 uuuuuuu
---TRANSACTION 814538724424, not started
MySQL thread id 62026, OS thread handle 0x7fb43df62700, query id 2940154126 192.168.163.136 uuuuuuu
---TRANSACTION 814538697512, not started
MySQL thread id 57354, OS thread handle 0x7fb418b6c700, query id 2940127349 192.168.186.184 uuuuuuu
---TRANSACTION 814538696491, not started
MySQL thread id 61881, OS thread handle 0x7fb32f457700, query id 2940126415 192.168.163.136 uuuuuuu
---TRANSACTION 814538702355, not started
MySQL thread id 61759, OS thread handle 0x7fb40a2d4700, query id 2940132311 192.168.163.136 uuuuuuu
---TRANSACTION 814538669058, not started
MySQL thread id 61635, OS thread handle 0x7fb3beaa8700, query id 2940100620 192.168.213.30 uuuuuuu
---TRANSACTION 814538712834, not started
MySQL thread id 61663, OS thread handle 0x7fb44139d700, query id 2940142847 192.168.163.136 uuuuuuu
---TRANSACTION 814538606260, not started
MySQL thread id 52871, OS thread handle 0x7fb37b5e4700, query id 2940044021 192.168.217.71 uuuuuuu
---TRANSACTION 814538688328, not started
MySQL thread id 61675, OS thread handle 0x7fb3647c9700, query id 2940119210 192.168.163.136 uuuuuuu
---TRANSACTION 814538706880, not started
MySQL thread id 52260, OS thread handle 0x7fb46e551700, query id 2940136825 192.168.213.30 uuuuuuu
---TRANSACTION 814538593001, not started
MySQL thread id 61642, OS thread handle 0x7fb370f9d700, query id 2940032536 192.168.163.136 uuuuuuu
---TRANSACTION 814538462944, not started
MySQL thread id 61678, OS thread handle 0x7fb364457700, query id 2940053305 192.168.208.172 uuuuuuu
---TRANSACTION 814538621263, not started
MySQL thread id 52895, OS thread handle 0x7fb45d48d700, query id 2940057825 192.168.217.71 uuuuuuu
---TRANSACTION 814538700792, not started
MySQL thread id 61553, OS thread handle 0x7fb42b982700, query id 2940130678 192.168.213.4 uuuuuuu
---TRANSACTION 814538703679, not started
MySQL thread id 56618, OS thread handle 0x7fb3e37ff700, query id 2940133680 192.168.213.30 uuuuuuu
---TRANSACTION 814538721756, not started
MySQL thread id 56654, OS thread handle 0x7fb3be9e4700, query id 2940151525 192.168.213.30 uuuuuuu
---TRANSACTION 814538696578, not started
MySQL thread id 56693, OS thread handle 0x7fb3bfb6c700, query id 2940126489 192.168.213.30 uuuuuuu
---TRANSACTION 814538717804, not started
MySQL thread id 56576, OS thread handle 0x7fb43db5d700, query id 2940147726 192.168.213.30 uuuuuuu
---TRANSACTION 814538655059, not started
MySQL thread id 52326, OS thread handle 0x7fb40a677700, query id 2940153152 192.168.222.58 uuuuuuu
---TRANSACTION 814538698464, not started
MySQL thread id 56575, OS thread handle 0x7fb472a46700, query id 2940128281 192.168.213.30 uuuuuuu
---TRANSACTION 814538695252, not started
MySQL thread id 56566, OS thread handle 0x7fb442551700, query id 2940125261 192.168.213.30 uuuuuuu
---TRANSACTION 814538643826, not started
MySQL thread id 56225, OS thread handle 0x7fb3647fa700, query id 2940142621 192.168.213.30 uuuuuuu
---TRANSACTION 814538697084, not started
MySQL thread id 56461, OS thread handle 0x7fb419736700, query id 2940126960 192.168.213.30 uuuuuuu
---TRANSACTION 814538729987, not started
MySQL thread id 56364, OS thread handle 0x7fb3f28ef700, query id 2940159252 192.168.213.30 uuuuuuu
---TRANSACTION 814538705381, not started
MySQL thread id 56231, OS thread handle 0x7fb31bd82700, query id 2940135369 192.168.213.30 uuuuuuu
---TRANSACTION 814538716753, not started
MySQL thread id 56341, OS thread handle 0x7fb4930d3700, query id 2940146694 192.168.213.30 uuuuuuu
---TRANSACTION 814538707021, not started
MySQL thread id 56291, OS thread handle 0x7fb313b6c700, query id 2940136966 192.168.213.30 uuuuuuu
---TRANSACTION 814538666768, not started
MySQL thread id 56549, OS thread handle 0x7fb32f8ef700, query id 2940155290 192.168.186.184 uuuuuuu
---TRANSACTION 814538674659, not started
MySQL thread id 52362, OS thread handle 0x7fb46a6d9700, query id 2940105985 192.168.222.58 uuuuuuu
---TRANSACTION 814538685589, not started
MySQL thread id 56279, OS thread handle 0x7fb327ea8700, query id 2940116761 192.168.213.30 uuuuuuu
---TRANSACTION 814538552957, not started
MySQL thread id 56252, OS thread handle 0x7fb495b82700, query id 2940137403 192.168.213.30 uuuuuuu
---TRANSACTION 814538694559, not started
MySQL thread id 56346, OS thread handle 0x7fb3d7bce700, query id 2940124611 192.168.186.184 uuuuuuu
---TRANSACTION 814538719532, not started
MySQL thread id 48231, OS thread handle 0x7fb37b45c700, query id 2940149392 192.168.195.113 uuuuuuu
---TRANSACTION 814538718818, not started
MySQL thread id 56554, OS thread handle 0x7fb489c52700, query id 2940148708 192.168.186.184 uuuuuuu
---TRANSACTION 814538676349, not started
MySQL thread id 51927, OS thread handle 0x7fb7a4871700, query id 2940107734 192.168.222.58 uuuuuuu
---TRANSACTION 814538602795, not started
MySQL thread id 51873, OS thread handle 0x7fb3c482b700, query id 2940118468 192.168.222.58 uuuuuuu
---TRANSACTION 814538683398, not started
MySQL thread id 56152, OS thread handle 0x7fb3dbf3b700, query id 2940114662 192.168.186.184 uuuuuuu
---TRANSACTION 814538704521, not started
MySQL thread id 60456, OS thread handle 0x7fb3807ff700, query id 2940134447 192.168.164.15 uuuuuuu
---TRANSACTION 814538728500, not started
MySQL thread id 56098, OS thread handle 0x7fb3cb42b700, query id 2940157845 192.168.186.184 uuuuuuu
---TRANSACTION 814538530466, not started
MySQL thread id 56080, OS thread handle 0x7fb4024ea700, query id 2940124726 192.168.186.184 uuuuuuu
---TRANSACTION 814538719744, not started
MySQL thread id 55966, OS thread handle 0x7fb447b3b700, query id 2940149621 192.168.186.184 uuuuuuu
---TRANSACTION 814538692121, not started
MySQL thread id 55951, OS thread handle 0x7fb452920700, query id 2940122463 192.168.186.184 uuuuuuu
---TRANSACTION 814538679772, not started
MySQL thread id 60265, OS thread handle 0x7fb414f6c700, query id 2940111103 192.168.186.184 uuuuuuu
---TRANSACTION 814538684392, not started
MySQL thread id 55874, OS thread handle 0x7fb461f3b700, query id 2940115645 192.168.186.184 uuuuuuu
---TRANSACTION 814538718629, not started
MySQL thread id 55740, OS thread handle 0x7fb43a3ce700, query id 2940148540 192.168.186.184 uuuuuuu
---TRANSACTION 814538735177, not started
MySQL thread id 54868, OS thread handle 0x7fb3ab39d700, query id 2940164282 192.168.218.166 uuuuuuu
---TRANSACTION 814538719729, not started
MySQL thread id 60098, OS thread handle 0x7fb427e72700, query id 2940149601 192.168.164.15 uuuuuuu
---TRANSACTION 814538607249, not started
MySQL thread id 60090, OS thread handle 0x7fb4482d9700, query id 2940119980 192.168.164.15 uuuuuuu
---TRANSACTION 814538725031, not started
MySQL thread id 59958, OS thread handle 0x7fb3e6920700, query id 2940154682 192.168.162.201 uuuuuuu
---TRANSACTION 814538729204, not started
MySQL thread id 59978, OS thread handle 0x7fb4670ea700, query id 2940158506 192.168.164.15 uuuuuuu
---TRANSACTION 814538557185, not started
MySQL thread id 59929, OS thread handle 0x7fb3f0f31700, query id 2940083128 192.168.162.201 uuuuuuu
---TRANSACTION 814538679087, not started
MySQL thread id 51079, OS thread handle 0x7fb30d88d700, query id 2940110261 192.168.211.62 uuuuuuu
---TRANSACTION 814538698802, not started
MySQL thread id 59903, OS thread handle 0x7fb466551700, query id 2940128607 192.168.162.201 uuuuuuu
---TRANSACTION 814538624568, not started
MySQL thread id 59887, OS thread handle 0x7fb4283ce700, query id 2940129252 192.168.162.201 uuuuuuu
---TRANSACTION 814538721637, not started
MySQL thread id 59873, OS thread handle 0x7fb490e90700, query id 2940151395 192.168.164.15 uuuuuuu
---TRANSACTION 814538674762, not started
MySQL thread id 51080, OS thread handle 0x7fb43208d700, query id 2940106101 192.168.211.62 uuuuuuu
---TRANSACTION 814538672520, not started
MySQL thread id 59851, OS thread handle 0x7fb479d82700, query id 2940104042 192.168.162.201 uuuuuuu
---TRANSACTION 814538698866, not started
MySQL thread id 59838, OS thread handle 0x7fb32f488700, query id 2940128662 192.168.162.201 uuuuuuu
---TRANSACTION 814538723567, not started
MySQL thread id 59817, OS thread handle 0x7fb496d80700, query id 2940153252 192.168.162.201 uuuuuuu
---TRANSACTION 814538724390, not started
MySQL thread id 59829, OS thread handle 0x7fb43851b700, query id 2940154089 192.168.162.201 uuuuuuu
---TRANSACTION 814538671376, not started
MySQL thread id 59767, OS thread handle 0x7fb477f98700, query id 2940103492 192.168.162.201 uuuuuuu
---TRANSACTION 814538700301, not started
MySQL thread id 59784, OS thread handle 0x7fb43dce5700, query id 2940130146 192.168.162.201 uuuuuuu
---TRANSACTION 814538694203, not started
MySQL thread id 59788, OS thread handle 0x7fb49049c700, query id 2940124263 192.168.162.201 uuuuuuu
---TRANSACTION 814538680702, not started
MySQL thread id 54829, OS thread handle 0x7fb367a15700, query id 2940112002 192.168.218.166 uuuuuuu
---TRANSACTION 814538708346, not started
MySQL thread id 59803, OS thread handle 0x7fb464e15700, query id 2940138323 192.168.162.201 uuuuuuu
---TRANSACTION 814538589338, not started
MySQL thread id 59773, OS thread handle 0x7fbde9966700, query id 2940100698 192.168.164.15 uuuuuuu
---TRANSACTION 814538668146, not started
MySQL thread id 59785, OS thread handle 0x7fb3289e4700, query id 2940099566 192.168.162.201 uuuuuuu
---TRANSACTION 814538721378, not started
MySQL thread id 59678, OS thread handle 0x7fb398677700, query id 2940151110 192.168.162.201 uuuuuuu
---TRANSACTION 814538729650, not started
MySQL thread id 59763, OS thread handle 0x7fb45d5b3700, query id 2940158936 192.168.164.15 uuuuuuu
---TRANSACTION 814538724919, not started
MySQL thread id 54812, OS thread handle 0x7fb371e46700, query id 2940154581 192.168.218.166 uuuuuuu
---TRANSACTION 814538699160, not started
MySQL thread id 59754, OS thread handle 0x7fb3d0582700, query id 2940128954 192.168.164.15 uuuuuuu
---TRANSACTION 814538617243, not started
MySQL thread id 59752, OS thread handle 0x7fb446c5c700, query id 2940054355 192.168.162.201 uuuuuuu
---TRANSACTION 814538674809, not started
MySQL thread id 54813, OS thread handle 0x7fb44805c700, query id 2940106151 192.168.218.166 uuuuuuu
---TRANSACTION 814538719672, not started
MySQL thread id 54814, OS thread handle 0x7fb419610700, query id 2940149538 192.168.218.166 uuuuuuu
---TRANSACTION 814538721056, not started
MySQL thread id 59553, OS thread handle 0x7fb45ff6c700, query id 2940150776 192.168.164.15 uuuuuuu
---TRANSACTION 814538723861, not started
MySQL thread id 59518, OS thread handle 0x7fb36454c700, query id 2940153570 192.168.162.201 uuuuuuu
---TRANSACTION 814538700584, not started
MySQL thread id 59540, OS thread handle 0x7fb40d7fa700, query id 2940130463 192.168.164.15 uuuuuuu
---TRANSACTION 814538701468, not started
MySQL thread id 59397, OS thread handle 0x7fb3258ef700, query id 2940131394 192.168.162.201 uuuuuuu
---TRANSACTION 814538512969, not started
MySQL thread id 59431, OS thread handle 0x7fb4604ea700, query id 2940103116 192.168.164.15 uuuuuuu
---TRANSACTION 814538714950, not started
MySQL thread id 59404, OS thread handle 0x7fb487f3b700, query id 2940144945 192.168.162.201 uuuuuuu
---TRANSACTION 814538679741, not started
MySQL thread id 59537, OS thread handle 0x7fb4392a8700, query id 2940111075 192.168.162.201 uuuuuuu
---TRANSACTION 814538590611, not started
MySQL thread id 59731, OS thread handle 0x7fb452b3b700, query id 2940030513 192.168.162.201 uuuuuuu
---TRANSACTION 814538614589, not started
MySQL thread id 59495, OS thread handle 0x7fb325a77700, query id 2940051958 192.168.164.15 uuuuuuu
---TRANSACTION 814538689372, not started
MySQL thread id 59506, OS thread handle 0x7fb4917c0700, query id 2940120061 192.168.162.201 uuuuuuu
---TRANSACTION 814538707023, not started
MySQL thread id 59719, OS thread handle 0x7fb48ec1c700, query id 2940136969 192.168.164.15 uuuuuuu
---TRANSACTION 814538700602, not started
MySQL thread id 59720, OS thread handle 0x7fb3675ae700, query id 2940130481 192.168.164.15 uuuuuuu
---TRANSACTION 814538699334, not started
MySQL thread id 51014, OS thread handle 0x7fb3eea46700, query id 2940129132 192.168.211.62 uuuuuuu
---TRANSACTION 814538725552, not started
MySQL thread id 59482, OS thread handle 0x7fb414db3700, query id 2940155150 192.168.164.15 uuuuuuu
---TRANSACTION 814538681179, not started
MySQL thread id 50821, OS thread handle 0x7fb49205d700, query id 2940112484 192.168.211.62 uuuuuuu
---TRANSACTION 814538589014, not started
MySQL thread id 59443, OS thread handle 0x7fb370520700, query id 2940165753 192.168.162.201 uuuuuuu
---TRANSACTION 814538687317, not started
MySQL thread id 59646, OS thread handle 0x7fb32f9e4700, query id 2940118352 192.168.164.15 uuuuuuu
---TRANSACTION 814538706073, not started
MySQL thread id 59604, OS thread handle 0x7fb43b45c700, query id 2940136031 192.168.162.201 uuuuuuu
---TRANSACTION 814538687282, not started
MySQL thread id 59625, OS thread handle 0x7fb43dcb4700, query id 2940118316 192.168.162.201 uuuuuuu
---TRANSACTION 814538722574, not started
MySQL thread id 59613, OS thread handle 0x7fb3c4951700, query id 2940152295 192.168.162.201 uuuuuuu
---TRANSACTION 814538712577, not started
MySQL thread id 59602, OS thread handle 0x7fb327d82700, query id 2940142601 192.168.164.15 uuuuuuu
---TRANSACTION 814538692726, not started
MySQL thread id 59582, OS thread handle 0x7fb3dcb9d700, query id 2940122995 192.168.162.201 uuuuuuu
---TRANSACTION 814538701950, not started
MySQL thread id 59473, OS thread handle 0x7fb40c39d700, query id 2940131878 192.168.164.15 uuuuuuu
---TRANSACTION 814538627952, not started
MySQL thread id 50790, OS thread handle 0x7fb45f2d9700, query id 2940063746 192.168.211.62 uuuuuuu
---TRANSACTION 814538716079, not started
MySQL thread id 59429, OS thread handle 0x7fb4319e4700, query id 2940146048 192.168.162.201 uuuuuuu
---TRANSACTION 814538679532, not started
MySQL thread id 59387, OS thread handle 0x7fb4920f0700, query id 2940110865 192.168.164.15 uuuuuuu
---TRANSACTION 814538614461, not started
MySQL thread id 59396, OS thread handle 0x7fb37076c700, query id 2940051851 192.168.164.15 uuuuuuu
---TRANSACTION 814538727850, not started
MySQL thread id 59372, OS thread handle 0x7fb3c539d700, query id 2940157233 192.168.164.15 uuuuuuu
---TRANSACTION 814538559263, not started
MySQL thread id 59338, OS thread handle 0x7fb49705f700, query id 2940145585 192.168.164.15 uuuuuuu
---TRANSACTION 814538630573, not started
MySQL thread id 54345, OS thread handle 0x7fb42dcef700, query id 2940135448 192.168.218.166 uuuuuuu
---TRANSACTION 814538731546, not started
MySQL thread id 50769, OS thread handle 0x7fb39e85c700, query id 2940160735 192.168.211.62 uuuuuuu
---TRANSACTION 814538686454, not started
MySQL thread id 50744, OS thread handle 0x7fb40a7ff700, query id 2940117573 192.168.211.62 uuuuuuu
---TRANSACTION 814538590534, not started
MySQL thread id 50698, OS thread handle 0x7fb325ad9700, query id 2940103011 192.168.211.62 uuuuuuu
---TRANSACTION 814538700982, not started
MySQL thread id 59167, OS thread handle 0x7fb4203ce700, query id 2940130883 192.168.164.15 uuuuuuu
---TRANSACTION 814538571585, not started
MySQL thread id 59273, OS thread handle 0x7fb491f99700, query id 2940154314 192.168.164.15 uuuuuuu
---TRANSACTION 814538668793, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 59305, OS thread handle 0x7fb4194ea700, query id 2940165630 192.168.164.15 uuuuuuu statistics
SELECT * FROM `race` WHERE `id` = 1888142 LIMIT 1
---TRANSACTION 814538675339, not started
MySQL thread id 54420, OS thread handle 0x7fb3baf0a700, query id 2940106718 192.168.218.166 uuuuuuu
---TRANSACTION 814538691577, not started
MySQL thread id 59183, OS thread handle 0x7fb456d4c700, query id 2940121939 192.168.164.15 uuuuuuu
---TRANSACTION 814538676285, not started
MySQL thread id 54389, OS thread handle 0x7fb3cd54c700, query id 2940107670 192.168.218.166 uuuuuuu
---TRANSACTION 814538667985, not started
MySQL thread id 59174, OS thread handle 0x7fb40fe15700, query id 2940099398 192.168.164.15 uuuuuuu
---TRANSACTION 814538710063, not started
MySQL thread id 59061, OS thread handle 0x7fb465cef700, query id 2940140120 192.168.164.15 uuuuuuu
---TRANSACTION 814538694359, not started
MySQL thread id 59154, OS thread handle 0x7fb48d929700, query id 2940124415 192.168.164.15 uuuuuuu
---TRANSACTION 814538726445, not started
MySQL thread id 54374, OS thread handle 0x7fb3df4b4700, query id 2940155939 192.168.218.166 uuuuuuu
---TRANSACTION 814538670135, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 54204, OS thread handle 0x7fb4267ff700, query id 2940165745 192.168.218.166 uuuuuuu Sending data
SELECT COUNT(*) AS `count` FROM `race` WHERE `sport_id` = 16 AND `league_id` = 225 AND `time` >= 1570752000 AND `time` < 1570838400 AND `time_status` > 1 LIMIT 1
---TRANSACTION 814538703609, not started
MySQL thread id 50631, OS thread handle 0x7fb40ed20700, query id 2940133577 192.168.211.62 uuuuuuu
---TRANSACTION 814538692582, not started
MySQL thread id 54308, OS thread handle 0x7fb3cd798700, query id 2940122866 192.168.218.166 uuuuuuu
---TRANSACTION 814538703077, not started
MySQL thread id 58916, OS thread handle 0x7fb3e2ed9700, query id 2940133073 192.168.164.15 uuuuuuu
---TRANSACTION 814538699574, not started
MySQL thread id 58944, OS thread handle 0x7fb458039700, query id 2940129419 192.168.164.15 uuuuuuu
---TRANSACTION 814538718470, not started
MySQL thread id 59064, OS thread handle 0x7fb47f982700, query id 2940148378 192.168.164.15 uuuuuuu
---TRANSACTION 814538677243, not started
MySQL thread id 59065, OS thread handle 0x7fb327cbe700, query id 2940108629 192.168.164.15 uuuuuuu
---TRANSACTION 814538724422, not started
MySQL thread id 59055, OS thread handle 0x7fb361b36700, query id 2940154123 192.168.164.15 uuuuuuu
---TRANSACTION 814538694604, not started
MySQL thread id 54207, OS thread handle 0x7fb45673b700, query id 2940124659 192.168.218.166 uuuuuuu
---TRANSACTION 814538675402, not started
MySQL thread id 54128, OS thread handle 0x7fb455e15700, query id 2940106785 192.168.218.166 uuuuuuu
---TRANSACTION 814538671874, not started
MySQL thread id 58974, OS thread handle 0x7fb371d82700, query id 2940103482 192.168.164.15 uuuuuuu
---TRANSACTION 814538671020, not started
MySQL thread id 50363, OS thread handle 0x7fb32f6a3700, query id 2940102660 192.168.167.129 uuuuuuu
---TRANSACTION 814538693981, not started
MySQL thread id 53889, OS thread handle 0x7fb40673b700, query id 2940124059 192.168.215.64 uuuuuuu
---TRANSACTION 814538590190, not started
MySQL thread id 53782, OS thread handle 0x7fb30942b700, query id 2940103042 192.168.215.64 uuuuuuu
---TRANSACTION 814538675465, not started
MySQL thread id 58556, OS thread handle 0x7fb327c8d700, query id 2940106855 192.168.215.64 uuuuuuu
---TRANSACTION 814538717148, not started
MySQL thread id 53667, OS thread handle 0x7fb370db3700, query id 2940147111 192.168.215.64 uuuuuuu
---TRANSACTION 814538680223, not started
MySQL thread id 50226, OS thread handle 0x7fb317c5c700, query id 2940111536 192.168.167.129 uuuuuuu
---TRANSACTION 814538697000, not started
MySQL thread id 53558, OS thread handle 0x7fb39df9d700, query id 2940126887 192.168.215.64 uuuuuuu
---TRANSACTION 814538694533, not started
MySQL thread id 15649, OS thread handle 0x7fb38570a700, query id 2940124588 192.168.208.172 uuuuuuu
---TRANSACTION 814538609156, not started
MySQL thread id 57578, OS thread handle 0x7fb42d45c700, query id 2940046745 192.168.213.30 uuuuuuu
---TRANSACTION 814538681313, not started
MySQL thread id 53190, OS thread handle 0x7fb4480be700, query id 2940112609 192.168.213.4 uuuuuuu
---TRANSACTION 814538736307, not started
MySQL thread id 48983, OS thread handle 0x7fb32fb6c700, query id 2940165349 192.168.195.113 uuuuuuu
---TRANSACTION 814538599982, not started
MySQL thread id 53178, OS thread handle 0x7fb3a8fce700, query id 2940038549 192.168.222.58 uuuuuuu
---TRANSACTION 814538721247, not started
MySQL thread id 57422, OS thread handle 0x7fb45f36c700, query id 2940150974 192.168.213.30 uuuuuuu
---TRANSACTION 814538727960, not started
MySQL thread id 57502, OS thread handle 0x7fb46742b700, query id 2940157330 192.168.177.232 uuuuuuu
---TRANSACTION 814538697608, not started
MySQL thread id 57571, OS thread handle 0x7fb4589cb700, query id 2940127446 192.168.213.30 uuuuuuu
---TRANSACTION 814538733679, not started
MySQL thread id 57573, OS thread handle 0x7fb3e9ddf700, query id 2940162818 192.168.213.30 uuuuuuu
---TRANSACTION 814538679523, not started
MySQL thread id 57582, OS thread handle 0x7fb3edb67700, query id 2940110863 192.168.213.30 uuuuuuu
---TRANSACTION 814538699526, not started
MySQL thread id 52505, OS thread handle 0x7fb38b857700, query id 2940129388 192.168.177.232 uuuuuuu
---TRANSACTION 814538715483, not started
MySQL thread id 52565, OS thread handle 0x7fb36885c700, query id 2940145474 192.168.177.232 uuuuuuu
---TRANSACTION 814538709545, not started
MySQL thread id 57416, OS thread handle 0x7fb362ea8700, query id 2940139583 192.168.213.30 uuuuuuu
---TRANSACTION 814538674670, not started
MySQL thread id 57390, OS thread handle 0x7fb399b6c700, query id 2940105993 192.168.213.30 uuuuuuu
---TRANSACTION 814538718653, not started
MySQL thread id 57352, OS thread handle 0x7fb361aa3700, query id 2940148563 192.168.213.30 uuuuuuu
---TRANSACTION 814538700384, not started
MySQL thread id 57273, OS thread handle 0x7fb43df31700, query id 2940130259 192.168.213.30 uuuuuuu
---TRANSACTION 814538724644, not started
MySQL thread id 57346, OS thread handle 0x7fb3a48ef700, query id 2940154333 192.168.213.30 uuuuuuu
---TRANSACTION 814538590161, not started
MySQL thread id 57328, OS thread handle 0x7fb40670a700, query id 2940103104 192.168.213.30 uuuuuuu
---TRANSACTION 814538731403, not started
MySQL thread id 57289, OS thread handle 0x7fb48d770700, query id 2940160597 192.168.213.30 uuuuuuu
---TRANSACTION 814538735174, not started
MySQL thread id 57296, OS thread handle 0x7fb3968ef700, query id 2940164279 192.168.213.30 uuuuuuu
---TRANSACTION 814538709037, not started
MySQL thread id 52347, OS thread handle 0x7fb43ec8d700, query id 2940139049 192.168.177.232 uuuuuuu
---TRANSACTION 814538729647, not started
MySQL thread id 57239, OS thread handle 0x7fb328b6c700, query id 2940158933 192.168.186.184 uuuuuuu
---TRANSACTION 814538614723, not started
MySQL thread id 52323, OS thread handle 0x7fb48d460700, query id 2940052074 192.168.177.232 uuuuuuu
---TRANSACTION 814538700222, not started
MySQL thread id 57214, OS thread handle 0x7fb41fd4c700, query id 2940130105 192.168.213.30 uuuuuuu
---TRANSACTION 814538668660, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 57155, OS thread handle 0x7fb3cb2d4700, query id 2940165747 192.168.213.30 uuuuuuu statistics
SELECT * FROM `race` WHERE `id` = 1913906 LIMIT 1
---TRANSACTION 814538694413, not started
MySQL thread id 52321, OS thread handle 0x7fb31bdb3700, query id 2940124465 192.168.177.232 uuuuuuu
---TRANSACTION 814538678499, not started
MySQL thread id 57125, OS thread handle 0x7fb4654ef700, query id 2940109855 192.168.213.30 uuuuuuu
---TRANSACTION 814538674917, not started
MySQL thread id 52450, OS thread handle 0x7fb3e9ea3700, query id 2940106270 192.168.213.4 uuuuuuu
---TRANSACTION 814538698661, not started
MySQL thread id 52458, OS thread handle 0x7fb30b1b3700, query id 2940128471 192.168.213.4 uuuuuuu
---TRANSACTION 814538654831, not started
MySQL thread id 57080, OS thread handle 0x7fb451de4700, query id 2940151882 192.168.213.30 uuuuuuu
---TRANSACTION 814538676177, not started
MySQL thread id 57065, OS thread handle 0x7fb39df6c700, query id 2940107554 192.168.213.30 uuuuuuu
---TRANSACTION 814538726555, not started
MySQL thread id 57053, OS thread handle 0x7fb317f6c700, query id 2940156043 192.168.213.30 uuuuuuu
---TRANSACTION 814538606203, not started
MySQL thread id 57044, OS thread handle 0x7fb435f3b700, query id 2940115066 192.168.213.30 uuuuuuu
---TRANSACTION 814538692602, not started
MySQL thread id 57037, OS thread handle 0x7fb3985b3700, query id 2940122888 192.168.213.30 uuuuuuu
---TRANSACTION 814538593384, not started
MySQL thread id 57024, OS thread handle 0x7fb3ea246700, query id 2940103149 192.168.213.30 uuuuuuu
---TRANSACTION 814538694113, not started
MySQL thread id 56950, OS thread handle 0x7fb410fff700, query id 2940124169 192.168.213.30 uuuuuuu
---TRANSACTION 814538675655, not started
MySQL thread id 56835, OS thread handle 0x7fb3e4120700, query id 2940107042 192.168.213.30 uuuuuuu
---TRANSACTION 814538674729, not started
MySQL thread id 57014, OS thread handle 0x7fb44d39d700, query id 2940106067 192.168.213.30 uuuuuuu
---TRANSACTION 814538724031, not started
MySQL thread id 52446, OS thread handle 0x7fb363de4700, query id 2940153745 192.168.222.58 uuuuuuu
---TRANSACTION 814538723047, not started
MySQL thread id 56971, OS thread handle 0x7fb40d083700, query id 2940152720 192.168.213.30 uuuuuuu
---TRANSACTION 814538718747, not started
MySQL thread id 52386, OS thread handle 0x7fb3c0ea8700, query id 2940148657 192.168.195.113 uuuuuuu
---TRANSACTION 814538709754, not started
MySQL thread id 56964, OS thread handle 0x7fb3c7ed9700, query id 2940139778 192.168.213.30 uuuuuuu
---TRANSACTION 814538706817, not started
MySQL thread id 56943, OS thread handle 0x7fb49694a700, query id 2940136758 192.168.213.30 uuuuuuu
---TRANSACTION 814538725131, not started
MySQL thread id 56922, OS thread handle 0x7fb3c4b3b700, query id 2940154774 192.168.213.30 uuuuuuu
---TRANSACTION 814538679254, not started
MySQL thread id 56883, OS thread handle 0x7fb4755e4700, query id 2940110588 192.168.213.30 uuuuuuu
---TRANSACTION 814538701125, not started
MySQL thread id 52182, OS thread handle 0x7fb380551700, query id 2940131027 192.168.213.4 uuuuuuu
---TRANSACTION 814538707267, not started
MySQL thread id 56917, OS thread handle 0x7fb44108d700, query id 2940137220 192.168.213.4 uuuuuuu
---TRANSACTION 814538717410, not started
MySQL thread id 56887, OS thread handle 0x7fb3e8f9d700, query id 2940147349 192.168.222.58 uuuuuuu
---TRANSACTION 814538707181, not started
MySQL thread id 56877, OS thread handle 0x7fb416a77700, query id 2940137131 192.168.213.30 uuuuuuu
---TRANSACTION 814538442799, not started
MySQL thread id 52374, OS thread handle 0x7fb482c5c700, query id 2940115578 192.168.222.58 uuuuuuu
---TRANSACTION 814538698066, not started
MySQL thread id 56845, OS thread handle 0x7fb456e41700, query id 2940127898 192.168.213.30 uuuuuuu
---TRANSACTION 814538673195, not started
MySQL thread id 56864, OS thread handle 0x7fb45e246700, query id 2940104612 192.168.213.30 uuuuuuu
---TRANSACTION 814538670955, not started
MySQL thread id 56832, OS thread handle 0x7fb451e15700, query id 2940102607 192.168.213.4 uuuuuuu
---TRANSACTION 814538667572, not started
MySQL thread id 56737, OS thread handle 0x7fb3101b3700, query id 2940161052 192.168.213.30 uuuuuuu
---TRANSACTION 814538522106, not started
MySQL thread id 48134, OS thread handle 0x7fb3e5ea8700, query id 2940120832 192.168.195.113 uuuuuuu
---TRANSACTION 814538734038, not started
MySQL thread id 52195, OS thread handle 0x7fb3740ef700, query id 2940163165 192.168.222.58 uuuuuuu
---TRANSACTION 814538694357, not started
MySQL thread id 52193, OS thread handle 0x7fb48260b700, query id 2940124412 192.168.213.4 uuuuuuu
---TRANSACTION 814538717780, not started
MySQL thread id 52283, OS thread handle 0x7fb44b30a700, query id 2940147703 192.168.213.4 uuuuuuu
---TRANSACTION 814538666776, not started
MySQL thread id 52327, OS thread handle 0x7fb327ed9700, query id 2940157895 192.168.222.58 uuuuuuu
---TRANSACTION 814538693902, not started
MySQL thread id 52268, OS thread handle 0x7fb317b98700, query id 2940123970 192.168.213.4 uuuuuuu
---TRANSACTION 814538682208, not started
MySQL thread id 52307, OS thread handle 0x7fb325920700, query id 2940113503 192.168.195.113 uuuuuuu
---TRANSACTION 814538670396, not started
MySQL thread id 52314, OS thread handle 0x7fb361db3700, query id 2940102049 192.168.195.113 uuuuuuu
---TRANSACTION 814538604319, not started
MySQL thread id 52158, OS thread handle 0x7fb48b120700, query id 2940120358 192.168.222.58 uuuuuuu
---TRANSACTION 814538714487, not started
MySQL thread id 56358, OS thread handle 0x7fb3f0d47700, query id 2940144498 192.168.186.184 uuuuuuu
---TRANSACTION 814538668281, not started
MySQL thread id 56456, OS thread handle 0x7fb31be15700, query id 2940165700 192.168.186.184 uuuuuuu
---TRANSACTION 814538699601, not started
MySQL thread id 56406, OS thread handle 0x7fb3978be700, query id 2940129446 192.168.186.184 uuuuuuu
---TRANSACTION 814538723723, not started
MySQL thread id 56741, OS thread handle 0x7fb32085c700, query id 2940153416 192.168.213.30 uuuuuuu
---TRANSACTION 814538676561, not started
MySQL thread id 56475, OS thread handle 0x7fb3be951700, query id 2940107949 192.168.186.184 uuuuuuu
---TRANSACTION 814538669689, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 52302, OS thread handle 0x7fb43d36c700, query id 2940165722 192.168.222.58 uuuuuuu statistics
SELECT `r_id`, `our_event_id` FROM `xxxxxx_event` WHERE `id` = '83374767' LIMIT 1
---TRANSACTION 814538669298, not started
MySQL thread id 56320, OS thread handle 0x7fb456fc9700, query id 2940100877 192.168.213.30 uuuuuuu
---TRANSACTION 814538666897, not started
MySQL thread id 56561, OS thread handle 0x7fb32f6d4700, query id 2940098309 192.168.186.184 uuuuuuu
---TRANSACTION 814538717250, not started
MySQL thread id 56559, OS thread handle 0x7fb40ee15700, query id 2940147202 192.168.186.184 uuuuuuu
---TRANSACTION 814538702579, not started
MySQL thread id 56496, OS thread handle 0x7fb32585c700, query id 2940132547 192.168.213.30 uuuuuuu
---TRANSACTION 814538669266, not started
MySQL thread id 51925, OS thread handle 0x7fb4319b3700, query id 2940100846 192.168.222.58 uuuuuuu
---TRANSACTION 814538697934, not started
MySQL thread id 56573, OS thread handle 0x7fb32f9b3700, query id 2940127758 192.168.213.30 uuuuuuu
---TRANSACTION 814538670624, not started
MySQL thread id 56470, OS thread handle 0x7fb3e4f6c700, query id 2940102276 192.168.186.184 uuuuuuu
---TRANSACTION 814538717048, not started
MySQL thread id 56444, OS thread handle 0x7fb443215700, query id 2940147006 192.168.186.184 uuuuuuu
---TRANSACTION 814538605532, not started
MySQL thread id 56408, OS thread handle 0x7fb40b8be700, query id 2940121716 192.168.222.58 uuuuuuu
---TRANSACTION 814538604715, not started
MySQL thread id 56429, OS thread handle 0x7fb485e15700, query id 2940116150 192.168.186.184 uuuuuuu
---TRANSACTION 814538724916, not started
MySQL thread id 51952, OS thread handle 0x7fb492e25700, query id 2940154576 192.168.222.58 uuuuuuu
---TRANSACTION 814538732431, not started
MySQL thread id 56271, OS thread handle 0x7fb4452a8700, query id 2940161581 192.168.213.30 uuuuuuu
---TRANSACTION 814538585671, not started
MySQL thread id 56498, OS thread handle 0x7fb332ed9700, query id 2940101594 192.168.186.184 uuuuuuu
---TRANSACTION 814538708093, not started
MySQL thread id 56334, OS thread handle 0x7fb4393ce700, query id 2940138049 192.168.186.184 uuuuuuu
---TRANSACTION 814538697780, not started
MySQL thread id 56326, OS thread handle 0x7fb325a15700, query id 2940127613 192.168.186.184 uuuuuuu
---TRANSACTION 814538734798, not started
MySQL thread id 56261, OS thread handle 0x7fb325a46700, query id 2940163912 192.168.186.184 uuuuuuu
---TRANSACTION 814538721907, not started
MySQL thread id 56221, OS thread handle 0x7fb3d7246700, query id 2940151688 192.168.213.30 uuuuuuu
---TRANSACTION 814538722720, not started
MySQL thread id 51858, OS thread handle 0x7fb32f920700, query id 2940152426 192.168.222.58 uuuuuuu
---TRANSACTION 814538699883, not started
MySQL thread id 56162, OS thread handle 0x7fb437582700, query id 2940129758 192.168.186.184 uuuuuuu
---TRANSACTION 814538671174, not started
MySQL thread id 56089, OS thread handle 0x7fb42542b700, query id 2940102813 192.168.186.184 uuuuuuu
---TRANSACTION 814538595744, not started
MySQL thread id 56069, OS thread handle 0x7fb39845c700, query id 2940106233 192.168.186.184 uuuuuuu
---TRANSACTION 814538732184, not started
MySQL thread id 56051, OS thread handle 0x7fb3f25df700, query id 2940161340 192.168.186.184 uuuuuuu
---TRANSACTION 814538705933, not started
MySQL thread id 56021, OS thread handle 0x7fb3e9dae700, query id 2940135877 192.168.186.184 uuuuuuu
---TRANSACTION 814538721644, not started
MySQL thread id 55996, OS thread handle 0x7fb43e582700, query id 2940151400 192.168.186.184 uuuuuuu
---TRANSACTION 814538679593, not started
MySQL thread id 55982, OS thread handle 0x7fb3fa551700, query id 2940110923 192.168.186.184 uuuuuuu
---TRANSACTION 814538608953, not started
MySQL thread id 56007, OS thread handle 0x7fb332d20700, query id 2940046553 192.168.186.184 uuuuuuu
---TRANSACTION 814538613199, not started
MySQL thread id 55995, OS thread handle 0x7fb46f178700, query id 2940050699 192.168.186.184 uuuuuuu
---TRANSACTION 814538700242, not started
MySQL thread id 55943, OS thread handle 0x7fb3705b3700, query id 2940130121 192.168.186.184 uuuuuuu
---TRANSACTION 814538724547, not started
MySQL thread id 55930, OS thread handle 0x7fb40d6d4700, query id 2940154243 192.168.186.184 uuuuuuu
---TRANSACTION 814538712194, not started
MySQL thread id 55908, OS thread handle 0x7fb461ea8700, query id 2940142257 192.168.186.184 uuuuuuu
---TRANSACTION 814538534846, not started
MySQL thread id 55899, OS thread handle 0x7fb419798700, query id 2940054419 192.168.186.184 uuuuuuu
---TRANSACTION 814538688183, not started
MySQL thread id 55885, OS thread handle 0x7fb49295c700, query id 2940119089 192.168.186.184 uuuuuuu
---TRANSACTION 814538706500, not started
MySQL thread id 55837, OS thread handle 0x7fb3f11ae700, query id 2940136441 192.168.186.184 uuuuuuu
---TRANSACTION 814538706814, not started
MySQL thread id 55858, OS thread handle 0x7fb43b982700, query id 2940136754 192.168.186.184 uuuuuuu
---TRANSACTION 814538692355, not started
MySQL thread id 55807, OS thread handle 0x7fb41279d700, query id 2940122671 192.168.186.184 uuuuuuu
---TRANSACTION 814538668318, not started
MySQL thread id 55815, OS thread handle 0x7fb3c454c700, query id 2940099765 192.168.186.184 uuuuuuu
---TRANSACTION 814538670724, not started
MySQL thread id 55730, OS thread handle 0x7fb4217f5700, query id 2940102375 192.168.186.184 uuuuuuu
---TRANSACTION 814538721923, not started
MySQL thread id 55727, OS thread handle 0x7fb486982700, query id 2940151705 192.168.186.184 uuuuuuu
---TRANSACTION 814538710054, not started
MySQL thread id 55769, OS thread handle 0x7fb481ed9700, query id 2940140117 192.168.186.184 uuuuuuu
---TRANSACTION 814538724542, not started
MySQL thread id 51153, OS thread handle 0x7fb30da46700, query id 2940154239 192.168.211.62 uuuuuuu
---TRANSACTION 814538706203, not started
MySQL thread id 51240, OS thread handle 0x7fb4376d9700, query id 2940136148 192.168.211.62 uuuuuuu
---TRANSACTION 814538680148, not started
MySQL thread id 51205, OS thread handle 0x7fb3103ce700, query id 2940111471 192.168.211.62 uuuuuuu
---TRANSACTION 814538692001, not started
MySQL thread id 51097, OS thread handle 0x7fb3c648d700, query id 2940122347 192.168.211.62 uuuuuuu
---TRANSACTION 814538724605, not started
MySQL thread id 51112, OS thread handle 0x7fb3762d9700, query id 2940154304 192.168.211.62 uuuuuuu
---TRANSACTION 814538732198, not started
MySQL thread id 51026, OS thread handle 0x7fb410b67700, query id 2940161362 192.168.211.62 uuuuuuu
---TRANSACTION 814538718801, not started
MySQL thread id 50863, OS thread handle 0x7fb332fff700, query id 2940148694 192.168.211.62 uuuuuuu
---TRANSACTION 814538695523, not started
MySQL thread id 50778, OS thread handle 0x7fb32f51b700, query id 2940125516 192.168.211.62 uuuuuuu
---TRANSACTION 814538721774, not started
MySQL thread id 50820, OS thread handle 0x7fb30b30a700, query id 2940151546 192.168.195.113 uuuuuuu
---TRANSACTION 814538719721, not started
MySQL thread id 50796, OS thread handle 0x7fb3c52d9700, query id 2940149592 192.168.195.113 uuuuuuu
---TRANSACTION 814538590007, not started
MySQL thread id 50681, OS thread handle 0x7fb3dc85c700, query id 2940102776 192.168.211.62 uuuuuuu
---TRANSACTION 814538694202, not started
MySQL thread id 54811, OS thread handle 0x7fb3935e4700, query id 2940124258 192.168.218.166 uuuuuuu
---TRANSACTION 814538664139, not started
MySQL thread id 54810, OS thread handle 0x7fb3689e4700, query id 2940154844 192.168.218.166 uuuuuuu
---TRANSACTION 814538716481, not started
MySQL thread id 54905, OS thread handle 0x7fb332f3b700, query id 2940146439 192.168.167.58 uuuuuuu
---TRANSACTION 814538628114, not started
MySQL thread id 54891, OS thread handle 0x7fb3ac6d9700, query id 2940063898 192.168.218.166 uuuuuuu
---TRANSACTION 814538720057, not started
MySQL thread id 54869, OS thread handle 0x7fb3259e4700, query id 2940149910 192.168.218.166 uuuuuuu
---TRANSACTION 814538696159, not started
MySQL thread id 54369, OS thread handle 0x7fb44e42b700, query id 2940126113 192.168.218.166 uuuuuuu
---TRANSACTION 814538670739, not started
MySQL thread id 54090, OS thread handle 0x7fb3be7fa700, query id 2940102391 192.168.218.166 uuuuuuu
---TRANSACTION 814538721595, not started
MySQL thread id 54403, OS thread handle 0x7fb3c457d700, query id 2940151345 192.168.218.166 uuuuuuu
---TRANSACTION 814538719675, not started
MySQL thread id 54471, OS thread handle 0x7fb416ad9700, query id 2940149543 192.168.218.166 uuuuuuu
---TRANSACTION 814538670850, not started
MySQL thread id 50486, OS thread handle 0x7fb39e982700, query id 2940102498 192.168.167.129 uuuuuuu
---TRANSACTION 814538704014, not started
MySQL thread id 50516, OS thread handle 0x7fb31bad4700, query id 2940134007 192.168.167.129 uuuuuuu
---TRANSACTION 814538690391, not started
MySQL thread id 54453, OS thread handle 0x7fb3854ef700, query id 2940120928 192.168.218.166 uuuuuuu
---TRANSACTION 814538668194, not started
MySQL thread id 50472, OS thread handle 0x7fb309e15700, query id 2940099629 192.168.167.129 uuuuuuu
---TRANSACTION 814538701501, not started
MySQL thread id 54355, OS thread handle 0x7fb3ea9e4700, query id 2940130941 192.168.218.166 uuuuuuu
---TRANSACTION 814538729004, not started
MySQL thread id 50448, OS thread handle 0x7fb4411b3700, query id 2940158314 192.168.167.129 uuuuuuu
---TRANSACTION 814538657867, not started
MySQL thread id 54468, OS thread handle 0x7fb371fff700, query id 2940153092 192.168.218.166 uuuuuuu
---TRANSACTION 814538476030, not started
MySQL thread id 50365, OS thread handle 0x7fb3806a8700, query id 2940134187 192.168.167.129 uuuuuuu
---TRANSACTION 814538716928, not started
MySQL thread id 54322, OS thread handle 0x7fb40da46700, query id 2940146878 192.168.218.166 uuuuuuu
---TRANSACTION 814538710105, not started
MySQL thread id 54266, OS thread handle 0x7fb496450700, query id 2940140152 192.168.218.166 uuuuuuu
---TRANSACTION 814538674996, not started
MySQL thread id 54216, OS thread handle 0x7fb421fce700, query id 2940106363 192.168.167.58 uuuuuuu
---TRANSACTION 814538671088, not started
MySQL thread id 54006, OS thread handle 0x7fb494deb700, query id 2940102724 192.168.215.64 uuuuuuu
---TRANSACTION 814538673755, not started
MySQL thread id 54091, OS thread handle 0x7fb436857700, query id 2940105115 192.168.218.166 uuuuuuu
---TRANSACTION 814538724689, not started
MySQL thread id 54141, OS thread handle 0x7fb845135700, query id 2940154362 192.168.218.166 uuuuuuu
---TRANSACTION 814538668970, not started
MySQL thread id 53981, OS thread handle 0x7fb436f6c700, query id 2940100521 192.168.215.64 uuuuuuu
---TRANSACTION 814538733668, not started
MySQL thread id 54229, OS thread handle 0x7fb432e46700, query id 2940162811 192.168.218.166 uuuuuuu
---TRANSACTION 814538721924, not started
MySQL thread id 54186, OS thread handle 0x7fb432fff700, query id 2940151707 192.168.218.166 uuuuuuu
---TRANSACTION 814538721178, not started
MySQL thread id 54054, OS thread handle 0x7fb40d82b700, query id 2940150911 192.168.218.166 uuuuuuu
---TRANSACTION 814538679960, not started
MySQL thread id 54165, OS thread handle 0x7fb43e057700, query id 2940111275 192.168.218.166 uuuuuuu
---TRANSACTION 814538699906, not started
MySQL thread id 54008, OS thread handle 0x7fb494c63700, query id 2940129777 192.168.215.64 uuuuuuu
---TRANSACTION 814538701808, not started
MySQL thread id 54173, OS thread handle 0x7fb43b88d700, query id 2940131731 192.168.218.166 uuuuuuu
---TRANSACTION 814538555378, not started
MySQL thread id 54030, OS thread handle 0x7fb45d3fa700, query id 2940137505 192.168.218.166 uuuuuuu
---TRANSACTION 814538695435, not started
MySQL thread id 54011, OS thread handle 0x7fb4941dc700, query id 2940125429 192.168.215.64 uuuuuuu
---TRANSACTION 814538599618, not started
MySQL thread id 53935, OS thread handle 0x7fb412646700, query id 2940038242 192.168.218.166 uuuuuuu
---TRANSACTION 814538683981, not started
MySQL thread id 54017, OS thread handle 0x7fb364672700, query id 2940115239 192.168.218.166 uuuuuuu
---TRANSACTION 814538616342, not started
MySQL thread id 54007, OS thread handle 0x7fb4270be700, query id 2940127343 192.168.215.64 uuuuuuu
---TRANSACTION 814538607183, not started
MySQL thread id 53962, OS thread handle 0x7fb36d520700, query id 2940044846 192.168.218.166 uuuuuuu
---TRANSACTION 814538709420, not started
MySQL thread id 54065, OS thread handle 0x7fb478151700, query id 2940139452 192.168.218.166 uuuuuuu
---TRANSACTION 814538701503, not started
MySQL thread id 53999, OS thread handle 0x7fb327fce700, query id 2940131429 192.168.215.64 uuuuuuu
---TRANSACTION 814538627645, not started
MySQL thread id 54079, OS thread handle 0x7fb4641e4700, query id 2940129247 192.168.167.58 uuuuuuu
---TRANSACTION 814538730246, not started
MySQL thread id 49665, OS thread handle 0x7fb36d646700, query id 2940159504 192.168.167.58 uuuuuuu
---TRANSACTION 814538671109, not started
MySQL thread id 54110, OS thread handle 0x7fb45d272700, query id 2940102749 192.168.218.166 uuuuuuu
---TRANSACTION 814538575600, not started
MySQL thread id 54009, OS thread handle 0x7fb494b3d700, query id 2940153976 192.168.215.64 uuuuuuu
---TRANSACTION 814538719276, not started
MySQL thread id 54098, OS thread handle 0x7fb4664be700, query id 2940149132 192.168.167.58 uuuuuuu
---TRANSACTION 814538734268, not started
MySQL thread id 53988, OS thread handle 0x7fb4e1116700, query id 2940163398 192.168.215.64 uuuuuuu
---TRANSACTION 814538680615, not started
MySQL thread id 54012, OS thread handle 0x7fb4934d8700, query id 2940111915 192.168.215.64 uuuuuuu
---TRANSACTION 814538682062, not started
MySQL thread id 49545, OS thread handle 0x7fb42576c700, query id 2940113356 192.168.167.58 uuuuuuu
---TRANSACTION 814538723634, not started
MySQL thread id 49655, OS thread handle 0x7fb315cbe700, query id 2940153319 192.168.167.58 uuuuuuu
---TRANSACTION 814538735103, not started
MySQL thread id 53992, OS thread handle 0x7fb496ad2700, query id 2940164212 192.168.218.166 uuuuuuu
---TRANSACTION 814538607343, not started
MySQL thread id 53891, OS thread handle 0x7fb490591700, query id 2940123451 192.168.218.166 uuuuuuu
---TRANSACTION 814538729467, not started
MySQL thread id 53979, OS thread handle 0x7fb44fb0a700, query id 2940158749 192.168.218.166 uuuuuuu
---TRANSACTION 814538609756, not started
MySQL thread id 53919, OS thread handle 0x7fb495dce700, query id 2940124360 192.168.215.64 uuuuuuu
---TRANSACTION 814538686129, not started
MySQL thread id 53875, OS thread handle 0x7fb3209b3700, query id 2940117280 192.168.218.166 uuuuuuu
---TRANSACTION 814538707671, not started
MySQL thread id 53911, OS thread handle 0x7fb43f70a700, query id 2940137615 192.168.218.166 uuuuuuu
---TRANSACTION 814538669343, not started
MySQL thread id 53887, OS thread handle 0x7fb309cef700, query id 2940163809 192.168.218.166 uuuuuuu
---TRANSACTION 814538691924, not started
MySQL thread id 53990, OS thread handle 0x7fb497f7e700, query id 2940122278 192.168.218.166 uuuuuuu
---TRANSACTION 814538521633, not started
MySQL thread id 53957, OS thread handle 0x7fb315fff700, query id 2940115252 192.168.215.64 uuuuuuu
---TRANSACTION 814538727739, not started
MySQL thread id 53836, OS thread handle 0x7fb38f582700, query id 2940157125 192.168.215.64 uuuuuuu
---TRANSACTION 814538669416, not started
MySQL thread id 53802, OS thread handle 0x7fb45e05c700, query id 2940161411 192.168.215.64 uuuuuuu
---TRANSACTION 814538720606, not started
MySQL thread id 53793, OS thread handle 0x7fb3b67ff700, query id 2940150393 192.168.215.64 uuuuuuu
---TRANSACTION 814538700460, not started
MySQL thread id 53762, OS thread handle 0x7fb320bce700, query id 2940130336 192.168.215.64 uuuuuuu
---TRANSACTION 814538674974, not started
MySQL thread id 53746, OS thread handle 0x7fb3a6520700, query id 2940106339 192.168.215.64 uuuuuuu
---TRANSACTION 814538724966, not started
MySQL thread id 53694, OS thread handle 0x7fb402300700, query id 2940154619 192.168.215.64 uuuuuuu
---TRANSACTION 814538735430, not started
MySQL thread id 53684, OS thread handle 0x7fb388151700, query id 2940164508 192.168.215.64 uuuuuuu
---TRANSACTION 814538692763, not started
MySQL thread id 53676, OS thread handle 0x7fb367b9d700, query id 2940123027 192.168.215.64 uuuuuuu
---TRANSACTION 814538716911, not started
MySQL thread id 53654, OS thread handle 0x7fb364b0a700, query id 2940146862 192.168.215.64 uuuuuuu
---TRANSACTION 814538729518, not started
MySQL thread id 53644, OS thread handle 0x7fb36fc8d700, query id 2940158803 192.168.215.64 uuuuuuu
---TRANSACTION 814538653583, not started
MySQL thread id 53629, OS thread handle 0x7fb32f641700, query id 2940086448 192.168.215.64 uuuuuuu
---TRANSACTION 814538723897, not started
MySQL thread id 53619, OS thread handle 0x7fb44b120700, query id 2940153612 192.168.215.64 uuuuuuu
---TRANSACTION 814538721655, not started
MySQL thread id 53576, OS thread handle 0x7fb45fb67700, query id 2940151414 192.168.215.64 uuuuuuu
---TRANSACTION 814538713837, not started
MySQL thread id 53505, OS thread handle 0x7fb49512c700, query id 2940143829 192.168.215.64 uuuuuuu
---TRANSACTION 814538707620, not started
MySQL thread id 53511, OS thread handle 0x7fb44d3ce700, query id 2940137575 192.168.215.64 uuuuuuu
---TRANSACTION 814538735755, not started
MySQL thread id 48984, OS thread handle 0x7fb46f9ae700, query id 2940164827 192.168.195.113 uuuuuuu
---TRANSACTION 814538682606, not started
MySQL thread id 48899, OS thread handle 0x7fb332db3700, query id 2940113909 192.168.195.113 uuuuuuu
---TRANSACTION 814538708689, not started
MySQL thread id 53221, OS thread handle 0x7fb3619ae700, query id 2940138688 192.168.177.232 uuuuuuu
---TRANSACTION 814538725357, not started
MySQL thread id 53217, OS thread handle 0x7fb8e5966700, query id 2940154980 192.168.222.58 uuuuuuu
---TRANSACTION 814538668017, not started
MySQL thread id 53177, OS thread handle 0x7fb317e46700, query id 2940099430 192.168.222.58 uuuuuuu
---TRANSACTION 814538723701, not started
MySQL thread id 53189, OS thread handle 0x7fb4377ff700, query id 2940153392 192.168.213.4 uuuuuuu
---TRANSACTION 814538725194, not started
MySQL thread id 53191, OS thread handle 0x7fb396bff700, query id 2940154833 192.168.213.4 uuuuuuu
---TRANSACTION 814538668187, not started
MySQL thread id 9137, OS thread handle 0x7fb482f9d700, query id 2940099620 192.168.210.67 uuuuuuu
---TRANSACTION 814538736503, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 52940, OS thread handle 0x7fb4947fc700, query id 2940165571 192.168.217.71 uuuuuuu Sorting result
SELECT * FROM `xxxxxx_event` WHERE `our_event_id` = '1664938' ORDER BY `updated_at` DESC LIMIT 1
---TRANSACTION 814538529360, not started
MySQL thread id 52961, OS thread handle 0x7fb3139b3700, query id 2940124939 192.168.217.71 uuuuuuu
---TRANSACTION 814538471715, not started
MySQL thread id 52943, OS thread handle 0x7fb32f4ea700, query id 2940063981 192.168.208.172 uuuuuuu
---TRANSACTION 814538733985, not started
MySQL thread id 52919, OS thread handle 0x7fb361c8d700, query id 2940163119 192.168.208.172 uuuuuuu
---TRANSACTION 814538586825, not started
MySQL thread id 52917, OS thread handle 0x7fb31f7c9700, query id 2940027073 192.168.217.71 uuuuuuu
---TRANSACTION 814538599658, not started
MySQL thread id 52897, OS thread handle 0x7fb3649b3700, query id 2940038280 192.168.208.172 uuuuuuu
---TRANSACTION 814538208698, not started
MySQL thread id 52901, OS thread handle 0x7fb4273ff700, query id 2940091990 192.168.217.71 uuuuuuu
---TRANSACTION 814538669301, not started
MySQL thread id 52876, OS thread handle 0x7fb439f67700, query id 2940100882 192.168.208.172 uuuuuuu
---TRANSACTION 814538652444, not started
MySQL thread id 52827, OS thread handle 0x7fb420ad9700, query id 2940085449 192.168.217.71 uuuuuuu
---TRANSACTION 814538632262, not started
MySQL thread id 52828, OS thread handle 0x7fb31f982700, query id 2940067762 192.168.208.172 uuuuuuu
---TRANSACTION 814538627743, not started
MySQL thread id 52373, OS thread handle 0x7fb48d181700, query id 2940063544 192.168.213.4 uuuuuuu
---TRANSACTION 814538725602, not started
MySQL thread id 52409, OS thread handle 0x7fb411bff700, query id 2940155199 192.168.222.58 uuuuuuu
---TRANSACTION 814538708821, not started
MySQL thread id 52239, OS thread handle 0x7fb3675df700, query id 2940138806 192.168.222.58 uuuuuuu
---TRANSACTION 814538690813, not started
MySQL thread id 52437, OS thread handle 0x7fb40bbff700, query id 2940121276 192.168.213.4 uuuuuuu
---TRANSACTION 814538716981, not started
MySQL thread id 52576, OS thread handle 0x7fb4393ff700, query id 2940146934 192.168.177.232 uuuuuuu
---TRANSACTION 814538680655, not started
MySQL thread id 48088, OS thread handle 0x7fb426677700, query id 2940111956 192.168.195.113 uuuuuuu
---TRANSACTION 814538666908, not started
MySQL thread id 52516, OS thread handle 0x7fb49767f700, query id 2940158532 192.168.177.232 uuuuuuu
---TRANSACTION 814538721840, not started
MySQL thread id 52553, OS thread handle 0x7fb364aa8700, query id 2940151612 192.168.177.232 uuuuuuu
---TRANSACTION 814538706782, not started
MySQL thread id 52135, OS thread handle 0x7fb41bbce700, query id 2940136718 192.168.213.4 uuuuuuu
---TRANSACTION 814538670714, not started
MySQL thread id 52538, OS thread handle 0x7fb328982700, query id 2940102364 192.168.177.232 uuuuuuu
---TRANSACTION 814538706689, not started
MySQL thread id 52412, OS thread handle 0x7fb309367700, query id 2940136609 192.168.177.232 uuuuuuu
---TRANSACTION 814538674946, not started
MySQL thread id 52424, OS thread handle 0x7fb48eb27700, query id 2940106273 192.168.222.58 uuuuuuu
---TRANSACTION 814538679210, not started
MySQL thread id 52461, OS thread handle 0x7fb48df18700, query id 2940110543 192.168.177.232 uuuuuuu
---TRANSACTION 814538724286, not started
MySQL thread id 10961, OS thread handle 0x7fb3cb0b9700, query id 2940153982 192.168.210.67 uuuuuuu
---TRANSACTION 814538724443, not started
MySQL thread id 52457, OS thread handle 0x7fb447bce700, query id 2940154139 192.168.222.58 uuuuuuu
---TRANSACTION 814538729524, not started
MySQL thread id 52430, OS thread handle 0x7fb463277700, query id 2940158808 192.168.177.232 uuuuuuu
---TRANSACTION 814538724109, not started
MySQL thread id 52289, OS thread handle 0x7fb39f920700, query id 2940153810 192.168.177.232 uuuuuuu
---TRANSACTION 814538676105, not started
MySQL thread id 52160, OS thread handle 0x7fb367b6c700, query id 2940107488 192.168.213.4 uuuuuuu
---TRANSACTION 814538698486, not started
MySQL thread id 52401, OS thread handle 0x7fb3f39b3700, query id 2940128305 192.168.213.4 uuuuuuu
---TRANSACTION 814538670735, not started
MySQL thread id 52535, OS thread handle 0x7fb43b4be700, query id 2940102386 192.168.222.58 uuuuuuu
---TRANSACTION 814538710562, not started
MySQL thread id 52439, OS thread handle 0x7fb327fff700, query id 2940140612 192.168.213.4 uuuuuuu
---TRANSACTION 814538667522, not started
MySQL thread id 52508, OS thread handle 0x7fb4921e5700, query id 2940165744 192.168.222.58 uuuuuuu
---TRANSACTION 814538699680, not started
MySQL thread id 52411, OS thread handle 0x7fb37b4ef700, query id 2940129519 192.168.213.4 uuuuuuu
---TRANSACTION 814538721277, not started
MySQL thread id 52525, OS thread handle 0x7fb327f3b700, query id 2940151006 192.168.177.232 uuuuuuu
---TRANSACTION 814538612306, not started
MySQL thread id 52495, OS thread handle 0x7fb3097ce700, query id 2940126284 192.168.222.58 uuuuuuu
---TRANSACTION 814538703956, not started
MySQL thread id 52383, OS thread handle 0x7fb328aa8700, query id 2940133965 192.168.222.58 uuuuuuu
---TRANSACTION 814538705508, not started
MySQL thread id 52384, OS thread handle 0x7fb4133ff700, query id 2940135488 192.168.213.4 uuuuuuu
---TRANSACTION 814538710934, not started
MySQL thread id 52375, OS thread handle 0x7fb397a77700, query id 2940140992 192.168.177.232 uuuuuuu
---TRANSACTION 814538711102, not started
MySQL thread id 52474, OS thread handle 0x7fb40db9d700, query id 2940141167 192.168.177.232 uuuuuuu
---TRANSACTION 814538546202, not started
MySQL thread id 48208, OS thread handle 0x7fb39117d700, query id 2940132155 192.168.195.113 uuuuuuu
---TRANSACTION 814538723948, not started
MySQL thread id 52472, OS thread handle 0x7fb44279d700, query id 2940153661 192.168.213.4 uuuuuuu
---TRANSACTION 814538685493, not started
MySQL thread id 52345, OS thread handle 0x7fb4909c7700, query id 2940116705 192.168.213.4 uuuuuuu
---TRANSACTION 814538730567, not started
MySQL thread id 52400, OS thread handle 0x7fb312aa3700, query id 2940159802 192.168.222.58 uuuuuuu
---TRANSACTION 814538703019, not started
MySQL thread id 52312, OS thread handle 0x7fb3bad20700, query id 2940133006 192.168.222.58 uuuuuuu
---TRANSACTION 814538517886, not started
MySQL thread id 52358, OS thread handle 0x7fb3d670a700, query id 2940029961 192.168.177.232 uuuuuuu
---TRANSACTION 814538674864, not started
MySQL thread id 48197, OS thread handle 0x7fb39ddb3700, query id 2940106210 192.168.195.113 uuuuuuu
---TRANSACTION 814538698555, not started
MySQL thread id 52334, OS thread handle 0x7fb32fad9700, query id 2940128372 192.168.213.4 uuuuuuu
---TRANSACTION 814538639019, not started
MySQL thread id 52229, OS thread handle 0x7fb3c00ef700, query id 2940140031 192.168.222.58 uuuuuuu
---TRANSACTION 814538679703, not started
MySQL thread id 52219, OS thread handle 0x7fb31030a700, query id 2940111035 192.168.213.4 uuuuuuu
---TRANSACTION 814538733689, not started
MySQL thread id 52217, OS thread handle 0x7fb3fda77700, query id 2940162826 192.168.222.58 uuuuuuu
---TRANSACTION 814538719047, not started
MySQL thread id 52204, OS thread handle 0x7fb45840d700, query id 2940148926 192.168.222.58 uuuuuuu
---TRANSACTION 814538685576, not started
MySQL thread id 52405, OS thread handle 0x7fb43854c700, query id 2940116783 192.168.177.232 uuuuuuu
---TRANSACTION 814538725212, not started
MySQL thread id 52146, OS thread handle 0x7fb45fad4700, query id 2940154850 192.168.213.4 uuuuuuu
---TRANSACTION 814538669081, not started
MySQL thread id 52206, OS thread handle 0x7fb446db3700, query id 2940165753 192.168.213.4 uuuuuuu
---TRANSACTION 814538607675, not started
MySQL thread id 52332, OS thread handle 0x7fb42570a700, query id 2940045329 192.168.222.58 uuuuuuu
---TRANSACTION 814538719358, not started
MySQL thread id 52271, OS thread handle 0x7fb37b48d700, query id 2940149215 192.168.222.58 uuuuuuu
---TRANSACTION 814538707076, not started
MySQL thread id 52242, OS thread handle 0x7fb44cb6c700, query id 2940137023 192.168.213.4 uuuuuuu
---TRANSACTION 814538736140, not started
MySQL thread id 52245, OS thread handle 0x7fb41736c700, query id 2940165184 192.168.213.4 uuuuuuu
---TRANSACTION 814538702533, not started
MySQL thread id 52274, OS thread handle 0x7fb43b5e4700, query id 2940132498 192.168.213.4 uuuuuuu
---TRANSACTION 814538675371, not started
MySQL thread id 52317, OS thread handle 0x7fb3f870a700, query id 2940106756 192.168.213.4 uuuuuuu
---TRANSACTION 814538697263, not started
MySQL thread id 52183, OS thread handle 0x7fb44abff700, query id 2940127121 192.168.222.58 uuuuuuu
---TRANSACTION 814538690388, not started
MySQL thread id 52336, OS thread handle 0x7fb32fb3b700, query id 2940120920 192.168.177.232 uuuuuuu
---TRANSACTION 814538634380, not started
MySQL thread id 52267, OS thread handle 0x7fb32faa8700, query id 2940069799 192.168.222.58 uuuuuuu
---TRANSACTION 814538700503, not started
MySQL thread id 52316, OS thread handle 0x7fb31bc8d700, query id 2940130377 192.168.177.232 uuuuuuu
---TRANSACTION 814538722382, not started
MySQL thread id 52184, OS thread handle 0x7fb41cf93700, query id 2940152005 192.168.222.58 uuuuuuu
---TRANSACTION 814538719838, not started
MySQL thread id 52269, OS thread handle 0x7fb454d20700, query id 2940149705 192.168.213.4 uuuuuuu
---TRANSACTION 814538712767, not started
MySQL thread id 52300, OS thread handle 0x7fb363e77700, query id 2940142789 192.168.213.4 uuuuuuu
---TRANSACTION 814538701339, not started
MySQL thread id 52134, OS thread handle 0x7fb370c5c700, query id 2940131258 192.168.222.58 uuuuuuu
---TRANSACTION 814538729895, not started
MySQL thread id 52174, OS thread handle 0x7fb31f88d700, query id 2940159163 192.168.213.4 uuuuuuu
---TRANSACTION 814538686742, not started
MySQL thread id 52192, OS thread handle 0x7fb438610700, query id 2940117824 192.168.213.4 uuuuuuu
---TRANSACTION 814538669261, not started
MySQL thread id 52089, OS thread handle 0x7fb381241700, query id 2940100839 192.168.213.4 uuuuuuu
---TRANSACTION 814538670377, not started
MySQL thread id 52054, OS thread handle 0x7fb40a646700, query id 2940102034 192.168.213.4 uuuuuuu
---TRANSACTION 814538637161, not started
MySQL thread id 52055, OS thread handle 0x7fb3d7151700, query id 2940072268 192.168.222.58 uuuuuuu
---TRANSACTION 814538690639, not started
MySQL thread id 52030, OS thread handle 0x7fb3741b3700, query id 2940121144 192.168.222.58 uuuuuuu
---TRANSACTION 814538724555, not started
MySQL thread id 52032, OS thread handle 0x7fb3ea1e4700, query id 2940154253 192.168.213.4 uuuuuuu
---TRANSACTION 814538630469, not started
MySQL thread id 52013, OS thread handle 0x7fb364488700, query id 2940134195 192.168.213.4 uuuuuuu
---TRANSACTION 814538698217, not started
MySQL thread id 52008, OS thread handle 0x7fb36194c700, query id 2940128045 192.168.222.58 uuuuuuu
---TRANSACTION 814538724524, not started
MySQL thread id 51926, OS thread handle 0x7fb422f0a700, query id 2940154218 192.168.222.58 uuuuuuu
---TRANSACTION 814538727303, not started
MySQL thread id 51977, OS thread handle 0x7fb3bfb9d700, query id 2940156722 192.168.213.4 uuuuuuu
---TRANSACTION 814538704426, not started
MySQL thread id 51976, OS thread handle 0x7fb3c3982700, query id 2940134425 192.168.222.58 uuuuuuu
---TRANSACTION 814538707197, not started
MySQL thread id 51915, OS thread handle 0x7fb4283ff700, query id 2940137147 192.168.222.58 uuuuuuu
---TRANSACTION 814538708955, not started
MySQL thread id 51941, OS thread handle 0x7fb461f6c700, query id 2940138932 192.168.222.58 uuuuuuu
---TRANSACTION 814538693864, not started
MySQL thread id 51848, OS thread handle 0x7fb361bc9700, query id 2940123956 192.168.222.58 uuuuuuu
---TRANSACTION 814538701470, not started
MySQL thread id 51251, OS thread handle 0x7fb3096a8700, query id 2940131389 192.168.211.62 uuuuuuu
---TRANSACTION 814538679018, not started
MySQL thread id 51192, OS thread handle 0x7fb30d982700, query id 2940110373 192.168.211.62 uuuuuuu
---TRANSACTION 814538699351, not started
MySQL thread id 51164, OS thread handle 0x7fb361a41700, query id 2940129153 192.168.211.62 uuuuuuu
---TRANSACTION 814538689889, not started
MySQL thread id 51138, OS thread handle 0x7fb3083ff700, query id 2940120469 192.168.211.62 uuuuuuu
---TRANSACTION 814538676030, not started
MySQL thread id 51123, OS thread handle 0x7fb473b3b700, query id 2940107417 192.168.211.62 uuuuuuu
---TRANSACTION 814538701250, not started
MySQL thread id 50958, OS thread handle 0x7fb3a7215700, query id 2940131160 192.168.211.62 uuuuuuu
---TRANSACTION 814538729008, not started
MySQL thread id 50954, OS thread handle 0x7fb462ea3700, query id 2940158313 192.168.211.62 uuuuuuu
---TRANSACTION 814538590672, not started
MySQL thread id 51057, OS thread handle 0x7fb440677700, query id 2940030574 192.168.211.62 uuuuuuu
---TRANSACTION 814538702804, not started
MySQL thread id 51048, OS thread handle 0x7fb3e9e41700, query id 2940132779 192.168.211.62 uuuuuuu
---TRANSACTION 814538570762, not started
MySQL thread id 51007, OS thread handle 0x7fb43f4be700, query id 2940095768 192.168.211.62 uuuuuuu
---TRANSACTION 814538734945, not started
MySQL thread id 50988, OS thread handle 0x7fb43bb3b700, query id 2940164059 192.168.211.62 uuuuuuu
---TRANSACTION 814538717211, not started
MySQL thread id 50890, OS thread handle 0x7fb32f767700, query id 2940147172 192.168.211.62 uuuuuuu
---TRANSACTION 814538713203, not started
MySQL thread id 50874, OS thread handle 0x7fb3db215700, query id 2940143206 192.168.211.62 uuuuuuu
---TRANSACTION 814538701996, not started
MySQL thread id 50725, OS thread handle 0x7fb315d51700, query id 2940131929 192.168.211.62 uuuuuuu
---TRANSACTION 814538697487, not started
MySQL thread id 50838, OS thread handle 0x7fb495c15700, query id 2940127323 192.168.211.62 uuuuuuu
---TRANSACTION 814538692058, not started
MySQL thread id 50803, OS thread handle 0x7fb3679e4700, query id 2940122399 192.168.211.62 uuuuuuu
---TRANSACTION 814538612747, not started
MySQL thread id 50664, OS thread handle 0x7fb312f0a700, query id 2940126266 192.168.211.62 uuuuuuu
---TRANSACTION 814538728993, not started
MySQL thread id 50449, OS thread handle 0x7fb3c95e4700, query id 2940158303 192.168.167.129 uuuuuuu
---TRANSACTION 814538718931, not started
MySQL thread id 50530, OS thread handle 0x7fb47ac8d700, query id 2940148811 192.168.167.129 uuuuuuu
---TRANSACTION 814538674909, not started
MySQL thread id 50453, OS thread handle 0x7fb4091b3700, query id 2940106262 192.168.167.129 uuuuuuu
---TRANSACTION 814538694263, not started
MySQL thread id 50412, OS thread handle 0x7fb327e15700, query id 2940124320 192.168.167.129 uuuuuuu
---TRANSACTION 814538716950, not started
MySQL thread id 50432, OS thread handle 0x7fb43efff700, query id 2940146898 192.168.167.129 uuuuuuu
---TRANSACTION 814538694309, not started
MySQL thread id 50507, OS thread handle 0x7fb3c3a46700, query id 2940124364 192.168.167.129 uuuuuuu
---TRANSACTION 814538724413, not started
MySQL thread id 50441, OS thread handle 0x7fb312f3b700, query id 2940154107 192.168.167.129 uuuuuuu
---TRANSACTION 814538668467, not started
MySQL thread id 50490, OS thread handle 0x7fb309ea8700, query id 2940165610 192.168.167.129 uuuuuuu
---TRANSACTION 814538621540, not started
MySQL thread id 50408, OS thread handle 0x7fb32f951700, query id 2940058067 192.168.167.129 uuuuuuu
---TRANSACTION 814538703876, not started
MySQL thread id 50379, OS thread handle 0x7fb44836c700, query id 2940133893 192.168.167.129 uuuuuuu
---TRANSACTION 814538680773, not started
MySQL thread id 50390, OS thread handle 0x7fb30b120700, query id 2940112076 192.168.167.129 uuuuuuu
---TRANSACTION 814538702736, not started
MySQL thread id 50344, OS thread handle 0x7fb43daca700, query id 2940132700 192.168.167.129 uuuuuuu
---TRANSACTION 814538591865, not started
MySQL thread id 50318, OS thread handle 0x7fb317f9d700, query id 2940103125 192.168.167.129 uuuuuuu
---TRANSACTION 814538684712, not started
MySQL thread id 50292, OS thread handle 0x7fb361b67700, query id 2940115942 192.168.167.129 uuuuuuu
---TRANSACTION 814538726989, not started
MySQL thread id 50307, OS thread handle 0x7fb496d4f700, query id 2940156443 192.168.167.129 uuuuuuu
---TRANSACTION 814538704142, not started
MySQL thread id 50295, OS thread handle 0x7fb4322d9700, query id 2940134141 192.168.167.129 uuuuuuu
---TRANSACTION 814538698414, not started
MySQL thread id 49867, OS thread handle 0x7fb30d85c700, query id 2940128236 192.168.195.113 uuuuuuu
---TRANSACTION 814538733647, not started
MySQL thread id 49870, OS thread handle 0x7fb432d51700, query id 2940162790 192.168.167.58 uuuuuuu
---TRANSACTION 814538728429, not started
MySQL thread id 49810, OS thread handle 0x7fb3093fa700, query id 2940157779 192.168.167.58 uuuuuuu
---TRANSACTION 814538732360, not started
MySQL thread id 49839, OS thread handle 0x7fb44aad9700, query id 2940161511 192.168.167.58 uuuuuuu
---TRANSACTION 814538675944, not started
MySQL thread id 49817, OS thread handle 0x7fb3812a3700, query id 2940107320 192.168.167.58 uuuuuuu
---TRANSACTION 814538725215, not started
MySQL thread id 49701, OS thread handle 0x7fb46d39d700, query id 2940154854 192.168.167.58 uuuuuuu
---TRANSACTION 814538668433, not started
MySQL thread id 49752, OS thread handle 0x7fb31fa15700, query id 2940099924 192.168.167.58 uuuuuuu
---TRANSACTION 814538714121, not started
MySQL thread id 49643, OS thread handle 0x7fb40a272700, query id 2940144125 192.168.167.58 uuuuuuu
---TRANSACTION 814538603494, not started
MySQL thread id 49753, OS thread handle 0x7fb43e6a8700, query id 2940041551 192.168.167.58 uuuuuuu
---TRANSACTION 814538674822, not started
MySQL thread id 49634, OS thread handle 0x7fb43bb9d700, query id 2940106163 192.168.167.58 uuuuuuu
---TRANSACTION 814538634016, not started
MySQL thread id 49597, OS thread handle 0x7fb491fca700, query id 2940069469 192.168.167.58 uuuuuuu
---TRANSACTION 814538720416, not started
MySQL thread id 49726, OS thread handle 0x7fb4989d4700, query id 2940150238 192.168.167.58 uuuuuuu
---TRANSACTION 814538732845, not started
MySQL thread id 49606, OS thread handle 0x7fb40d29e700, query id 2940161972 192.168.167.58 uuuuuuu
---TRANSACTION 814538729321, not started
MySQL thread id 49557, OS thread handle 0x7fb31f457700, query id 2940158610 192.168.167.58 uuuuuuu
---TRANSACTION 814538729633, not started
MySQL thread id 49587, OS thread handle 0x7fb48d9ed700, query id 2940158916 192.168.167.58 uuuuuuu
---TRANSACTION 814538702167, not started
MySQL thread id 49550, OS thread handle 0x7fb3cf677700, query id 2940132109 192.168.167.58 uuuuuuu
---TRANSACTION 814538701668, not started
MySQL thread id 49527, OS thread handle 0x7fb49601a700, query id 2940131602 192.168.167.58 uuuuuuu
---TRANSACTION 814538685271, not started
MySQL thread id 49510, OS thread handle 0x7fb4958a3700, query id 2940116496 192.168.167.58 uuuuuuu
---TRANSACTION 814538723806, not started
MySQL thread id 49498, OS thread handle 0x7fb48f798700, query id 2940153514 192.168.167.58 uuuuuuu
---TRANSACTION 814538699591, not started
MySQL thread id 48944, OS thread handle 0x7fb3bc48d700, query id 2940129352 192.168.195.113 uuuuuuu
---TRANSACTION 814538685437, not started
MySQL thread id 48900, OS thread handle 0x7fb43b7fa700, query id 2940116643 192.168.195.113 uuuuuuu
---TRANSACTION 814538676123, not started
MySQL thread id 44479, OS thread handle 0x7fb362fce700, query id 2940107503 192.168.163.136 uuuuuuu
---TRANSACTION 814538729539, not started
MySQL thread id 48123, OS thread handle 0x7fb3f148d700, query id 2940158822 192.168.195.113 uuuuuuu
---TRANSACTION 814538736484, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 48173, OS thread handle 0x7fb3c4798700, query id 2940165573 192.168.195.113 uuuuuuu Sorting result
SELECT * FROM `ysb88_odds_13_1` WHERE `event_id` = '8596668' AND `home_od` != '-' ORDER BY add_time LIMIT 1
---TRANSACTION 814538721213, not started
MySQL thread id 48233, OS thread handle 0x7fb37639d700, query id 2940150941 192.168.195.113 uuuuuuu
---TRANSACTION 814538734425, not started
MySQL thread id 48257, OS thread handle 0x7fb36d45c700, query id 2940163556 192.168.195.113 uuuuuuu
---TRANSACTION 814538710384, not started
MySQL thread id 48245, OS thread handle 0x7fb371f6c700, query id 2940140416 192.168.195.113 uuuuuuu
---TRANSACTION 814538707133, not started
MySQL thread id 48268, OS thread handle 0x7fb367457700, query id 2940137040 192.168.195.113 uuuuuuu
---TRANSACTION 814538431308, not started
MySQL thread id 14627, OS thread handle 0x7fb394fff700, query id 2940029530 192.168.208.172 uuuuuuu
---TRANSACTION 814538709717, not started
MySQL thread id 48145, OS thread handle 0x7fb3da88d700, query id 2940139743 192.168.195.113 uuuuuuu
---TRANSACTION 814538676953, not started
MySQL thread id 47027, OS thread handle 0x7fb31f57d700, query id 2940108351 192.168.211.62 uuuuuuu
---TRANSACTION 814538644606, not started
MySQL thread id 22930, OS thread handle 0x7fb421516700, query id 2940078798 192.168.210.67 uuuuuuu
---TRANSACTION 814538668013, not started
MySQL thread id 44470, OS thread handle 0x7fb3645df700, query id 2940159340 192.168.163.136 uuuuuuu
---TRANSACTION 814538674691, not started
MySQL thread id 6943, OS thread handle 0x7fb421452700, query id 2940106024 192.168.210.67 uuuuuuu
---TRANSACTION 814538365145, not started
MySQL thread id 5865, OS thread handle 0x7fb438982700, query id 2940116985 192.168.210.67 uuuuuuu
---TRANSACTION 814538641049, not started
MySQL thread id 17758, OS thread handle 0x7fb382d20700, query id 2940075738 192.168.208.172 uuuuuuu
---TRANSACTION 814538662401, not started
MySQL thread id 1456, OS thread handle 0x7fb48fde9700, query id 2940094399 192.168.217.71 uuuuuuu
---TRANSACTION 814538729811, not started
MySQL thread id 16240, OS thread handle 0x7fb3912d4700, query id 2940159084 192.168.217.71 uuuuuuu
---TRANSACTION 814538695172, not started
MySQL thread id 8725, OS thread handle 0x7fb4514ef700, query id 2940125194 192.168.215.64 uuuuuuu
---TRANSACTION 814538621367, not started
MySQL thread id 15336, OS thread handle 0x7fb38bdb3700, query id 2940057923 192.168.208.172 uuuuuuu
---TRANSACTION 814538694009, not started
MySQL thread id 16964, OS thread handle 0x7fb38b97d700, query id 2940124085 192.168.213.4 uuuuuuu
---TRANSACTION 814538638030, not started
MySQL thread id 15598, OS thread handle 0x7fb394ed9700, query id 2940073038 192.168.217.71 uuuuuuu
---TRANSACTION 814538721620, not started
MySQL thread id 14949, OS thread handle 0x7fb3913fa700, query id 2940151373 192.168.208.172 uuuuuuu
---TRANSACTION 814538703023, not started
MySQL thread id 14551, OS thread handle 0x7fb39785c700, query id 2940133012 192.168.208.172 uuuuuuu
---TRANSACTION 814538683290, not started
MySQL thread id 14672, OS thread handle 0x7fb394fce700, query id 2940114557 192.168.213.30 uuuuuuu
---TRANSACTION 814538722828, not started
MySQL thread id 39765, OS thread handle 0x7fb3bd551700, query id 2940152489 192.168.187.41 uuuuuuu
---TRANSACTION 814538456407, not started
MySQL thread id 39111, OS thread handle 0x7fb3ed0ba700, query id 2939907781 192.168.187.41 uuuuuuu
---TRANSACTION 814538734555, not started
MySQL thread id 13495, OS thread handle 0x7fb3a7e46700, query id 2940163676 192.168.217.71 uuuuuuu
---TRANSACTION 814538736399, not started
MySQL thread id 22724, OS thread handle 0x7fb45877f700, query id 2940165443 192.168.210.67 uuuuuuu
---TRANSACTION 814538675767, not started
MySQL thread id 19991, OS thread handle 0x7fb36d4ef700, query id 2940107151 192.168.210.67 uuuuuuu
---TRANSACTION 814538470964, not started
MySQL thread id 21237, OS thread handle 0x7fb37b520700, query id 2940063325 192.168.217.71 uuuuuuu
---TRANSACTION 814538543716, not started
MySQL thread id 10056, OS thread handle 0x7fb3e2a10700, query id 2939988033 192.168.210.67 uuuuuuu
---TRANSACTION 814538310237, not started
MySQL thread id 6752, OS thread handle 0x7fb4253fa700, query id 2939902719 192.168.210.67 uuuuuuu
---TRANSACTION 814538590905, not started
MySQL thread id 5738, OS thread handle 0x7fb43b615700, query id 2940030769 192.168.208.172 uuuuuuu
---TRANSACTION 814538636782, not started
MySQL thread id 18192, OS thread handle 0x7fb37b646700, query id 2940071944 192.168.217.71 uuuuuuu
---TRANSACTION 814538667916, not started
MySQL thread id 5395, OS thread handle 0x7fb445277700, query id 2940099324 192.168.208.172 uuuuuuu
---TRANSACTION 814538695511, not started
MySQL thread id 21929, OS thread handle 0x7fb46f9df700, query id 2940125504 192.168.222.58 uuuuuuu
---TRANSACTION 814538500718, not started
MySQL thread id 2970, OS thread handle 0x7fb477f05700, query id 2940101585 192.168.210.67 uuuuuuu
---TRANSACTION 814538614351, not started
MySQL thread id 2576, OS thread handle 0x7fb47f3ff700, query id 2940051752 192.168.217.71 uuuuuuu
---TRANSACTION 814538443016, not started
MySQL thread id 2005, OS thread handle 0x7fb48c5e4700, query id 2939896001 192.168.217.71 uuuuuuu
---TRANSACTION 814538659850, not started
MySQL thread id 16288, OS thread handle 0x7fb3883ce700, query id 2940092108 192.168.208.172 uuuuuuu
---TRANSACTION 814538671166, not started
MySQL thread id 2372, OS thread handle 0x7fb48560b700, query id 2940102793 192.168.221.175 uuuuuuu
---TRANSACTION 814538701047, not started
MySQL thread id 2434, OS thread handle 0x7fb482de4700, query id 2940130958 192.168.167.58 uuuuuuu
---TRANSACTION 814538712023, not started
MySQL thread id 20152, OS thread handle 0x7fb37ef3b700, query id 2940142077 192.168.215.64 uuuuuuu
---TRANSACTION 814538702899, not started
MySQL thread id 15718, OS thread handle 0x7fb3862a8700, query id 2940132877 192.168.208.172 uuuuuuu
---TRANSACTION 814538706398, not started
MySQL thread id 15562, OS thread handle 0x7fb38bb67700, query id 2940136337 192.168.208.172 uuuuuuu
---TRANSACTION 814538588820, not started
MySQL thread id 14207, OS thread handle 0x7fb399b0a700, query id 2940100640 192.168.164.15 uuuuuuu
---TRANSACTION 814538708385, not started
MySQL thread id 15379, OS thread handle 0x7fb38bc8d700, query id 2940138368 192.168.208.172 uuuuuuu
---TRANSACTION 814538071242, not started
MySQL thread id 24685, OS thread handle 0x7fb362f3b700, query id 2940093333 192.168.208.172 uuuuuuu
---TRANSACTION 814538594482, not started
MySQL thread id 15650, OS thread handle 0x7fb38a120700, query id 2940033875 192.168.217.71 uuuuuuu
---TRANSACTION 814538430410, not started
MySQL thread id 15612, OS thread handle 0x7fb38f73b700, query id 2940028828 192.168.217.71 uuuuuuu
---TRANSACTION 814538694419, not started
MySQL thread id 15447, OS thread handle 0x7fb3916a8700, query id 2940124471 192.168.217.71 uuuuuuu
---TRANSACTION 814538588853, not started
MySQL thread id 24392, OS thread handle 0x7fb364a46700, query id 2940028879 192.168.208.172 uuuuuuu
---TRANSACTION 814538694280, not started
MySQL thread id 15048, OS thread handle 0x7fb3911ae700, query id 2940124260 192.168.217.71 uuuuuuu
---TRANSACTION 814538680393, not started
MySQL thread id 8948, OS thread handle 0x7fb48e68f700, query id 2940111695 192.168.221.175 uuuuuuu
---TRANSACTION 814538701406, not started
MySQL thread id 8184, OS thread handle 0x7fb40a4ef700, query id 2940131326 192.168.167.58 uuuuuuu
---TRANSACTION 814538702370, not started
MySQL thread id 18852, OS thread handle 0x7fb36fd51700, query id 2940132324 192.168.221.175 uuuuuuu
---TRANSACTION 814538582113, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 13439, OS thread handle 0x7fb3a7c5c700, query id 2940165734 192.168.195.113 uuuuuuu statistics
SELECT * FROM `bwin_event` WHERE `id` = '9195174' LIMIT 1
---TRANSACTION 814538679959, not started
MySQL thread id 5601, OS thread handle 0x7fb43ddda700, query id 2940111277 192.168.215.64 uuuuuuu
---TRANSACTION 814538179390, not started
MySQL thread id 13565, OS thread handle 0x7fb3cb17d700, query id 2940050316 192.168.217.71 uuuuuuu
---TRANSACTION 814538633700, not started
MySQL thread id 13661, OS thread handle 0x7fb3d33ce700, query id 2940069167 192.168.217.71 uuuuuuu
---TRANSACTION 814538667513, not started
MySQL thread id 13438, OS thread handle 0x7fb3c0d20700, query id 2940098934 192.168.217.71 uuuuuuu
---TRANSACTION 814538709452, not started
MySQL thread id 22890, OS thread handle 0x7fb363d20700, query id 2940139484 192.168.222.58 uuuuuuu
---TRANSACTION 814538712284, not started
MySQL thread id 4577, OS thread handle 0x7fb455d20700, query id 2940142341 192.168.164.15 uuuuuuu
---TRANSACTION 814538676090, not started
MySQL thread id 22760, OS thread handle 0x7fb3679b3700, query id 2940107455 192.168.210.67 uuuuuuu
---TRANSACTION 814538530130, not started
MySQL thread id 30609, OS thread handle 0x7fb40a5e4700, query id 2939975530 192.168.208.172 uuuuuuu
---TRANSACTION 814538588551, not started
MySQL thread id 12215, OS thread handle 0x7fb3cf582700, query id 2940028598 192.168.208.172 uuuuuuu
---TRANSACTION 814538587396, not started
MySQL thread id 4860, OS thread handle 0x7fb44e151700, query id 2940102814 192.168.195.113 uuuuuuu
---TRANSACTION 814538704321, not started
MySQL thread id 22457, OS thread handle 0x7fb36488d700, query id 2940134264 192.168.210.67 uuuuuuu
---TRANSACTION 814538675689, not started
MySQL thread id 22069, OS thread handle 0x7fb38148d700, query id 2940107072 192.168.186.184 uuuuuuu
---TRANSACTION 814538594554, not started
MySQL thread id 12392, OS thread handle 0x7fb3bd677700, query id 2940033935 192.168.210.67 uuuuuuu
---TRANSACTION 814538695526, not started
MySQL thread id 3374, OS thread handle 0x7fb46c551700, query id 2940125521 192.168.167.58 uuuuuuu
---TRANSACTION 814538690196, not started
MySQL thread id 16725, OS thread handle 0x7fb37f7ce700, query id 2940120749 192.168.167.129 uuuuuuu
---TRANSACTION 814538336908, not started
MySQL thread id 11022, OS thread handle 0x7fb3c8b0a700, query id 2940082409 192.168.217.71 uuuuuuu
---TRANSACTION 814538734659, not started
MySQL thread id 20676, OS thread handle 0x7fb3644b9700, query id 2940163777 192.168.210.67 uuuuuuu
---TRANSACTION 814538601714, not started
MySQL thread id 21322, OS thread handle 0x7fb37bf0a700, query id 2940040052 192.168.208.172 uuuuuuu
---TRANSACTION 814538429021, not started
MySQL thread id 20364, OS thread handle 0x7fb4674be700, query id 2940030730 192.168.210.67 uuuuuuu
---TRANSACTION 814538615628, not started
MySQL thread id 19832, OS thread handle 0x7fb36fe77700, query id 2940052905 192.168.210.67 uuuuuuu
---TRANSACTION 814538699936, not started
MySQL thread id 25443, OS thread handle 0x7fb368aa8700, query id 2940129800 192.168.177.232 uuuuuuu
---TRANSACTION 814538578586, not started
MySQL thread id 10975, OS thread handle 0x7fb3cd5ae700, query id 2940097084 192.168.167.129 uuuuuuu
---TRANSACTION 814538730484, not started
MySQL thread id 15270, OS thread handle 0x7fb3906a8700, query id 2940159722 192.168.164.15 uuuuuuu
---TRANSACTION 814538729596, not started
MySQL thread id 4154, OS thread handle 0x7fb45c8be700, query id 2940158881 192.168.186.184 uuuuuuu
---TRANSACTION 814538733143, not started
MySQL thread id 13960, OS thread handle 0x7fb39fa77700, query id 2940162268 192.168.164.15 uuuuuuu
---TRANSACTION 814538482515, not started
MySQL thread id 11696, OS thread handle 0x7fb3c0c5c700, query id 2940089700 192.168.210.67 uuuuuuu
---TRANSACTION 814538674923, not started
MySQL thread id 9737, OS thread handle 0x7fb3e2b98700, query id 2940106281 192.168.210.67 uuuuuuu
---TRANSACTION 814538686934, not started
MySQL thread id 14370, OS thread handle 0x7fb396b3b700, query id 2940118003 192.168.213.30 uuuuuuu
---TRANSACTION 814538733100, not started
MySQL thread id 8609, OS thread handle 0x7fb3fd85c700, query id 2940162223 192.168.177.232 uuuuuuu
---TRANSACTION 814538724791, not started
MySQL thread id 13934, OS thread handle 0x7fb39e610700, query id 2940154456 192.168.218.166 uuuuuuu
---TRANSACTION 814538724565, not started
MySQL thread id 9125, OS thread handle 0x7fb3f0dda700, query id 2940154262 192.168.195.113 uuuuuuu
---TRANSACTION 814538721506, not started
MySQL thread id 8763, OS thread handle 0x7fb3f73c9700, query id 2940151247 192.168.221.175 uuuuuuu
---TRANSACTION 814538726392, not started
MySQL thread id 7310, OS thread handle 0x7fb419951700, query id 2940155890 192.168.210.67 uuuuuuu
---TRANSACTION 814538729738, not started
MySQL thread id 12621, OS thread handle 0x7fb3be457700, query id 2940159027 192.168.215.64 uuuuuuu
---TRANSACTION 814538730753, not started
MySQL thread id 6484, OS thread handle 0x7fb42a7fa700, query id 2940159976 192.168.215.64 uuuuuuu
---TRANSACTION 814538713940, not started
MySQL thread id 13369, OS thread handle 0x7fb3c0de4700, query id 2940143938 192.168.195.113 uuuuuuu
---TRANSACTION 814538627828, not started
MySQL thread id 18574, OS thread handle 0x7fb370fce700, query id 2940063623 192.168.210.67 uuuuuuu
---TRANSACTION 814538722130, not started
MySQL thread id 12981, OS thread handle 0x7fb3ac520700, query id 2940151886 192.168.195.113 uuuuuuu
---TRANSACTION 814538680321, not started
MySQL thread id 6283, OS thread handle 0x7fb432f9d700, query id 2940111631 192.168.210.67 uuuuuuu
---TRANSACTION 814538707573, not started
MySQL thread id 5655, OS thread handle 0x7fb43cf98700, query id 2940137514 192.168.208.172 uuuuuuu
---TRANSACTION 814538726388, not started
MySQL thread id 12356, OS thread handle 0x7fb3c030a700, query id 2940155885 192.168.213.30 uuuuuuu
---TRANSACTION 814538671257, not started
MySQL thread id 8449, OS thread handle 0x7fb402362700, query id 2940102885 192.168.213.4 uuuuuuu
---TRANSACTION 814538675765, not started
MySQL thread id 17696, OS thread handle 0x7fb37cea8700, query id 2940107149 192.168.217.71 uuuuuuu
---TRANSACTION 814538716489, not started
MySQL thread id 11970, OS thread handle 0x7fb3c0d82700, query id 2940146452 192.168.167.58 uuuuuuu
---TRANSACTION 814538645062, not started
MySQL thread id 17869, OS thread handle 0x7fb45d42b700, query id 2940147463 192.168.222.58 uuuuuuu
---TRANSACTION 814538714091, not started
MySQL thread id 4724, OS thread handle 0x7fb454c5c700, query id 2940144090 192.168.195.113 uuuuuuu
---TRANSACTION 814538721524, not started
MySQL thread id 17391, OS thread handle 0x7fb37f76c700, query id 2940151257 192.168.213.30 uuuuuuu
---TRANSACTION 814538677443, not started
MySQL thread id 5856, OS thread handle 0x7fb438ad9700, query id 2940108829 192.168.186.184 uuuuuuu
---TRANSACTION 814538673065, not started
MySQL thread id 2689, OS thread handle 0x7fb479d51700, query id 2940104499 192.168.218.166 uuuuuuu
---TRANSACTION 814538560209, not started
MySQL thread id 3233, OS thread handle 0x7fb485cef700, query id 2940149652 192.168.167.58 uuuuuuu
---TRANSACTION 814538694257, not started
MySQL thread id 3833, OS thread handle 0x7fb461f0a700, query id 2940124312 192.168.221.175 uuuuuuu
---TRANSACTION 814538701281, not started
MySQL thread id 10212, OS thread handle 0x7fb3d99b3700, query id 2940131192 192.168.177.232 uuuuuuu
---TRANSACTION 814538676874, not started
MySQL thread id 999, OS thread handle 0x7fb493197700, query id 2940108274 192.168.217.71 uuuuuuu
---TRANSACTION 814538567043, not started
MySQL thread id 25500, OS thread handle 0x7fb368a15700, query id 2940152698 192.168.217.71 uuuuuuu
---TRANSACTION 814538724995, not started
MySQL thread id 16358, OS thread handle 0x7fb3857ce700, query id 2940154650 192.168.208.172 uuuuuuu
---TRANSACTION 814538725005, not started
MySQL thread id 15527, OS thread handle 0x7fb3880ef700, query id 2940154659 192.168.215.64 uuuuuuu
---TRANSACTION 814538668362, not started
MySQL thread id 16187, OS thread handle 0x7fb38bad4700, query id 2940099824 192.168.217.71 uuuuuuu
---TRANSACTION 814538696247, not started
MySQL thread id 25450, OS thread handle 0x7fb43e241700, query id 2940126192 192.168.164.15 uuuuuuu
---TRANSACTION 814538718674, not started
MySQL thread id 25447, OS thread handle 0x7fb37cd82700, query id 2940148582 192.168.221.175 uuuuuuu
---TRANSACTION 814538314470, not started
MySQL thread id 961, OS thread handle 0x7fb4936f3700, query id 2940050321 192.168.208.172 uuuuuuu
---TRANSACTION 814538559155, not started
MySQL thread id 4155, OS thread handle 0x7fb45e1e4700, query id 2940078911 192.168.186.184 uuuuuuu
---TRANSACTION 814538673058, not started
MySQL thread id 833, OS thread handle 0x7fb49448a700, query id 2940104493 192.168.208.172 uuuuuuu
---TRANSACTION 814538724898, not started
MySQL thread id 2489, OS thread handle 0x7fb4824b4700, query id 2940154556 192.168.221.175 uuuuuuu
---TRANSACTION 814538706760, not started
MySQL thread id 15672, OS thread handle 0x7fb391677700, query id 2940136692 192.168.208.172 uuuuuuu
---TRANSACTION 814538699945, not started
MySQL thread id 20127, OS thread handle 0x7fb3df700700, query id 2940129806 192.168.215.64 uuuuuuu
---TRANSACTION 814538731086, not started
MySQL thread id 2802, OS thread handle 0x7fb475677700, query id 2940160289 192.168.213.4 uuuuuuu
---TRANSACTION 814538624850, not started
MySQL thread id 19911, OS thread handle 0x7fb3812d4700, query id 2940060919 192.168.177.232 uuuuuuu
---TRANSACTION 814538693862, not started
MySQL thread id 20049, OS thread handle 0x7fb44b0be700, query id 2940123954 192.168.215.64 uuuuuuu
---TRANSACTION 814538723744, not started
MySQL thread id 14415, OS thread handle 0x7fb397bce700, query id 2940153443 192.168.164.15 uuuuuuu
---TRANSACTION 814538199857, not started
MySQL thread id 15318, OS thread handle 0x7fb38f551700, query id 2940075719 192.168.217.71 uuuuuuu
---TRANSACTION 814538680730, not started
MySQL thread id 15199, OS thread handle 0x7fb49856d700, query id 2940112034 192.168.217.71 uuuuuuu
---TRANSACTION 814538706830, not started
MySQL thread id 9615, OS thread handle 0x7fb3e69e4700, query id 2940136774 192.168.218.166 uuuuuuu
---TRANSACTION 814538698530, not started
MySQL thread id 13877, OS thread handle 0x7fb39fbce700, query id 2940128350 192.168.164.15 uuuuuuu
---TRANSACTION 814538714879, not started
MySQL thread id 18849, OS thread handle 0x7fb38b9ae700, query id 2940144874 192.168.163.136 uuuuuuu
---TRANSACTION 814538511941, not started
MySQL thread id 15024, OS thread handle 0x7fb39173b700, query id 2940102750 192.168.217.71 uuuuuuu
---TRANSACTION 814538693785, not started
MySQL thread id 15004, OS thread handle 0x7fb394f9d700, query id 2940123890 192.168.208.172 uuuuuuu
---TRANSACTION 814538710530, not started
MySQL thread id 1623, OS thread handle 0x7fb48edd5700, query id 2940140578 192.168.167.129 uuuuuuu
---TRANSACTION 814538617882, not started
MySQL thread id 14948, OS thread handle 0x7fb39073b700, query id 2940054954 192.168.217.71 uuuuuuu
---TRANSACTION 814538339341, not started
MySQL thread id 24281, OS thread handle 0x7fb36d615700, query id 2940090808 192.168.217.71 uuuuuuu
---TRANSACTION 814538707246, not started
MySQL thread id 13840, OS thread handle 0x7fb39f951700, query id 2940137197 192.168.164.15 uuuuuuu
---TRANSACTION 814538447752, not started
MySQL thread id 14890, OS thread handle 0x7fb39145c700, query id 2940043181 192.168.208.172 uuuuuuu
---TRANSACTION 814538603625, not started
MySQL thread id 14889, OS thread handle 0x7fb391336700, query id 2940041669 192.168.217.71 uuuuuuu
---TRANSACTION 814538695183, not started
MySQL thread id 13855, OS thread handle 0x7fb3a0c5c700, query id 2940125206 192.168.164.15 uuuuuuu
---TRANSACTION 814538438035, not started
MySQL thread id 14812, OS thread handle 0x7fb39148d700, query id 2940032789 192.168.208.172 uuuuuuu
---TRANSACTION 814538563169, not started
MySQL thread id 24195, OS thread handle 0x7fb485db3700, query id 2940153096 192.168.211.62 uuuuuuu
---TRANSACTION 814538698424, not started
MySQL thread id 8554, OS thread handle 0x7fb400615700, query id 2940128245 192.168.218.166 uuuuuuu
---TRANSACTION 814538607214, not started
MySQL thread id 24112, OS thread handle 0x7fb43cddf700, query id 2940044873 192.168.208.172 uuuuuuu
---TRANSACTION 814538723920, not started
MySQL thread id 13554, OS thread handle 0x7fb3a2677700, query id 2940153633 192.168.164.15 uuuuuuu
---TRANSACTION 814538723866, not started
MySQL thread id 14459, OS thread handle 0x7fb4451e4700, query id 2940153581 192.168.213.30 uuuuuuu
---TRANSACTION 814538735156, not started
MySQL thread id 14693, OS thread handle 0x7fb393677700, query id 2940164262 192.168.208.172 uuuuuuu
---TRANSACTION 814538727081, not started
MySQL thread id 19367, OS thread handle 0x7fb416b3b700, query id 2940156527 192.168.195.113 uuuuuuu
---TRANSACTION 814538684418, not started
MySQL thread id 19567, OS thread handle 0x7fb370677700, query id 2940115665 192.168.221.175 uuuuuuu
---TRANSACTION 814538710888, not started
MySQL thread id 19598, OS thread handle 0x7fb36d5b3700, query id 2940140943 192.168.222.58 uuuuuuu
---TRANSACTION 814538694004, not started
MySQL thread id 9418, OS thread handle 0x7fb3e9e10700, query id 2940124084 192.168.211.62 uuuuuuu
---TRANSACTION 814538728278, not started
MySQL thread id 13974, OS thread handle 0x7fb39e9e4700, query id 2940157627 192.168.213.30 uuuuuuu
---TRANSACTION 814538666924, not started
MySQL thread id 13968, OS thread handle 0x7fb39de46700, query id 2940158024 192.168.167.129 uuuuuuu
---TRANSACTION 814538698278, not started
MySQL thread id 8506, OS thread handle 0x7fb40c1e4700, query id 2940128105 192.168.195.113 uuuuuuu
---TRANSACTION 814538675784, not started
MySQL thread id 14316, OS thread handle 0x7fb398fce700, query id 2940107166 192.168.208.172 uuuuuuu
---TRANSACTION 814538580189, not started
MySQL thread id 13849, OS thread handle 0x7fb39fa15700, query id 2940021121 192.168.217.71 uuuuuuu
---TRANSACTION 814538688978, not started
MySQL thread id 13436, OS thread handle 0x7fb3a46d4700, query id 2940119747 192.168.213.30 uuuuuuu
---TRANSACTION 814538587089, not started
MySQL thread id 13922, OS thread handle 0x7fb3a0c2b700, query id 2940027311 192.168.217.71 uuuuuuu
---TRANSACTION 814538676348, not started
MySQL thread id 8474, OS thread handle 0x7fb400bce700, query id 2940107735 192.168.211.62 uuuuuuu
---TRANSACTION 814538726642, not started
MySQL thread id 13508, OS thread handle 0x7fb3aa215700, query id 2940156119 192.168.195.113 uuuuuuu
---TRANSACTION 814538544549, not started
MySQL thread id 23073, OS thread handle 0x7fb42d6d9700, query id 2940129566 192.168.217.71 uuuuuuu
---TRANSACTION 814538706404, not started
MySQL thread id 6881, OS thread handle 0x7fb421b05700, query id 2940136344 192.168.177.232 uuuuuuu
---TRANSACTION 814538703742, not started
MySQL thread id 8839, OS thread handle 0x7fb3f5646700, query id 2940133742 192.168.222.58 uuuuuuu
---TRANSACTION 814538674094, not started
MySQL thread id 13198, OS thread handle 0x7fb3a67ff700, query id 2940105431 192.168.221.175 uuuuuuu
---TRANSACTION 814538724492, not started
MySQL thread id 6783, OS thread handle 0x7fb42679d700, query id 2940154186 192.168.177.232 uuuuuuu
---TRANSACTION 814538579891, not started
MySQL thread id 22872, OS thread handle 0x7fb38f7ff700, query id 2940102799 192.168.222.58 uuuuuuu
---TRANSACTION 814538694010, not started
MySQL thread id 22881, OS thread handle 0x7fb368b0a700, query id 2940124088 192.168.222.58 uuuuuuu
---TRANSACTION 814538707504, not started
MySQL thread id 22879, OS thread handle 0x7fb3677c9700, query id 2940137448 192.168.163.136 uuuuuuu
---TRANSACTION 814538696839, not started
MySQL thread id 7231, OS thread handle 0x7fb41d1df700, query id 2940126734 192.168.221.175 uuuuuuu
---TRANSACTION 814538611789, not started
MySQL thread id 6316, OS thread handle 0x7fb431b6c700, query id 2940049322 192.168.177.232 uuuuuuu
---TRANSACTION 814538598587, not started
MySQL thread id 22791, OS thread handle 0x7fb38f48d700, query id 2940037377 192.168.210.67 uuuuuuu
---TRANSACTION 814538728443, not started
MySQL thread id 22781, OS thread handle 0x7fb482a41700, query id 2940157786 192.168.217.71 uuuuuuu
---TRANSACTION 814538670030, not started
MySQL thread id 4220, OS thread handle 0x7fb459a10700, query id 2940101641 192.168.162.201 uuuuuuu
---TRANSACTION 814538725630, not started
MySQL thread id 6313, OS thread handle 0x7fb430646700, query id 2940154973 192.168.195.113 uuuuuuu
---TRANSACTION 814538699366, not started
MySQL thread id 12618, OS thread handle 0x7fb3bc7ce700, query id 2940129166 192.168.210.67 uuuuuuu
---TRANSACTION 814538519135, not started
MySQL thread id 6977, OS thread handle 0x7fb4208be700, query id 2940040220 192.168.167.129 uuuuuuu
---TRANSACTION 814538705134, not started
MySQL thread id 6904, OS thread handle 0x7fb421826700, query id 2940135132 192.168.167.129 uuuuuuu
---TRANSACTION 814538668611, not started
MySQL thread id 22458, OS thread handle 0x7fb36d582700, query id 2940100131 192.168.210.67 uuuuuuu
---TRANSACTION 814538673997, not started
MySQL thread id 5861, OS thread handle 0x7fb438a15700, query id 2940105342 192.168.195.113 uuuuuuu
---TRANSACTION 814538668613, not started
MySQL thread id 17495, OS thread handle 0x7fb390551700, query id 2940100134 192.168.164.15 uuuuuuu
---TRANSACTION 814538721940, not started
MySQL thread id 17916, OS thread handle 0x7fb497c9f700, query id 2940151722 192.168.221.175 uuuuuuu
---TRANSACTION 814538697756, not started
MySQL thread id 4971, OS thread handle 0x7fb44c982700, query id 2940127588 192.168.215.64 uuuuuuu
---TRANSACTION 814538617721, not started
MySQL thread id 6409, OS thread handle 0x7fb48c6a8700, query id 2940054809 192.168.167.129 uuuuuuu
---TRANSACTION 814538670725, not started
MySQL thread id 16463, OS thread handle 0x7fb37f6d9700, query id 2940102376 192.168.163.136 uuuuuuu
---TRANSACTION 814538691863, not started
MySQL thread id 11876, OS thread handle 0x7fb3f3b3b700, query id 2940122215 192.168.213.30 uuuuuuu
---TRANSACTION 814538512800, not started
MySQL thread id 12614, OS thread handle 0x7fb3af57d700, query id 2940103160 192.168.208.172 uuuuuuu
---TRANSACTION 814538624689, not started
MySQL thread id 12492, OS thread handle 0x7fb3ba9df700, query id 2940060773 192.168.186.184 uuuuuuu
---TRANSACTION 814538607822, not started
MySQL thread id 21701, OS thread handle 0x7fb3862d9700, query id 2940045492 192.168.210.67 uuuuuuu
---TRANSACTION 814538650584, not started
MySQL thread id 20290, OS thread handle 0x7fb3689b3700, query id 2940083837 192.168.210.67 uuuuuuu
---TRANSACTION 814538592121, not started
MySQL thread id 20064, OS thread handle 0x7fb367a77700, query id 2940031834 192.168.210.67 uuuuuuu
---TRANSACTION 814538490508, not started
MySQL thread id 20182, OS thread handle 0x7fb37405c700, query id 2940098495 192.168.210.67 uuuuuuu
---TRANSACTION 814538618704, not started
MySQL thread id 20360, OS thread handle 0x7fb48acea700, query id 2940055677 192.168.210.67 uuuuuuu
---TRANSACTION 814538670762, not started
MySQL thread id 17245, OS thread handle 0x7fb3804ef700, query id 2940102412 192.168.177.232 uuuuuuu
---TRANSACTION 814538679591, not started
MySQL thread id 22157, OS thread handle 0x7fb362d51700, query id 2940110924 192.168.208.172 uuuuuuu
---TRANSACTION 814538590045, not started
MySQL thread id 17246, OS thread handle 0x7fb38079d700, query id 2940103180 192.168.218.166 uuuuuuu
---TRANSACTION 814538720003, not started
MySQL thread id 17205, OS thread handle 0x7fb37cc8d700, query id 2940149861 192.168.218.166 uuuuuuu
---TRANSACTION 814538694597, not started
MySQL thread id 12008, OS thread handle 0x7fb3b676c700, query id 2940124653 192.168.167.129 uuuuuuu
---TRANSACTION 814538709326, not started
MySQL thread id 11469, OS thread handle 0x7fb42808d700, query id 2940139355 192.168.218.166 uuuuuuu
---TRANSACTION 814538639766, not started
MySQL thread id 11734, OS thread handle 0x7fb3bb45c700, query id 2940074590 192.168.210.67 uuuuuuu
---TRANSACTION 814538719794, not started
MySQL thread id 5669, OS thread handle 0x7fb43ccea700, query id 2940149671 192.168.167.129 uuuuuuu
---TRANSACTION 814538698676, not started
MySQL thread id 4588, OS thread handle 0x7fb454f3b700, query id 2940128487 192.168.195.113 uuuuuuu
---TRANSACTION 814538686165, not started
MySQL thread id 1986, OS thread handle 0x7fb48b39d700, query id 2940117312 192.168.162.201 uuuuuuu
---TRANSACTION 814538674948, not started
MySQL thread id 5497, OS thread handle 0x7fb444b3c700, query id 2940106308 192.168.167.129 uuuuuuu
---TRANSACTION 814538696128, not started
MySQL thread id 4321, OS thread handle 0x7fb459d51700, query id 2940126086 192.168.195.113 uuuuuuu
---TRANSACTION 814538693980, not started
MySQL thread id 16539, OS thread handle 0x7fb382e77700, query id 2940124061 192.168.195.113 uuuuuuu
---TRANSACTION 814538709177, not started
MySQL thread id 5093, OS thread handle 0x7fb44ab6c700, query id 2940139198 192.168.186.184 uuuuuuu
---TRANSACTION 814538674664, not started
MySQL thread id 10320, OS thread handle 0x7fb3d6646700, query id 2940105938 192.168.215.64 uuuuuuu
---TRANSACTION 814538724832, not started
MySQL thread id 10529, OS thread handle 0x7fb3d9b9d700, query id 2940154496 192.168.210.67 uuuuuuu
---TRANSACTION 814538685773, not started
MySQL thread id 2549, OS thread handle 0x7fb4818be700, query id 2940116960 192.168.213.30 uuuuuuu
---TRANSACTION 814538721443, not started
MySQL thread id 4235, OS thread handle 0x7fb45cb6c700, query id 2940151181 192.168.186.184 uuuuuuu
---TRANSACTION 814538676907, not started
MySQL thread id 10601, OS thread handle 0x7fb3cf76c700, query id 2940108305 192.168.210.67 uuuuuuu
---TRANSACTION 814538692263, not started
MySQL thread id 12469, OS thread handle 0x7fb3be54c700, query id 2940122593 192.168.162.201 uuuuuuu
---TRANSACTION 814538710214, not started
MySQL thread id 2274, OS thread handle 0x7fb486b0a700, query id 2940140256 192.168.221.175 uuuuuuu
---TRANSACTION 814538709684, not started
MySQL thread id 15858, OS thread handle 0x7fb3ad6d9700, query id 2940139715 192.168.213.4 uuuuuuu
---TRANSACTION 814538708268, not started
MySQL thread id 10104, OS thread handle 0x7fb3dbf9d700, query id 2940138227 192.168.210.67 uuuuuuu
---TRANSACTION 814538719728, not started
MySQL thread id 1712, OS thread handle 0x7fb48e37f700, query id 2940149599 192.168.177.232 uuuuuuu
---TRANSACTION 814538721648, not started
MySQL thread id 15340, OS thread handle 0x7fb3915e4700, query id 2940151407 192.168.218.166 uuuuuuu
---TRANSACTION 814538579762, not started
MySQL thread id 9868, OS thread handle 0x7fb3e4246700, query id 2940165734 192.168.210.67 uuuuuuu
---TRANSACTION 814538668051, not started
MySQL thread id 10054, OS thread handle 0x7fb3dbd20700, query id 2940099467 192.168.210.67 uuuuuuu
---TRANSACTION 814538724291, not started
MySQL thread id 9679, OS thread handle 0x7fb3e41b3700, query id 2940153985 192.168.215.64 uuuuuuu
---TRANSACTION 814538703658, not started
MySQL thread id 15403, OS thread handle 0x7fb393520700, query id 2940133658 192.168.221.175 uuuuuuu
---TRANSACTION 814538523437, not started
MySQL thread id 15368, OS thread handle 0x7fb38bd82700, query id 2940114128 192.168.213.30 uuuuuuu
---TRANSACTION 814538679134, not started
MySQL thread id 2430, OS thread handle 0x7fb482ea8700, query id 2940110469 192.168.213.4 uuuuuuu
---TRANSACTION 814538589755, not started
MySQL thread id 14413, OS thread handle 0x7fb3a0f9d700, query id 2940102991 192.168.162.201 uuuuuuu
---TRANSACTION 814538691335, not started
MySQL thread id 14859, OS thread handle 0x7fb39076c700, query id 2940121710 192.168.215.64 uuuuuuu
---TRANSACTION 814538669368, not started
MySQL thread id 15190, OS thread handle 0x7fb39af9d700, query id 2940100943 192.168.218.166 uuuuuuu
---TRANSACTION 814538554936, not started
MySQL thread id 9257, OS thread handle 0x7fb3edd20700, query id 2939998278 192.168.210.67 uuuuuuu
---TRANSACTION 814538630131, not started
MySQL thread id 8671, OS thread handle 0x7fb3fead9700, query id 2940065719 192.168.210.67 uuuuuuu
---TRANSACTION 814538709874, not started
MySQL thread id 14739, OS thread handle 0x7fb391d82700, query id 2940139959 192.168.215.64 uuuuuuu
---TRANSACTION 814538730961, not started
MySQL thread id 8720, OS thread handle 0x7fb3f76a8700, query id 2940160174 192.168.210.67 uuuuuuu
---TRANSACTION 814538674827, not started
MySQL thread id 10189, OS thread handle 0x7fb3da641700, query id 2940106168 192.168.211.62 uuuuuuu
---TRANSACTION 814538581524, not started
MySQL thread id 9008, OS thread handle 0x7fb3f27fa700, query id 2940022312 192.168.210.67 uuuuuuu
---TRANSACTION 814538698476, not started
MySQL thread id 9303, OS thread handle 0x7fb431a15700, query id 2940128296 192.168.164.15 uuuuuuu
---TRANSACTION 814538678528, not started
MySQL thread id 20161, OS thread handle 0x7fb368b9d700, query id 2940109885 192.168.164.15 uuuuuuu
---TRANSACTION 814538735269, not started
MySQL thread id 3996, OS thread handle 0x7fb463c57700, query id 2940164365 192.168.162.201 uuuuuuu
---TRANSACTION 814538597496, not started
MySQL thread id 20016, OS thread handle 0x7fb370e15700, query id 2940036445 192.168.164.15 uuuuuuu
---TRANSACTION 814538717765, not started
MySQL thread id 14888, OS thread handle 0x7fb391305700, query id 2940147689 192.168.218.166 uuuuuuu
---TRANSACTION 814538696447, not started
MySQL thread id 439, OS thread handle 0x7fc06b935700, query id 2940126374 192.168.177.232 uuuuuuu
---TRANSACTION 814538706510, not started
MySQL thread id 1030, OS thread handle 0x7fb492cff700, query id 2940136457 192.168.211.62 uuuuuuu
---TRANSACTION 814538690615, not started
MySQL thread id 19745, OS thread handle 0x7fb371f3b700, query id 2940121124 192.168.213.30 uuuuuuu
---TRANSACTION 814538734547, not started
MySQL thread id 13964, OS thread handle 0x7fb39df0a700, query id 2940163669 192.168.164.15 uuuuuuu
---TRANSACTION 814538670609, not started
MySQL thread id 19682, OS thread handle 0x7fb47f3ce700, query id 2940102257 192.168.213.4 uuuuuuu
---TRANSACTION 814538691086, not started
MySQL thread id 14323, OS thread handle 0x7fb397b0a700, query id 2940121487 192.168.177.232 uuuuuuu
---TRANSACTION 814538624576, not started
MySQL thread id 14280, OS thread handle 0x7fb462c88700, query id 2940060663 192.168.177.232 uuuuuuu
---TRANSACTION 814538725330, not started
MySQL thread id 19619, OS thread handle 0x7fb370615700, query id 2940154954 192.168.213.4 uuuuuuu
---TRANSACTION 814538542502, not started
MySQL thread id 8950, OS thread handle 0x7fb3f3b6c700, query id 2940056632 192.168.167.58 uuuuuuu
---TRANSACTION 814538700316, not started
MySQL thread id 19533, OS thread handle 0x7fb37073b700, query id 2940130197 192.168.222.58 uuuuuuu
---TRANSACTION 814538723532, not started
MySQL thread id 8747, OS thread handle 0x7fb3f7551700, query id 2940153217 192.168.167.58 uuuuuuu
---TRANSACTION 814538735229, not started
MySQL thread id 9290, OS thread handle 0x7fb3ed11c700, query id 2940164330 192.168.195.113 uuuuuuu
---TRANSACTION 814538670264, not started
MySQL thread id 13744, OS thread handle 0x7fb3a0ed9700, query id 2940101888 192.168.164.15 uuuuuuu
---TRANSACTION 814538692038, not started
MySQL thread id 13741, OS thread handle 0x7fb3a0f6c700, query id 2940122381 192.168.164.15 uuuuuuu
---TRANSACTION 814538721829, not started
MySQL thread id 13636, OS thread handle 0x7fb3a27ff700, query id 2940151602 192.168.164.15 uuuuuuu
---TRANSACTION 814538522420, not started
MySQL thread id 8599, OS thread handle 0x7fb3fd982700, query id 2939968389 192.168.167.58 uuuuuuu
---TRANSACTION 814538433196, not started
MySQL thread id 7623, OS thread handle 0x7fb411b6c700, query id 2940035940 192.168.210.67 uuuuuuu
---TRANSACTION 814538702131, not started
MySQL thread id 8347, OS thread handle 0x7fb40408e700, query id 2940132069 192.168.167.58 uuuuuuu
---TRANSACTION 814538692678, not started
MySQL thread id 7563, OS thread handle 0x7fb4127ff700, query id 2940122955 192.168.210.67 uuuuuuu
---TRANSACTION 814538725546, not started
MySQL thread id 13703, OS thread handle 0x7fb3c6615700, query id 2940155146 192.168.167.58 uuuuuuu
---TRANSACTION 814538615515, not started
MySQL thread id 7475, OS thread handle 0x7fb418a6e700, query id 2940052805 192.168.210.67 uuuuuuu
---TRANSACTION 814538612572, not started
MySQL thread id 13945, OS thread handle 0x7fb3b9a77700, query id 2940050098 192.168.221.175 uuuuuuu
---TRANSACTION 814538588952, not started
MySQL thread id 13975, OS thread handle 0x7fb39e488700, query id 2940101557 192.168.167.129 uuuuuuu
---TRANSACTION 814538422597, not started
MySQL thread id 7398, OS thread handle 0x7fb418979700, query id 2940025772 192.168.210.67 uuuuuuu
---TRANSACTION 814538694437, not started
MySQL thread id 13946, OS thread handle 0x7fb3a2520700, query id 2940124488 192.168.221.175 uuuuuuu
---TRANSACTION 814538735241, not started
MySQL thread id 13938, OS thread handle 0x7fb39fad9700, query id 2940164342 192.168.167.129 uuuuuuu
---TRANSACTION 814538707117, not started
MySQL thread id 13618, OS thread handle 0x7fb43b48d700, query id 2940137064 192.168.167.58 uuuuuuu
---TRANSACTION 814538729537, not started
MySQL thread id 19051, OS thread handle 0x7fb37048d700, query id 2940158820 192.168.218.166 uuuuuuu
---TRANSACTION 814538721083, not started
MySQL thread id 19040, OS thread handle 0x7fb41cd47700, query id 2940150804 192.168.218.166 uuuuuuu
---TRANSACTION 814538559119, not started
MySQL thread id 19034, OS thread handle 0x7fb37045c700, query id 2940145588 192.168.186.184 uuuuuuu
---TRANSACTION 814538712908, not started
MySQL thread id 7606, OS thread handle 0x7fb41ec8d700, query id 2940142923 192.168.164.15 uuuuuuu
---TRANSACTION 814538330246, not started
MySQL thread id 7145, OS thread handle 0x7fb41d73b700, query id 2940071911 192.168.210.67 uuuuuuu
---TRANSACTION 814538684407, not started
MySQL thread id 8687, OS thread handle 0x7fb3f876c700, query id 2940115657 192.168.211.62 uuuuuuu
---TRANSACTION 814538669404, not started
MySQL thread id 13805, OS thread handle 0x7fb3a08ea700, query id 2940100980 192.168.167.129 uuuuuuu
---TRANSACTION 814538668983, not started
MySQL thread id 18754, OS thread handle 0x7fb370c8d700, query id 2940100533 192.168.210.67 uuuuuuu
---TRANSACTION 814538619338, not started
MySQL thread id 18760, OS thread handle 0x7fb36d7ff700, query id 2940056196 192.168.164.15 uuuuuuu
---TRANSACTION 814538694292, not started
MySQL thread id 8128, OS thread handle 0x7fb40d178700, query id 2940124348 192.168.195.113 uuuuuuu
---TRANSACTION 814538694669, not started
MySQL thread id 18701, OS thread handle 0x7fb36fde4700, query id 2940124730 192.168.213.4 uuuuuuu
---TRANSACTION 814538710581, not started
MySQL thread id 9126, OS thread handle 0x7fb3f0da9700, query id 2940140625 192.168.222.58 uuuuuuu
---TRANSACTION 814538622377, not started
MySQL thread id 13587, OS thread handle 0x7fb3ab246700, query id 2940058779 192.168.195.113 uuuuuuu
---TRANSACTION 814538716712, not started
MySQL thread id 8131, OS thread handle 0x7fb408bff700, query id 2940146662 192.168.211.62 uuuuuuu
---TRANSACTION 814538700698, not started
MySQL thread id 8640, OS thread handle 0x7fb400b6c700, query id 2940130589 192.168.163.136 uuuuuuu
---TRANSACTION 814538710967, not started
MySQL thread id 13562, OS thread handle 0x7fb45e182700, query id 2940141028 192.168.195.113 uuuuuuu
---TRANSACTION 814538700211, not started
MySQL thread id 18586, OS thread handle 0x7fb370ea8700, query id 2940130094 192.168.210.67 uuuuuuu
---TRANSACTION 814538519197, not started
MySQL thread id 18644, OS thread handle 0x7fb370e77700, query id 2940037460 192.168.222.58 uuuuuuu
---TRANSACTION 814538631841, not started
MySQL thread id 6854, OS thread handle 0x7fb421ea8700, query id 2940067367 192.168.210.67 uuuuuuu
---TRANSACTION 814538700121, not started
MySQL thread id 18534, OS thread handle 0x7fb37ce77700, query id 2940129987 192.168.218.166 uuuuuuu
---TRANSACTION 814538649304, not started
MySQL thread id 13283, OS thread handle 0x7fb3af4b9700, query id 2940152135 192.168.221.175 uuuuuuu
---TRANSACTION 814538694101, not started
MySQL thread id 13571, OS thread handle 0x7fb3aa08d700, query id 2940124170 192.168.186.184 uuuuuuu
---TRANSACTION 814538594977, not started
MySQL thread id 8190, OS thread handle 0x7fb40b88d700, query id 2940105893 192.168.167.129 uuuuuuu
---TRANSACTION 814538704837, not started
MySQL thread id 13490, OS thread handle 0x7fb3a52d9700, query id 2940134840 192.168.222.58 uuuuuuu
---TRANSACTION 814538598171, not started
MySQL thread id 13506, OS thread handle 0x7fb3a26d9700, query id 2940113241 192.168.222.58 uuuuuuu
---TRANSACTION 814538732175, not started
MySQL thread id 13398, OS thread handle 0x7fb3b6615700, query id 2940161331 192.168.186.184 uuuuuuu
---TRANSACTION 814538618046, not started
MySQL thread id 13206, OS thread handle 0x7fb3a6336700, query id 2940128541 192.168.218.166 uuuuuuu
---TRANSACTION 814538735148, not started
MySQL thread id 7907, OS thread handle 0x7fb40d426700, query id 2940164248 192.168.167.129 uuuuuuu
---TRANSACTION 814538721956, not started
MySQL thread id 18448, OS thread handle 0x7fb3743ff700, query id 2940151735 192.168.218.166 uuuuuuu
---TRANSACTION 814538668071, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 7138, OS thread handle 0x7fb41d48d700, query id 2940165748 192.168.177.232 uuuuuuu statistics
SELECT * FROM `bwin_event` WHERE `id` = '9191569' LIMIT 1
---TRANSACTION 814538715999, not started
MySQL thread id 6344, OS thread handle 0x7fb42c79d700, query id 2940145980 192.168.217.71 uuuuuuu
---TRANSACTION 814538729854, not started
MySQL thread id 13432, OS thread handle 0x7fb48d619700, query id 2940159125 192.168.222.58 uuuuuuu
---TRANSACTION 814538587275, not started
MySQL thread id 7485, OS thread handle 0x7fb414fce700, query id 2940101591 192.168.211.62 uuuuuuu
---TRANSACTION 814538671618, not started
MySQL thread id 13037, OS thread handle 0x7fb48e102700, query id 2940103244 192.168.167.58 uuuuuuu
---TRANSACTION 814538470030, not started
MySQL thread id 6062, OS thread handle 0x7fb435d20700, query id 2939919924 192.168.217.71 uuuuuuu
---TRANSACTION 814538622257, not started
MySQL thread id 11872, OS thread handle 0x7fb3bd4ef700, query id 2940058683 192.168.163.136 uuuuuuu
---TRANSACTION 814538625221, not started
MySQL thread id 7983, OS thread handle 0x7fb40c151700, query id 2940129252 192.168.167.129 uuuuuuu
---TRANSACTION 814538700248, not started
MySQL thread id 6230, OS thread handle 0x7fb43076c700, query id 2940130130 192.168.210.67 uuuuuuu
---TRANSACTION 814538663404, not started
MySQL thread id 18433, OS thread handle 0x7fb376246700, query id 2940157748 192.168.221.175 uuuuuuu
---TRANSACTION 814538625266, not started
MySQL thread id 6063, OS thread handle 0x7fb435cef700, query id 2940061288 192.168.210.67 uuuuuuu
---TRANSACTION 814538590307, not started
MySQL thread id 7575, OS thread handle 0x7fb412615700, query id 2940103040 192.168.186.184 uuuuuuu
---TRANSACTION 814538700518, not started
MySQL thread id 6959, OS thread handle 0x7fb421d51700, query id 2940130394 192.168.167.58 uuuuuuu
---TRANSACTION 814538598516, not started
MySQL thread id 18336, OS thread handle 0x7fb37bed9700, query id 2940037311 192.168.177.232 uuuuuuu
---TRANSACTION 814538724521, not started
MySQL thread id 5969, OS thread handle 0x7fb436c8d700, query id 2940154215 192.168.215.64 uuuuuuu
---TRANSACTION 814538734323, not started
MySQL thread id 5443, OS thread handle 0x7fb44e582700, query id 2940163451 192.168.162.201 uuuuuuu
---TRANSACTION 814538670437, not started
MySQL thread id 6960, OS thread handle 0x7fb42163c700, query id 2940102018 192.168.177.232 uuuuuuu
---TRANSACTION 814538650341, not started
MySQL thread id 6910, OS thread handle 0x7fb427c88700, query id 2940149650 192.168.177.232 uuuuuuu
---TRANSACTION 814538702263, not started
MySQL thread id 6809, OS thread handle 0x7fb4266a8700, query id 2940132205 192.168.167.58 uuuuuuu
---TRANSACTION 814538589921, not started
MySQL thread id 6875, OS thread handle 0x7fb421b67700, query id 2940101200 192.168.177.232 uuuuuuu
---TRANSACTION 814538676961, not started
MySQL thread id 12528, OS thread handle 0x7fb3b0e77700, query id 2940108359 192.168.177.232 uuuuuuu
---TRANSACTION 814538706614, not started
MySQL thread id 13093, OS thread handle 0x7fb3a7151700, query id 2940136552 192.168.186.184 uuuuuuu
---TRANSACTION 814538709940, not started
MySQL thread id 18267, OS thread handle 0x7fb37cfce700, query id 2940140016 192.168.210.67 uuuuuuu
---TRANSACTION 814538671985, not started
MySQL thread id 9226, OS thread handle 0x7fb3eddb3700, query id 2940103583 192.168.162.201 uuuuuuu
---TRANSACTION 814538675678, not started
MySQL thread id 12860, OS thread handle 0x7fb3b0c5c700, query id 2940107056 192.168.195.113 uuuuuuu
---TRANSACTION 814538727707, not started
MySQL thread id 18238, OS thread handle 0x7fb3805b3700, query id 2940157095 192.168.186.184 uuuuuuu
---TRANSACTION 814538667089, not started
MySQL thread id 18170, OS thread handle 0x7fb37f4be700, query id 2940098533 192.168.217.71 uuuuuuu
---TRANSACTION 814538542919, not started
MySQL thread id 18165, OS thread handle 0x7fb37b6d9700, query id 2940130504 192.168.211.62 uuuuuuu
---TRANSACTION 814538673694, not started
MySQL thread id 18138, OS thread handle 0x7fb37bcef700, query id 2940105061 192.168.213.30 uuuuuuu
---TRANSACTION 814538727205, not started
MySQL thread id 18135, OS thread handle 0x7fb381336700, query id 2940156648 192.168.164.15 uuuuuuu
---TRANSACTION 814538691089, not started
MySQL thread id 7851, OS thread handle 0x7fb40dad9700, query id 2940121489 192.168.222.58 uuuuuuu
---TRANSACTION 814538730648, not started
MySQL thread id 18106, OS thread handle 0x7fbf2a871700, query id 2940159889 192.168.218.166 uuuuuuu
---TRANSACTION 814538700167, not started
MySQL thread id 18108, OS thread handle 0x7fb3806d9700, query id 2940130041 192.168.218.166 uuuuuuu
---TRANSACTION 814538339520, not started
MySQL thread id 5341, OS thread handle 0x7fb44270a700, query id 2940089654 192.168.208.172 uuuuuuu
---TRANSACTION 814538514084, not started
MySQL thread id 6453, OS thread handle 0x7fb438bce700, query id 2940103013 192.168.221.175 uuuuuuu
---TRANSACTION 814538678748, not started
MySQL thread id 18048, OS thread handle 0x7fb38779d700, query id 2940110072 192.168.186.184 uuuuuuu
---TRANSACTION 814538680841, not started
MySQL thread id 6448, OS thread handle 0x7fb42ab0a700, query id 2940112123 192.168.221.175 uuuuuuu
---TRANSACTION 814538512425, not started
MySQL thread id 18042, OS thread handle 0x7fb37630a700, query id 2940103054 192.168.208.172 uuuuuuu
---TRANSACTION 814538680898, not started
MySQL thread id 9112, OS thread handle 0x7fb3f0f62700, query id 2940112194 192.168.162.201 uuuuuuu
---TRANSACTION 814538706815, not started
MySQL thread id 6221, OS thread handle 0x7fb42fbff700, query id 2940136755 192.168.177.232 uuuuuuu
---TRANSACTION 814538696162, not started
MySQL thread id 18017, OS thread handle 0x7fb37be77700, query id 2940126115 192.168.186.184 uuuuuuu
---TRANSACTION 814538671058, not started
MySQL thread id 11929, OS thread handle 0x7fb3ba857700, query id 2940102772 192.168.215.64 uuuuuuu
---TRANSACTION 814538617852, not started
MySQL thread id 17938, OS thread handle 0x7fb37f582700, query id 2940054924 192.168.221.175 uuuuuuu
---TRANSACTION 814538711127, not started
MySQL thread id 12497, OS thread handle 0x7fb3c0e15700, query id 2940141193 192.168.213.4 uuuuuuu
---TRANSACTION 814538685499, not started
MySQL thread id 7131, OS thread handle 0x7fb42008d700, query id 2940116709 192.168.213.4 uuuuuuu
---TRANSACTION 814538668566, not started
MySQL thread id 17932, OS thread handle 0x7fb382de4700, query id 2940100075 192.168.217.71 uuuuuuu
---TRANSACTION 814538720811, not started
MySQL thread id 11847, OS thread handle 0x7fb3be4ea700, query id 2940150583 192.168.215.64 uuuuuuu
---TRANSACTION 814538708628, not started
MySQL thread id 17843, OS thread handle 0x7fc10c197700, query id 2940138618 192.168.218.166 uuuuuuu
---TRANSACTION 814538728354, not started
MySQL thread id 17842, OS thread handle 0x7fb387615700, query id 2940157705 192.168.218.166 uuuuuuu
---TRANSACTION 814538600573, not started
MySQL thread id 17798, OS thread handle 0x7fb3fa6a8700, query id 2940039046 192.168.218.166 uuuuuuu
---TRANSACTION 814538716873, not started
MySQL thread id 17806, OS thread handle 0x7fb37bfff700, query id 2940146819 192.168.218.166 uuuuuuu
---TRANSACTION 814538669614, not started
MySQL thread id 17805, OS thread handle 0x7fb37f677700, query id 2940103137 192.168.218.166 uuuuuuu
---TRANSACTION 814538717784, not started
MySQL thread id 17768, OS thread handle 0x7fb37ef0a700, query id 2940147705 192.168.167.129 uuuuuuu
---TRANSACTION 814538710906, not started
MySQL thread id 6022, OS thread handle 0x7fb43694c700, query id 2940140963 192.168.221.175 uuuuuuu
---TRANSACTION 814538726802, not started
MySQL thread id 11965, OS thread handle 0x7fb3be85c700, query id 2940156281 192.168.218.166 uuuuuuu
---TRANSACTION 814538715863, not started
MySQL thread id 6377, OS thread handle 0x7fb42c3c9700, query id 2940145854 192.168.195.113 uuuuuuu
---TRANSACTION 814538611248, not started
MySQL thread id 17740, OS thread handle 0x7fb40b6d4700, query id 2940048799 192.168.217.71 uuuuuuu
---TRANSACTION 814538725530, not started
MySQL thread id 17721, OS thread handle 0x7fb37ccef700, query id 2940155126 192.168.195.113 uuuuuuu
---TRANSACTION 814538440674, not started
MySQL thread id 17714, OS thread handle 0x7fb37b7ff700, query id 2939893855 192.168.208.172 uuuuuuu
---TRANSACTION 814538584420, not started
MySQL thread id 17698, OS thread handle 0x7fb37ce46700, query id 2940024919 192.168.210.67 uuuuuuu
---TRANSACTION 814538730244, not started
MySQL thread id 6653, OS thread handle 0x7fb42a736700, query id 2940159497 192.168.211.62 uuuuuuu
---TRANSACTION 814538681124, not started
MySQL thread id 17672, OS thread handle 0x7fb3c7db3700, query id 2940112427 192.168.208.172 uuuuuuu
---TRANSACTION 814538677057, not started
MySQL thread id 11760, OS thread handle 0x7fb3bac5c700, query id 2940108452 192.168.218.166 uuuuuuu
---TRANSACTION 814538517832, not started
MySQL thread id 2094, OS thread handle 0x7fb48a2d4700, query id 2940113699 192.168.163.136 uuuuuuu
---TRANSACTION 814538704581, not started
MySQL thread id 4439, OS thread handle 0x7fb4584a0700, query id 2940134584 192.168.162.201 uuuuuuu
---TRANSACTION 814538729944, not started
MySQL thread id 5127, OS thread handle 0x7fb446f9d700, query id 2940159212 192.168.164.15 uuuuuuu
---TRANSACTION 814538699307, not started
MySQL thread id 4165, OS thread handle 0x7fb459f9d700, query id 2940129101 192.168.162.201 uuuuuuu
---TRANSACTION 814538670246, not started
MySQL thread id 17483, OS thread handle 0x7fb37ed51700, query id 2940101866 192.168.213.30 uuuuuuu
---TRANSACTION 814538696386, not started
MySQL thread id 6263, OS thread handle 0x7fb4306d9700, query id 2940126321 192.168.186.184 uuuuuuu
---TRANSACTION 814538717751, not started
MySQL thread id 4713, OS thread handle 0x7fb451ed9700, query id 2940147673 192.168.215.64 uuuuuuu
---TRANSACTION 814538721861, not started
MySQL thread id 11458, OS thread handle 0x7fb3d3215700, query id 2940151635 192.168.162.201 uuuuuuu
---TRANSACTION 814538586219, not started
MySQL thread id 4036, OS thread handle 0x7fb45f8ea700, query id 2940165341 192.168.208.172 uuuuuuu
---TRANSACTION 814538630062, not started
MySQL thread id 3750, OS thread handle 0x7fb4649ae700, query id 2940065657 192.168.217.71 uuuuuuu
---TRANSACTION 814538676370, not started
MySQL thread id 4029, OS thread handle 0x7fb45e30a700, query id 2940107758 192.168.208.172 uuuuuuu
---TRANSACTION 814538156336, not started
MySQL thread id 3979, OS thread handle 0x7fb45f8b9700, query id 2939877009 192.168.217.71 uuuuuuu
---TRANSACTION 814538708593, not started
MySQL thread id 17381, OS thread handle 0x7fb381398700, query id 2940138562 192.168.208.172 uuuuuuu
---TRANSACTION 814538715630, not started
MySQL thread id 6272, OS thread handle 0x7fb42df3b700, query id 2940145624 192.168.213.4 uuuuuuu
---TRANSACTION 814538715955, not started
MySQL thread id 6655, OS thread handle 0x7fb4298ef700, query id 2940145938 192.168.222.58 uuuuuuu
---TRANSACTION 814538531661, not started
MySQL thread id 17276, OS thread handle 0x7fb37b76c700, query id 2940123975 192.168.208.172 uuuuuuu
---TRANSACTION 814538725967, not started
MySQL thread id 17298, OS thread handle 0x7fb385551700, query id 2940155514 192.168.208.172 uuuuuuu
---TRANSACTION 814538698001, not started
MySQL thread id 17275, OS thread handle 0x7fb382fce700, query id 2940127827 192.168.217.71 uuuuuuu
---TRANSACTION 814538730572, not started
MySQL thread id 4607, OS thread handle 0x7fb455db3700, query id 2940159808 192.168.215.64 uuuuuuu
---TRANSACTION 814538701928, not started
MySQL thread id 11914, OS thread handle 0x7fb4573ff700, query id 2940131853 192.168.211.62 uuuuuuu
---TRANSACTION 814538698146, not started
MySQL thread id 17216, OS thread handle 0x7fb381582700, query id 2940127973 192.168.177.232 uuuuuuu
---TRANSACTION 814538680737, not started
MySQL thread id 17227, OS thread handle 0x7fb38805c700, query id 2940112042 192.168.218.166 uuuuuuu
---TRANSACTION 814538676532, not started
MySQL thread id 17182, OS thread handle 0x7fb4827c4700, query id 2940107919 192.168.177.232 uuuuuuu
---TRANSACTION 814538701535, not started
MySQL thread id 17148, OS thread handle 0x7fb38605c700, query id 2940131462 192.168.218.166 uuuuuuu
---TRANSACTION 814538504564, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 17079, OS thread handle 0x7fb38a36c700, query id 2940165753 192.168.218.166 uuuuuuu statistics
SELECT * FROM `bwin_event` WHERE `id` = '9194753' LIMIT 1
---TRANSACTION 814538732241, not started
MySQL thread id 4494, OS thread handle 0x7fb4586bb700, query id 2940161399 192.168.215.64 uuuuuuu
---TRANSACTION 814538701809, not started
MySQL thread id 4520, OS thread handle 0x7fb45676c700, query id 2940131732 192.168.215.64 uuuuuuu
---TRANSACTION 814538683877, not started
MySQL thread id 17044, OS thread handle 0x7fb37f79d700, query id 2940115143 192.168.213.4 uuuuuuu
---TRANSACTION 814538707081, not started
MySQL thread id 11698, OS thread handle 0x7fb3c42cf700, query id 2940137025 192.168.211.62 uuuuuuu
---TRANSACTION 814538698969, not started
MySQL thread id 17061, OS thread handle 0x7fb37ec8d700, query id 2940128769 192.168.222.58 uuuuuuu
---TRANSACTION 814538707529, not started
MySQL thread id 11425, OS thread handle 0x7fb3c4736700, query id 2940137474 192.168.164.15 uuuuuuu
---TRANSACTION 814538682179, not started
MySQL thread id 5661, OS thread handle 0x7fb43ce72700, query id 2940113470 192.168.213.4 uuuuuuu
---TRANSACTION 814538687347, not started
MySQL thread id 17011, OS thread handle 0x7fb380646700, query id 2940118380 192.168.177.232 uuuuuuu
---TRANSACTION 814538626977, not started
MySQL thread id 3156, OS thread handle 0x7fb46fd51700, query id 2940062831 192.168.217.71 uuuuuuu
---TRANSACTION 814538718453, not started
MySQL thread id 16995, OS thread handle 0x7fb37f646700, query id 2940148355 192.168.213.4 uuuuuuu
---TRANSACTION 814538721588, not started
MySQL thread id 5576, OS thread handle 0x7fb43e2a3700, query id 2940151338 192.168.213.4 uuuuuuu
---TRANSACTION 814538680519, not started
MySQL thread id 4802, OS thread handle 0x7fb4687ce700, query id 2940111820 192.168.167.58 uuuuuuu
---TRANSACTION 814538616233, not started
MySQL thread id 16989, OS thread handle 0x7fb37f520700, query id 2940053453 192.168.210.67 uuuuuuu
---TRANSACTION 814538734996, not started
MySQL thread id 16976, OS thread handle 0x7fb3807ce700, query id 2940164109 192.168.213.4 uuuuuuu
---TRANSACTION 814538723763, not started
MySQL thread id 5697, OS thread handle 0x7fb43bbff700, query id 2940153462 192.168.186.184 uuuuuuu
---TRANSACTION 814538597092, not started
MySQL thread id 11694, OS thread handle 0x7fb3cb272700, query id 2940106373 192.168.213.4 uuuuuuu
---TRANSACTION 814538731996, not started
MySQL thread id 3093, OS thread handle 0x7fb46f578700, query id 2940161156 192.168.210.67 uuuuuuu
---TRANSACTION 814538723639, not started
MySQL thread id 5384, OS thread handle 0x7fb441a46700, query id 2940153325 192.168.167.129 uuuuuuu
---TRANSACTION 814538679494, not started
MySQL thread id 4792, OS thread handle 0x7fb454c8d700, query id 2940110815 192.168.195.113 uuuuuuu
---TRANSACTION 814538692627, not started
MySQL thread id 16920, OS thread handle 0x7fb39045c700, query id 2940122911 192.168.213.4 uuuuuuu
---TRANSACTION 814538177849, not started
MySQL thread id 2848, OS thread handle 0x7fb4744be700, query id 2939783052 192.168.208.172 uuuuuuu
---TRANSACTION 814538601633, not started
MySQL thread id 16894, OS thread handle 0x7fb399b3b700, query id 2940039982 192.168.217.71 uuuuuuu
---TRANSACTION 814538438296, not started
MySQL thread id 2769, OS thread handle 0x7fb47742b700, query id 2940035833 192.168.217.71 uuuuuuu
---TRANSACTION 814538694154, not started
MySQL thread id 5972, OS thread handle 0x7fb43da68700, query id 2940124215 192.168.222.58 uuuuuuu
---TRANSACTION 814538701504, not started
MySQL thread id 6051, OS thread handle 0x7fb435d82700, query id 2940131430 192.168.222.58 uuuuuuu
---TRANSACTION 814538688118, not started
MySQL thread id 2813, OS thread handle 0x7fb475582700, query id 2940119041 192.168.210.67 uuuuuuu
---TRANSACTION 814538505343, not started
MySQL thread id 11228, OS thread handle 0x7fb3c505c700, query id 2940103011 192.168.213.4 uuuuuuu
---TRANSACTION 814538670381, not started
MySQL thread id 3455, OS thread handle 0x7fb4696a8700, query id 2940102036 192.168.213.30 uuuuuuu
---TRANSACTION 814538629591, not started
MySQL thread id 7356, OS thread handle 0x7fb419331700, query id 2940065231 192.168.162.201 uuuuuuu
---TRANSACTION 814538514376, not started
MySQL thread id 16688, OS thread handle 0x7fb38048d700, query id 2940103149 192.168.221.175 uuuuuuu
---TRANSACTION 814538523010, not started
MySQL thread id 4928, OS thread handle 0x7fb44e6a8700, query id 2940119978 192.168.186.184 uuuuuuu
---TRANSACTION 814538692341, not started
MySQL thread id 11217, OS thread handle 0x7fb3c5277700, query id 2940122663 192.168.186.184 uuuuuuu
---TRANSACTION 814538678126, not started
MySQL thread id 11474, OS thread handle 0x7fb468551700, query id 2940109495 192.168.195.113 uuuuuuu
---TRANSACTION 814538719342, not started
MySQL thread id 2760, OS thread handle 0x7fb4775b3700, query id 2940149204 192.168.215.64 uuuuuuu
---TRANSACTION 814538626898, not started
MySQL thread id 2032, OS thread handle 0x7fb48b3ce700, query id 2940062757 192.168.210.67 uuuuuuu
---TRANSACTION 814538691181, not started
MySQL thread id 1409, OS thread handle 0x7fb490686700, query id 2940121568 192.168.217.71 uuuuuuu
---TRANSACTION 814538701806, not started
MySQL thread id 10634, OS thread handle 0x7fb3da57d700, query id 2940131730 192.168.215.64 uuuuuuu
---TRANSACTION 814538607791, not started
MySQL thread id 16333, OS thread handle 0x7fb3b679d700, query id 2940045456 192.168.208.172 uuuuuuu
---TRANSACTION 814538694209, not started
MySQL thread id 16332, OS thread handle 0x7fb3b1ad9700, query id 2940124268 192.168.210.67 uuuuuuu
---TRANSACTION 814538735359, not started
MySQL thread id 16338, OS thread handle 0x7fb382d82700, query id 2940164449 192.168.213.4 uuuuuuu
---TRANSACTION 814538606825, not started
MySQL thread id 16323, OS thread handle 0x7fb381305700, query id 2940044531 192.168.217.71 uuuuuuu
---TRANSACTION 814538714153, not started
MySQL thread id 16317, OS thread handle 0x7fb382e15700, query id 2940144153 192.168.213.30 uuuuuuu
---TRANSACTION 814538721677, not started
MySQL thread id 16272, OS thread handle 0x7fb38173b700, query id 2940151440 192.168.217.71 uuuuuuu
---TRANSACTION 814538727656, not started
MySQL thread id 16260, OS thread handle 0x7fb45430a700, query id 2940157046 192.168.208.172 uuuuuuu
---TRANSACTION 814538733555, not started
MySQL thread id 16232, OS thread handle 0x7fb485f3b700, query id 2940162697 192.168.195.113 uuuuuuu
---TRANSACTION 814538669375, not started
MySQL thread id 16239, OS thread handle 0x7fb382fff700, query id 2940100950 192.168.177.232 uuuuuuu
---TRANSACTION 814538691264, not started
MySQL thread id 10955, OS thread handle 0x7fb3ce277700, query id 2940121644 192.168.213.30 uuuuuuu
---TRANSACTION 814538670395, not started
MySQL thread id 10835, OS thread handle 0x7fb3cd457700, query id 2940102004 192.168.213.30 uuuuuuu
---TRANSACTION 814538699846, not started
MySQL thread id 2379, OS thread handle 0x7fb4855da700, query id 2940129737 192.168.213.30 uuuuuuu
---TRANSACTION 814538700098, not started
MySQL thread id 1041, OS thread handle 0x7fb498168700, query id 2940129961 192.168.217.71 uuuuuuu
---TRANSACTION 814538704877, not started
MySQL thread id 692, OS thread handle 0x7fb7a48d3700, query id 2940134878 192.168.217.71 uuuuuuu
---TRANSACTION 814538724772, not started
MySQL thread id 2423, OS thread handle 0x7fb48594c700, query id 2940154436 192.168.221.175 uuuuuuu
---TRANSACTION 814538703322, not started
MySQL thread id 16201, OS thread handle 0x7fb38548d700, query id 2940133018 192.168.217.71 uuuuuuu
---TRANSACTION 814538734899, not started
MySQL thread id 3139, OS thread handle 0x7fb46dfff700, query id 2940164013 192.168.195.113 uuuuuuu
---TRANSACTION 814538721614, not started
MySQL thread id 1671, OS thread handle 0x7fb4901ee700, query id 2940151367 192.168.162.201 uuuuuuu
---TRANSACTION 814538505226, not started
MySQL thread id 16184, OS thread handle 0x7fb3a0de4700, query id 2940100441 192.168.208.172 uuuuuuu
---TRANSACTION 814538701329, not started
MySQL thread id 16168, OS thread handle 0x7fb43a182700, query id 2940131248 192.168.167.58 uuuuuuu
---TRANSACTION 814538670853, not started
MySQL thread id 16135, OS thread handle 0x7fb3877ce700, query id 2940102503 192.168.217.71 uuuuuuu
---TRANSACTION 814538705103, not started
MySQL thread id 16114, OS thread handle 0x7fb386215700, query id 2940135099 192.168.177.232 uuuuuuu
---TRANSACTION 814538674899, not started
MySQL thread id 10970, OS thread handle 0x7fb3d3246700, query id 2940106252 192.168.195.113 uuuuuuu
---TRANSACTION 814538708355, not started
MySQL thread id 16072, OS thread handle 0x7fb38bc2b700, query id 2940138333 192.168.208.172 uuuuuuu
---TRANSACTION 814538525012, not started
MySQL thread id 16076, OS thread handle 0x7fb385646700, query id 2939970888 192.168.217.71 uuuuuuu
---TRANSACTION 814538712674, not started
MySQL thread id 16063, OS thread handle 0x7fb3a091b700, query id 2940142695 192.168.215.64 uuuuuuu
---TRANSACTION 814538426734, not started
MySQL thread id 16044, OS thread handle 0x7fb385677700, query id 2940165732 192.168.208.172 uuuuuuu
---TRANSACTION 814538488245, not started
MySQL thread id 16071, OS thread handle 0x7fb387582700, query id 2940089643 192.168.217.71 uuuuuuu
---TRANSACTION 814538608083, not started
MySQL thread id 16045, OS thread handle 0x7fb44fbce700, query id 2940123964 192.168.218.166 uuuuuuu
---TRANSACTION 814538670623, not started
MySQL thread id 10192, OS thread handle 0x7fb3da5ae700, query id 2940102274 192.168.164.15 uuuuuuu
---TRANSACTION 814538682042, not started
MySQL thread id 10777, OS thread handle 0x7fb3ce2a8700, query id 2940113334 192.168.222.58 uuuuuuu
---TRANSACTION 814538662971, not started
MySQL thread id 15850, OS thread handle 0x7fb38639d700, query id 2940094918 192.168.217.71 uuuuuuu
---TRANSACTION 814538721494, not started
MySQL thread id 3136, OS thread handle 0x7fb46e4be700, query id 2940151233 192.168.213.4 uuuuuuu
---TRANSACTION 814538691645, not started
MySQL thread id 10206, OS thread handle 0x7fb3d9ad9700, query id 2940122007 192.168.177.232 uuuuuuu
---TRANSACTION 814538617868, not started
MySQL thread id 15826, OS thread handle 0x7fb3882a8700, query id 2940054940 192.168.210.67 uuuuuuu
---TRANSACTION 814538609066, not started
MySQL thread id 15762, OS thread handle 0x7fb387551700, query id 2940046661 192.168.217.71 uuuuuuu
---TRANSACTION 814538693934, not started
MySQL thread id 15758, OS thread handle 0x7fb385615700, query id 2940124023 192.168.217.71 uuuuuuu
---TRANSACTION 814538694259, not started
MySQL thread id 35, OS thread handle 0x7fc06b966700, query id 2940124315 192.168.208.172 uuuuuuu
---TRANSACTION 814538611453, not started
MySQL thread id 15741, OS thread handle 0x7fb3875b3700, query id 2940049010 192.168.208.172 uuuuuuu
---TRANSACTION 814538425272, not started
MySQL thread id 15740, OS thread handle 0x7fb38bb98700, query id 2939879518 192.168.217.71 uuuuuuu
---TRANSACTION 814538698031, not started
MySQL thread id 15739, OS thread handle 0x7fb3f0fc4700, query id 2940127866 192.168.177.232 uuuuuuu
---TRANSACTION 814538572145, not started
MySQL thread id 15717, OS thread handle 0x7fb387520700, query id 2940013593 192.168.217.71 uuuuuuu
---TRANSACTION 814538707309, not started
MySQL thread id 15695, OS thread handle 0x7fb38f6a8700, query id 2940137307 192.168.208.172 uuuuuuu
---TRANSACTION 814538607541, not started
MySQL thread id 15625, OS thread handle 0x7fb3a0c8d700, query id 2940045182 192.168.217.71 uuuuuuu
---TRANSACTION 814538516375, not started
MySQL thread id 15694, OS thread handle 0x7fb396951700, query id 2940106416 192.168.217.71 uuuuuuu
---TRANSACTION 814538660506, not started
MySQL thread id 15671, OS thread handle 0x7fb38630a700, query id 2940092696 192.168.217.71 uuuuuuu
---TRANSACTION 814538700217, not started
MySQL thread id 15596, OS thread handle 0x7fb38a151700, query id 2940130103 192.168.208.172 uuuuuuu
---TRANSACTION 814538678284, not started
MySQL thread id 9850, OS thread handle 0x7fb3dfc5c700, query id 2940109644 192.168.162.201 uuuuuuu
---TRANSACTION 814538730556, not started
MySQL thread id 15582, OS thread handle 0x7fb3874be700, query id 2940159794 192.168.208.172 uuuuuuu
---TRANSACTION 814538665944, not started
MySQL thread id 15581, OS thread handle 0x7fb3874ef700, query id 2940097462 192.168.217.71 uuuuuuu
---TRANSACTION 814538594429, not started
MySQL thread id 15610, OS thread handle 0x7fb38a277700, query id 2940033827 192.168.208.172 uuuuuuu
---TRANSACTION 814538708549, not started
MySQL thread id 1865, OS thread handle 0x7fb48d67b700, query id 2940138536 192.168.215.64 uuuuuuu
---TRANSACTION 814538718764, not started
MySQL thread id 15563, OS thread handle 0x7fb3f1026700, query id 2940148673 192.168.215.64 uuuuuuu
---TRANSACTION 814538668893, not started
MySQL thread id 15560, OS thread handle 0x7fb3876a8700, query id 2940100437 192.168.217.71 uuuuuuu
---TRANSACTION 814538718463, not started
MySQL thread id 1851, OS thread handle 0x7fb48d08c700, query id 2940148367 192.168.177.232 uuuuuuu
---TRANSACTION 814538519513, not started
MySQL thread id 15528, OS thread handle 0x7fb3880be700, query id 2939965803 192.168.217.71 uuuuuuu
---TRANSACTION 814538729910, not started
MySQL thread id 15530, OS thread handle 0x7fb38a1b3700, query id 2940159177 192.168.208.172 uuuuuuu
---TRANSACTION 814538729613, not started
MySQL thread id 15495, OS thread handle 0x7fb38830a700, query id 2940158896 192.168.211.62 uuuuuuu
---TRANSACTION 814538592077, not started
MySQL thread id 15498, OS thread handle 0x7fb391ed9700, query id 2940031798 192.168.208.172 uuuuuuu
---TRANSACTION 814538686600, not started
MySQL thread id 15468, OS thread handle 0x7fb38bde4700, query id 2940117702 192.168.221.175 uuuuuuu
---TRANSACTION 814538625453, not started
MySQL thread id 15502, OS thread handle 0x7fb388246700, query id 2940061446 192.168.217.71 uuuuuuu
---TRANSACTION 814538595470, not started
MySQL thread id 15507, OS thread handle 0x7fb3f1305700, query id 2940034713 192.168.208.172 uuuuuuu
---TRANSACTION 814538666905, not started
MySQL thread id 15465, OS thread handle 0x7fb3917ff700, query id 2940098320 192.168.208.172 uuuuuuu
---TRANSACTION 814538730951, not started
MySQL thread id 11962, OS thread handle 0x7fb3b988d700, query id 2940160168 192.168.163.136 uuuuuuu
---TRANSACTION 814538689061, not started
MySQL thread id 15459, OS thread handle 0x7fb38b91b700, query id 2940119812 192.168.217.71 uuuuuuu
---TRANSACTION 814538719979, not started
MySQL thread id 15460, OS thread handle 0x7fb3a482b700, query id 2940149836 192.168.208.172 uuuuuuu
---TRANSACTION 814538722725, not started
MySQL thread id 15406, OS thread handle 0x7fb38b8ea700, query id 2940152430 192.168.164.15 uuuuuuu
---TRANSACTION 814538662416, not started
MySQL thread id 15427, OS thread handle 0x7fb38bea8700, query id 2940094414 192.168.208.172 uuuuuuu
---TRANSACTION 814538701664, not started
MySQL thread id 15428, OS thread handle 0x7fb38a33b700, query id 2940131598 192.168.218.166 uuuuuuu
---TRANSACTION 814538668256, not started
MySQL thread id 15416, OS thread handle 0x7fb4433ce700, query id 2940099698 192.168.211.62 uuuuuuu
---TRANSACTION 814538523473, not started
MySQL thread id 15377, OS thread handle 0x7fb38bcef700, query id 2940116875 192.168.217.71 uuuuuuu
---TRANSACTION 814538679187, not started
MySQL thread id 15387, OS thread handle 0x7fb38bb05700, query id 2940110521 192.168.163.136 uuuuuuu
---TRANSACTION 814538701151, not started
MySQL thread id 2266, OS thread handle 0x7fb486b6c700, query id 2940131058 192.168.186.184 uuuuuuu
---TRANSACTION 814538615210, not started
MySQL thread id 9933, OS thread handle 0x7fb3e14ef700, query id 2940126793 192.168.177.232 uuuuuuu
---TRANSACTION 814538736296, not started
MySQL thread id 10211, OS thread handle 0x7fb3d99e4700, query id 2940165335 192.168.211.62 uuuuuuu
---TRANSACTION 814538607878, not started
MySQL thread id 998, OS thread handle 0x7fb4931c8700, query id 2940045538 192.168.215.64 uuuuuuu
---TRANSACTION 814538725870, not started
MySQL thread id 1551, OS thread handle 0x7fb48f610700, query id 2940155426 192.168.177.232 uuuuuuu
---TRANSACTION 814538700629, not started
MySQL thread id 15386, OS thread handle 0x7fb38bb36700, query id 2940130510 192.168.217.71 uuuuuuu
---TRANSACTION 814538699400, not started
MySQL thread id 15357, OS thread handle 0x7fb391e77700, query id 2940129202 192.168.217.71 uuuuuuu
---TRANSACTION 814538712046, not started
MySQL thread id 15352, OS thread handle 0x7fb392a15700, query id 2940142100 192.168.217.71 uuuuuuu
---TRANSACTION 814538670645, not started
MySQL thread id 15337, OS thread handle 0x7fb3a4982700, query id 2940102295 192.168.217.71 uuuuuuu
---TRANSACTION 814538646578, not started
MySQL thread id 1568, OS thread handle 0x7fb48f426700, query id 2940146548 192.168.211.62 uuuuuuu
---TRANSACTION 814538702301, not started
MySQL thread id 15332, OS thread handle 0x7fb38be77700, query id 2940132256 192.168.213.30 uuuuuuu
---TRANSACTION 814538699814, not started
MySQL thread id 1654, OS thread handle 0x7fb48ea32700, query id 2940129712 192.168.186.184 uuuuuuu
---TRANSACTION 814538512336, not started
MySQL thread id 15321, OS thread handle 0x7fb38f4be700, query id 2940102021 192.168.221.175 uuuuuuu
---TRANSACTION 814538706870, not started
MySQL thread id 15289, OS thread handle 0x7fb39ea46700, query id 2940136814 192.168.217.71 uuuuuuu
---TRANSACTION 814538724727, not started
MySQL thread id 15296, OS thread handle 0x7fb391088700, query id 2940154395 192.168.218.166 uuuuuuu
---TRANSACTION 814538713436, not started
MySQL thread id 15304, OS thread handle 0x7fb392a77700, query id 2940143420 192.168.164.15 uuuuuuu
---TRANSACTION 814538668296, not started
MySQL thread id 15292, OS thread handle 0x7fb392951700, query id 2940099741 192.168.217.71 uuuuuuu
---TRANSACTION 814538683498, not started
MySQL thread id 15286, OS thread handle 0x7fb396920700, query id 2940114756 192.168.208.172 uuuuuuu
---TRANSACTION 814538592394, not started
MySQL thread id 15271, OS thread handle 0x7fb38f79d700, query id 2940102758 192.168.164.15 uuuuuuu
---TRANSACTION 814538693989, not started
MySQL thread id 15269, OS thread handle 0x7fb392b9d700, query id 2940124068 192.168.164.15 uuuuuuu
---TRANSACTION 814538670455, not started
MySQL thread id 15249, OS thread handle 0x7fb392b0a700, query id 2940102026 192.168.213.30 uuuuuuu
---TRANSACTION 814538679364, not started
MySQL thread id 15250, OS thread handle 0x7fb3968be700, query id 2940110697 192.168.213.30 uuuuuuu
---TRANSACTION 814538720711, not started
MySQL thread id 15246, OS thread handle 0x7fb391057700, query id 2940150501 192.168.213.30 uuuuuuu
---TRANSACTION 814538593663, not started
MySQL thread id 15225, OS thread handle 0x7fb39373b700, query id 2940103054 192.168.164.15 uuuuuuu
---TRANSACTION 814538625387, not started
MySQL thread id 15231, OS thread handle 0x7fb394c8d700, query id 2940061395 192.168.208.172 uuuuuuu
---TRANSACTION 814538607772, not started
MySQL thread id 15230, OS thread handle 0x7fb3969e4700, query id 2940045436 192.168.217.71 uuuuuuu
---TRANSACTION 814538675156, not started
MySQL thread id 15216, OS thread handle 0x7fb391210700, query id 2940106531 192.168.218.166 uuuuuuu
---TRANSACTION 814538691213, not started
MySQL thread id 15200, OS thread handle 0x7fb3a6677700, query id 2940121599 192.168.208.172 uuuuuuu
---TRANSACTION 814538602868, not started
MySQL thread id 15169, OS thread handle 0x7fb3907ff700, query id 2940041008 192.168.208.172 uuuuuuu
---TRANSACTION 814538702863, not started
MySQL thread id 15167, OS thread handle 0x7fb452982700, query id 2940132844 192.168.217.71 uuuuuuu
---TRANSACTION 814538680861, not started
MySQL thread id 5113, OS thread handle 0x7fb4479e4700, query id 2940112164 192.168.162.201 uuuuuuu
---TRANSACTION 814538677807, not started
MySQL thread id 15158, OS thread handle 0x7fb3a09ae700, query id 2940109181 192.168.221.175 uuuuuuu
---TRANSACTION 814538635482, not started
MySQL thread id 15143, OS thread handle 0x7fb397b3b700, query id 2940070778 192.168.208.172 uuuuuuu
---TRANSACTION 814538706048, not started
MySQL thread id 15142, OS thread handle 0x7fb39345c700, query id 2940136011 192.168.217.71 uuuuuuu
---TRANSACTION 814538678128, not started
MySQL thread id 1428, OS thread handle 0x7fb490345700, query id 2940109497 192.168.213.4 uuuuuuu
---TRANSACTION 814538630063, not started
MySQL thread id 15120, OS thread handle 0x7fb3913c9700, query id 2940065655 192.168.208.172 uuuuuuu
---TRANSACTION 814538622554, not started
MySQL thread id 15119, OS thread handle 0x7fb435c5c700, query id 2940058923 192.168.217.71 uuuuuuu
---TRANSACTION 814538724397, not started
MySQL thread id 306, OS thread handle 0x7fb49859e700, query id 2940154094 192.168.215.64 uuuuuuu
---TRANSACTION 814538336100, not started
MySQL thread id 15096, OS thread handle 0x7fb43cf05700, query id 2939932591 192.168.208.172 uuuuuuu
---TRANSACTION 814538713113, not started
MySQL thread id 9843, OS thread handle 0x7fb3e2a72700, query id 2940143124 192.168.167.129 uuuuuuu
---TRANSACTION 814538600566, not started
MySQL thread id 15094, OS thread handle 0x7fb3910b9700, query id 2940039039 192.168.217.71 uuuuuuu
---TRANSACTION 814538721542, not started
MySQL thread id 9872, OS thread handle 0x7fb3e148d700, query id 2940151283 192.168.218.166 uuuuuuu
---TRANSACTION 814538652576, not started
MySQL thread id 15073, OS thread handle 0x7fb39eb6c700, query id 2940085572 192.168.208.172 uuuuuuu
---TRANSACTION 814538617164, not started
MySQL thread id 15071, OS thread handle 0x7fb39079d700, query id 2940054283 192.168.217.71 uuuuuuu
---TRANSACTION 814538611079, not started
MySQL thread id 15056, OS thread handle 0x7fb391f9d700, query id 2940125742 192.168.221.175 uuuuuuu
---TRANSACTION 814538712115, not started
MySQL thread id 15049, OS thread handle 0x7fb39285c700, query id 2940142175 192.168.208.172 uuuuuuu
---TRANSACTION 814538666869, not started
MySQL thread id 15025, OS thread handle 0x7fb392a46700, query id 2940098269 192.168.208.172 uuuuuuu
---TRANSACTION 814538669029, not started
MySQL thread id 9728, OS thread handle 0x7fb3e2cef700, query id 2940100586 192.168.218.166 uuuuuuu
---TRANSACTION 814538735123, not started
MySQL thread id 15000, OS thread handle 0x7fb391f3b700, query id 2940164235 192.168.217.71 uuuuuuu
---TRANSACTION 814538721152, not started
MySQL thread id 14984, OS thread handle 0x7fb39170a700, query id 2940150881 192.168.215.64 uuuuuuu
---TRANSACTION 814538716591, not started
MySQL thread id 14975, OS thread handle 0x7fb393615700, query id 2940146545 192.168.217.71 uuuuuuu
---TRANSACTION 814538616293, not started
MySQL thread id 14976, OS thread handle 0x7fb391f0a700, query id 2940053508 192.168.208.172 uuuuuuu
---TRANSACTION 814538708737, not started
MySQL thread id 14753, OS thread handle 0x7fb3935b3700, query id 2940138737 192.168.195.113 uuuuuuu
---TRANSACTION 814538724430, not started
MySQL thread id 9608, OS thread handle 0x7fb3e5c8d700, query id 2940154132 192.168.167.58 uuuuuuu
---TRANSACTION 814538597138, not started
MySQL thread id 14928, OS thread handle 0x7fb38f615700, query id 2940036123 192.168.208.172 uuuuuuu
---TRANSACTION 814538698379, not started
MySQL thread id 14900, OS thread handle 0x7fb3914ef700, query id 2940128202 192.168.208.172 uuuuuuu
---TRANSACTION 814538424543, not started
MySQL thread id 14926, OS thread handle 0x7fb3b1920700, query id 2939878854 192.168.217.71 uuuuuuu
---TRANSACTION 814538707138, not started
MySQL thread id 14868, OS thread handle 0x7fb391c5c700, query id 2940137086 192.168.215.64 uuuuuuu
---TRANSACTION 814538677577, not started
MySQL thread id 14839, OS thread handle 0x7fb3904ef700, query id 2940108964 192.168.163.136 uuuuuuu
---TRANSACTION 814538669874, not started
MySQL thread id 14852, OS thread handle 0x7fb39e736700, query id 2940101464 192.168.213.4 uuuuuuu
---TRANSACTION 814538636773, not started
MySQL thread id 14825, OS thread handle 0x7fb3905e4700, query id 2940071937 192.168.208.172 uuuuuuu
---TRANSACTION 814538648720, not started
MySQL thread id 1426, OS thread handle 0x7fb4903a7700, query id 2940149759 192.168.222.58 uuuuuuu
---TRANSACTION 814538670926, not started
MySQL thread id 14819, OS thread handle 0x7fb390677700, query id 2940165738 192.168.215.64 uuuuuuu
---TRANSACTION 814538694600, not started
MySQL thread id 14762, OS thread handle 0x7fb3915b3700, query id 2940124656 192.168.167.129 uuuuuuu
---TRANSACTION 814538589850, not started
MySQL thread id 14740, OS thread handle 0x7fb391d51700, query id 2940029815 192.168.218.166 uuuuuuu
---TRANSACTION 814538668180, not started
MySQL thread id 14745, OS thread handle 0x7fb391cef700, query id 2940165650 192.168.213.30 uuuuuuu
---TRANSACTION 814538284109, not started
MySQL thread id 14742, OS thread handle 0x7fb391d20700, query id 2939882272 192.168.208.172 uuuuuuu
---TRANSACTION 814538724353, not started
MySQL thread id 9819, OS thread handle 0x7fb3e75b3700, query id 2940154048 192.168.222.58 uuuuuuu
---TRANSACTION 814538514225, not started
MySQL thread id 14686, OS thread handle 0x7fb397b6c700, query id 2940106247 192.168.211.62 uuuuuuu
---TRANSACTION 814538722975, not started
MySQL thread id 9612, OS thread handle 0x7fb3f5fce700, query id 2940152659 192.168.167.129 uuuuuuu
---TRANSACTION 814538690535, not started
MySQL thread id 9364, OS thread handle 0x7fb3eaa15700, query id 2940121050 192.168.164.15 uuuuuuu
---TRANSACTION 814538723960, not started
MySQL thread id 14711, OS thread handle 0x7fb392ad9700, query id 2940153672 192.168.167.129 uuuuuuu
---TRANSACTION 814538675407, not started
MySQL thread id 9449, OS thread handle 0x7fb3ed2d5700, query id 2940106793 192.168.218.166 uuuuuuu
---TRANSACTION 814538723569, not started
MySQL thread id 2424, OS thread handle 0x7fb4854e5700, query id 2940153254 192.168.163.136 uuuuuuu
---TRANSACTION 814538674752, not started
MySQL thread id 9383, OS thread handle 0x7fb3ea3ff700, query id 2940106090 192.168.167.58 uuuuuuu
---TRANSACTION 814538529457, not started
MySQL thread id 9262, OS thread handle 0x7fb3ed97d700, query id 2940125216 192.168.218.166 uuuuuuu
---TRANSACTION 814538661004, not started
MySQL thread id 9250, OS thread handle 0x7fb3edaa3700, query id 2940093142 192.168.164.15 uuuuuuu
---TRANSACTION 814538707681, not started
MySQL thread id 14623, OS thread handle 0x7fb3984ef700, query id 2940137667 192.168.210.67 uuuuuuu
---TRANSACTION 814538706507, not started
MySQL thread id 9244, OS thread handle 0x7fb3edb36700, query id 2940136452 192.168.218.166 uuuuuuu
---TRANSACTION 814538691783, not started
MySQL thread id 14563, OS thread handle 0x7fb39aea8700, query id 2940122141 192.168.195.113 uuuuuuu
---TRANSACTION 814538701219, not started
MySQL thread id 14593, OS thread handle 0x7fb399aa8700, query id 2940131038 192.168.186.184 uuuuuuu
---TRANSACTION 814538604816, not started
MySQL thread id 14577, OS thread handle 0x7fb39ad82700, query id 2940114396 192.168.164.15 uuuuuuu
---TRANSACTION 814538674754, not started
MySQL thread id 14584, OS thread handle 0x7fb39788d700, query id 2940106092 192.168.222.58 uuuuuuu
---TRANSACTION 814538716606, not started
MySQL thread id 14565, OS thread handle 0x7fb3a0a10700, query id 2940146561 192.168.164.15 uuuuuuu
---TRANSACTION 814538524479, not started
MySQL thread id 14496, OS thread handle 0x7fb397951700, query id 2939970369 192.168.208.172 uuuuuuu
---TRANSACTION 814538676247, not started
MySQL thread id 14466, OS thread handle 0x7fb398f6c700, query id 2940107626 192.168.213.30 uuuuuuu
---TRANSACTION 814538233806, not started
MySQL thread id 14465, OS thread handle 0x7fb398de4700, query id 2940118776 192.168.208.172 uuuuuuu
---TRANSACTION 814538516543, not started
MySQL thread id 9348, OS thread handle 0x7fb3eabce700, query id 2940107257 192.168.167.58 uuuuuuu
---TRANSACTION 814538709676, not started
MySQL thread id 982, OS thread handle 0x7fb493414700, query id 2940139703 192.168.222.58 uuuuuuu
---TRANSACTION 814538705992, not started
MySQL thread id 14432, OS thread handle 0x7fb3987ce700, query id 2940135946 192.168.162.201 uuuuuuu
---TRANSACTION 814538622518, not started
MySQL thread id 14441, OS thread handle 0x7fb396b9d700, query id 2940058893 192.168.208.172 uuuuuuu
---TRANSACTION 814538706893, not started
MySQL thread id 9059, OS thread handle 0x7fb3f1520700, query id 2940136839 192.168.218.166 uuuuuuu
---TRANSACTION 814538683980, not started
MySQL thread id 9317, OS thread handle 0x7fb402aa8700, query id 2940115236 192.168.177.232 uuuuuuu
---TRANSACTION 814538674930, not started
MySQL thread id 14402, OS thread handle 0x7fb39dc5c700, query id 2940106285 192.168.208.172 uuuuuuu
---TRANSACTION 814538730309, not started
MySQL thread id 14337, OS thread handle 0x7fb39eaa8700, query id 2940159563 192.168.213.30 uuuuuuu
---TRANSACTION 814538588861, not started
MySQL thread id 14371, OS thread handle 0x7fb396b0a700, query id 2940028889 192.168.208.172 uuuuuuu
---TRANSACTION 814538597809, not started
MySQL thread id 14356, OS thread handle 0x7fb39848d700, query id 2940106295 192.168.177.232 uuuuuuu
---TRANSACTION 814538730101, not started
MySQL thread id 14355, OS thread handle 0x7fb3985e4700, query id 2940159361 192.168.218.166 uuuuuuu
---TRANSACTION 814538699560, not started
MySQL thread id 14333, OS thread handle 0x7fb397aa8700, query id 2940129406 192.168.218.166 uuuuuuu
---TRANSACTION 814538735167, not started
MySQL thread id 9351, OS thread handle 0x7fb3eab6c700, query id 2940164273 192.168.213.30 uuuuuuu
---TRANSACTION 814538668272, not started
MySQL thread id 14317, OS thread handle 0x7fb3f17ff700, query id 2940099714 192.168.208.172 uuuuuuu
---TRANSACTION 814538599515, not started
MySQL thread id 8901, OS thread handle 0x7fb3f3982700, query id 2940038154 192.168.218.166 uuuuuuu
---TRANSACTION 814538668651, not started
MySQL thread id 14282, OS thread handle 0x7fb39ae77700, query id 2940100179 192.168.208.172 uuuuuuu
---TRANSACTION 814538507120, not started
MySQL thread id 14271, OS thread handle 0x7fb3baed9700, query id 2940106377 192.168.218.166 uuuuuuu
---TRANSACTION 814538702203, not started
MySQL thread id 14248, OS thread handle 0x7fb398cef700, query id 2940132145 192.168.167.58 uuuuuuu
---TRANSACTION 814538722253, not started
MySQL thread id 14239, OS thread handle 0x7fb398e77700, query id 2940151994 192.168.208.172 uuuuuuu
---TRANSACTION 814538533141, not started
MySQL thread id 14076, OS thread handle 0x7fb39c9e4700, query id 2940130727 192.168.195.113 uuuuuuu
---TRANSACTION 814538668669, not started
MySQL thread id 8823, OS thread handle 0x7fb3f71ae700, query id 2940100201 192.168.218.166 uuuuuuu
---TRANSACTION 814538684786, not started
MySQL thread id 9223, OS thread handle 0x7fb3f10ea700, query id 2940116016 192.168.167.129 uuuuuuu
---TRANSACTION 814538721772, not started
MySQL thread id 7240, OS thread handle 0x7fb41bad9700, query id 2940151543 192.168.163.136 uuuuuuu
---TRANSACTION 814538696858, not started
MySQL thread id 8712, OS thread handle 0x7fb3f770a700, query id 2940126753 192.168.218.166 uuuuuuu
---TRANSACTION 814538443105, not started
MySQL thread id 14214, OS thread handle 0x7fb3999e4700, query id 2939896112 192.168.208.172 uuuuuuu
---TRANSACTION 814538724614, not started
MySQL thread id 7236, OS thread handle 0x7fb41cc21700, query id 2940154308 192.168.163.136 uuuuuuu
---TRANSACTION 814538723717, not started
MySQL thread id 9444, OS thread handle 0x7fb3e9677700, query id 2940153409 192.168.222.58 uuuuuuu
---TRANSACTION 814538600209, not started
MySQL thread id 9254, OS thread handle 0x7fb3eda72700, query id 2940038736 192.168.195.113 uuuuuuu
---TRANSACTION 814538733293, not started
MySQL thread id 8913, OS thread handle 0x7fb3f3bce700, query id 2940162420 192.168.167.58 uuuuuuu
---TRANSACTION 814538709345, not started
MySQL thread id 251, OS thread handle 0x7fb7a4904700, query id 2940139375 192.168.222.58 uuuuuuu
---TRANSACTION 814538668488, not started
MySQL thread id 8602, OS thread handle 0x7fb3fd920700, query id 2940161040 192.168.218.166 uuuuuuu
---TRANSACTION 814538596758, not started
MySQL thread id 8886, OS thread handle 0x7fb3f55b3700, query id 2940106416 192.168.167.58 uuuuuuu
---TRANSACTION 814538627866, not started
MySQL thread id 14170, OS thread handle 0x7fb39c951700, query id 2940063657 192.168.208.172 uuuuuuu
---TRANSACTION 814538700314, not started
MySQL thread id 14161, OS thread handle 0x7fb39cb6c700, query id 2940130198 192.168.213.4 uuuuuuu
---TRANSACTION 814538670726, not started
MySQL thread id 9141, OS thread handle 0x7fb3effff700, query id 2940102378 192.168.211.62 uuuuuuu
---TRANSACTION 814538668978, not started
MySQL thread id 8919, OS thread handle 0x7fb3f3641700, query id 2940100528 192.168.213.30 uuuuuuu
---TRANSACTION 814538670021, not started
MySQL thread id 14133, OS thread handle 0x7fb4582e7700, query id 2940101630 192.168.195.113 uuuuuuu
---TRANSACTION 814538723800, not started
MySQL thread id 8515, OS thread handle 0x7fb400646700, query id 2940153508 192.168.218.166 uuuuuuu
---TRANSACTION 814538698233, not started
MySQL thread id 14101, OS thread handle 0x7fb39af6c700, query id 2940128061 192.168.213.4 uuuuuuu
---TRANSACTION 814538632014, not started
MySQL thread id 8984, OS thread handle 0x7fb3f2b0a700, query id 2940136408 192.168.211.62 uuuuuuu
---TRANSACTION 814538707224, not started
MySQL thread id 14055, OS thread handle 0x7fb39e7c9700, query id 2940137181 192.168.164.15 uuuuuuu
---TRANSACTION 814538669823, not started
MySQL thread id 8543, OS thread handle 0x7fb3fea77700, query id 2940101417 192.168.164.15 uuuuuuu
---TRANSACTION 814538653263, not started
MySQL thread id 14058, OS thread handle 0x7fb39ded9700, query id 2940151330 192.168.213.4 uuuuuuu
---TRANSACTION 814538688445, not started
MySQL thread id 8769, OS thread handle 0x7fb3f87ff700, query id 2940119281 192.168.167.58 uuuuuuu
---TRANSACTION 814538671045, not started
MySQL thread id 13999, OS thread handle 0x7fb39dfff700, query id 2940102683 192.168.222.58 uuuuuuu
---TRANSACTION 814538603975, not started
MySQL thread id 14004, OS thread handle 0x7fb39cbff700, query id 2940041989 192.168.218.166 uuuuuuu
---TRANSACTION 814538729519, not started
MySQL thread id 13948, OS thread handle 0x7fb3a24be700, query id 2940158804 192.168.221.175 uuuuuuu
---TRANSACTION 814538735467, not started
MySQL thread id 13955, OS thread handle 0x7fb39e8ef700, query id 2940164557 192.168.215.64 uuuuuuu
---TRANSACTION 814538724310, not started
MySQL thread id 8740, OS thread handle 0x7fb3f779d700, query id 2940153993 192.168.213.30 uuuuuuu
---TRANSACTION 814538605710, not started
MySQL thread id 13941, OS thread handle 0x7fb3a0b05700, query id 2940043547 192.168.218.166 uuuuuuu
---TRANSACTION 814538706948, not started
MySQL thread id 13940, OS thread handle 0x7fb40439e700, query id 2940136898 192.168.218.166 uuuuuuu
---TRANSACTION 814538697715, not started
MySQL thread id 13943, OS thread handle 0x7fb3af736700, query id 2940127549 192.168.217.71 uuuuuuu
---TRANSACTION 814538702746, not started
MySQL thread id 13899, OS thread handle 0x7fb39e641700, query id 2940132707 192.168.167.129 uuuuuuu
---TRANSACTION 814538669246, not started
MySQL thread id 13886, OS thread handle 0x7fb39e7fa700, query id 2940100825 192.168.186.184 uuuuuuu
---TRANSACTION 814538694595, not started
MySQL thread id 8666, OS thread handle 0x7fb42d5e4700, query id 2940124648 192.168.213.30 uuuuuuu
---TRANSACTION 814538704093, not started
MySQL thread id 8595, OS thread handle 0x7fb3fda46700, query id 2940134097 192.168.211.62 uuuuuuu
---TRANSACTION 814538677825, not started
MySQL thread id 8896, OS thread handle 0x7fb3f3a77700, query id 2940109198 192.168.195.113 uuuuuuu
---TRANSACTION 814538670321, not started
MySQL thread id 9276, OS thread handle 0x7fb3edd82700, query id 2940101937 192.168.222.58 uuuuuuu
---TRANSACTION 814538707187, not started
MySQL thread id 8501, OS thread handle 0x7fb4027c9700, query id 2940137139 192.168.211.62 uuuuuuu
---TRANSACTION 814538702319, not started
MySQL thread id 8520, OS thread handle 0x7fb400551700, query id 2940132264 192.168.211.62 uuuuuuu
---TRANSACTION 814538716658, not started
MySQL thread id 13756, OS thread handle 0x7fb3b1b0a700, query id 2940146614 192.168.215.64 uuuuuuu
---TRANSACTION 814538229972, not started
MySQL thread id 8596, OS thread handle 0x7fb3fda15700, query id 2940038950 192.168.167.129 uuuuuuu
---TRANSACTION 814538680658, not started
MySQL thread id 8735, OS thread handle 0x7fb3fa646700, query id 2940111957 192.168.186.184 uuuuuuu
---TRANSACTION 814538697735, not started
MySQL thread id 9127, OS thread handle 0x7fb3f0d78700, query id 2940127568 192.168.222.58 uuuuuuu
---TRANSACTION 814538728237, not started
MySQL thread id 8234, OS thread handle 0x7fb406582700, query id 2940157592 192.168.211.62 uuuuuuu
---TRANSACTION 814538663503, not started
MySQL thread id 13731, OS thread handle 0x7fb3a733b700, query id 2940095368 192.168.195.113 uuuuuuu
---TRANSACTION 814538639989, not started
MySQL thread id 8914, OS thread handle 0x7fb3f3736700, query id 2940145683 192.168.222.58 uuuuuuu
---TRANSACTION 814538668206, not started
MySQL thread id 8557, OS thread handle 0x7fb3fe9e4700, query id 2940160998 192.168.195.113 uuuuuuu
---TRANSACTION 814538713250, not started
MySQL thread id 8392, OS thread handle 0x7fb402a77700, query id 2940141323 192.168.177.232 uuuuuuu
---TRANSACTION 814538716425, not started
MySQL thread id 8200, OS thread handle 0x7fb407246700, query id 2940146388 192.168.177.232 uuuuuuu
---TRANSACTION 814538723799, not started
MySQL thread id 8532, OS thread handle 0x7fb3feb6c700, query id 2940153504 192.168.167.58 uuuuuuu
---TRANSACTION 814538676191, not started
MySQL thread id 6699, OS thread handle 0x7fb426582700, query id 2940107572 192.168.163.136 uuuuuuu
---TRANSACTION 814538668212, not started
MySQL thread id 8793, OS thread handle 0x7fb3f7367700, query id 2940099652 192.168.222.58 uuuuuuu
---TRANSACTION 814538734158, not started
MySQL thread id 13732, OS thread handle 0x7fb3bc5b3700, query id 2940163283 192.168.195.113 uuuuuuu
---TRANSACTION 814538440659, not started
MySQL thread id 13730, OS thread handle 0x7fb3e5d82700, query id 2940037086 192.168.217.71 uuuuuuu
---TRANSACTION 814538675850, not started
MySQL thread id 13718, OS thread handle 0x7fb3a4551700, query id 2940107227 192.168.186.184 uuuuuuu
---TRANSACTION 814538724736, not started
MySQL thread id 13693, OS thread handle 0x7fb3a4b6c700, query id 2940154401 192.168.221.175 uuuuuuu
---TRANSACTION 814538697714, not started
MySQL thread id 13675, OS thread handle 0x7fb3c88be700, query id 2940127547 192.168.218.166 uuuuuuu
---TRANSACTION 814538670105, not started
MySQL thread id 13653, OS thread handle 0x7fb3f4582700, query id 2940101727 192.168.164.15 uuuuuuu
---TRANSACTION 814538642593, not started
MySQL thread id 8758, OS thread handle 0x7fb3fdb0a700, query id 2940146332 192.168.222.58 uuuuuuu
---TRANSACTION 814538725293, not started
MySQL thread id 13637, OS thread handle 0x7fb3b1b6c700, query id 2940154925 192.168.163.136 uuuuuuu
---TRANSACTION 814538674913, not started
MySQL thread id 13630, OS thread handle 0x7fb3a676c700, query id 2940106265 192.168.218.166 uuuuuuu
---TRANSACTION 814538699155, not started
MySQL thread id 13625, OS thread handle 0x7fb3a508d700, query id 2940128949 192.168.217.71 uuuuuuu
---TRANSACTION 814538670875, not started
MySQL thread id 13619, OS thread handle 0x7fb46845c700, query id 2940165720 192.168.167.58 uuuuuuu
---TRANSACTION 814538509600, not started
MySQL thread id 13610, OS thread handle 0x7fb3a73ce700, query id 2940101675 192.168.164.15 uuuuuuu
---TRANSACTION 814538676898, not started
MySQL thread id 8283, OS thread handle 0x7fb405582700, query id 2940108269 192.168.167.58 uuuuuuu
---TRANSACTION 814538728180, not started
MySQL thread id 8192, OS thread handle 0x7fb4073c9700, query id 2940157541 192.168.167.58 uuuuuuu
---TRANSACTION 814538701780, not started
MySQL thread id 13581, OS thread handle 0x7fb3aa182700, query id 2940131703 192.168.164.15 uuuuuuu
---TRANSACTION 814538719947, not started
MySQL thread id 8695, OS thread handle 0x7fb3f8615700, query id 2940149807 192.168.222.58 uuuuuuu
---TRANSACTION 814538671070, not started
MySQL thread id 13540, OS thread handle 0x7fb3b8646700, query id 2940102709 192.168.195.113 uuuuuuu
---TRANSACTION 814538495269, not started
MySQL thread id 13527, OS thread handle 0x7fb3ab277700, query id 2940098815 192.168.217.71 uuuuuuu
---TRANSACTION 814538663988, not started
MySQL thread id 13520, OS thread handle 0x7fb3a4920700, query id 2940157865 192.168.164.15 uuuuuuu
---TRANSACTION 814538522916, not started
MySQL thread id 13535, OS thread handle 0x7fb3a4a46700, query id 2940116230 192.168.164.15 uuuuuuu
---TRANSACTION 814538581495, not started
MySQL thread id 13466, OS thread handle 0x7fb3a4520700, query id 2940161131 192.168.217.71 uuuuuuu
---TRANSACTION 814538641241, not started
MySQL thread id 13402, OS thread handle 0x7fb3a539d700, query id 2940075912 192.168.195.113 uuuuuuu
---TRANSACTION 814538670447, not started
MySQL thread id 13412, OS thread handle 0x7fb3a4ad9700, query id 2940102088 192.168.217.71 uuuuuuu
---TRANSACTION 814538694888, not started
MySQL thread id 13258, OS thread handle 0x7fb46a4ef700, query id 2940124923 192.168.162.201 uuuuuuu
---TRANSACTION 814538707345, not started
MySQL thread id 13353, OS thread handle 0x7fb3a6210700, query id 2940137324 192.168.186.184 uuuuuuu
---TRANSACTION 814538669013, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 7795, OS thread handle 0x7fb40f8b9700, query id 2940165733 192.168.177.232 uuuuuuu statistics
SELECT * FROM `xxxxxx_event` WHERE `id` = '83356921' LIMIT 1
---TRANSACTION 814538724441, not started
MySQL thread id 13242, OS thread handle 0x7fc3182a1700, query id 2940154138 192.168.217.71 uuuuuuu
---TRANSACTION 814538607337, not started
MySQL thread id 13358, OS thread handle 0x7fb3b1b9d700, query id 2940044981 192.168.221.175 uuuuuuu
---TRANSACTION 814538487375, not started
MySQL thread id 13345, OS thread handle 0x7fb3af7fa700, query id 2939936071 192.168.217.71 uuuuuuu
---TRANSACTION 814538700113, not started
MySQL thread id 13365, OS thread handle 0x7fb3a49b3700, query id 2940129977 192.168.186.184 uuuuuuu
---TRANSACTION 814538703769, not started
MySQL thread id 13342, OS thread handle 0x7fb42a4be700, query id 2940133776 192.168.222.58 uuuuuuu
---TRANSACTION 814538206062, not started
MySQL thread id 13372, OS thread handle 0x7fb3c5215700, query id 2940087727 192.168.217.71 uuuuuuu
---TRANSACTION 814538579488, not started
MySQL thread id 8597, OS thread handle 0x7fb3fd9e4700, query id 2940102121 192.168.222.58 uuuuuuu
---TRANSACTION 814538732400, not started
MySQL thread id 10522, OS thread handle 0x7fb3d905c700, query id 2940161552 192.168.162.201 uuuuuuu
---TRANSACTION 814538673536, not started
MySQL thread id 13215, OS thread handle 0x7fb3a61df700, query id 2940104918 192.168.221.175 uuuuuuu
---TRANSACTION 814538678998, not started
MySQL thread id 13299, OS thread handle 0x7fb3a5151700, query id 2940110350 192.168.164.15 uuuuuuu
---TRANSACTION 814538709650, not started
MySQL thread id 13196, OS thread handle 0x7fb438b3b700, query id 2940139635 192.168.167.129 uuuuuuu
---TRANSACTION 814538519836, not started
MySQL thread id 7882, OS thread handle 0x7fb40ee77700, query id 2940111139 192.168.211.62 uuuuuuu
---TRANSACTION 814538703692, not started
MySQL thread id 7739, OS thread handle 0x7fb40ff0a700, query id 2940133689 192.168.177.232 uuuuuuu
---TRANSACTION 814538671894, not started
MySQL thread id 8052, OS thread handle 0x7fb40a615700, query id 2940103479 192.168.167.58 uuuuuuu
---TRANSACTION 814538585169, not started
MySQL thread id 13310, OS thread handle 0x7fb3a4b3b700, query id 2940025601 192.168.217.71 uuuuuuu
---TRANSACTION 814538706797, not started
MySQL thread id 13244, OS thread handle 0x7fb3a673b700, query id 2940136735 192.168.218.166 uuuuuuu
---TRANSACTION 814538690246, not started
MySQL thread id 13211, OS thread handle 0x7fb3ad48d700, query id 2940120796 192.168.218.166 uuuuuuu
---TRANSACTION 814538594167, not started
MySQL thread id 7562, OS thread handle 0x7fb41305c700, query id 2940103143 192.168.177.232 uuuuuuu
---TRANSACTION 814538699865, not started
MySQL thread id 7437, OS thread handle 0x7fb41d272700, query id 2940129381 192.168.213.30 uuuuuuu
---TRANSACTION 814538733268, not started
MySQL thread id 13193, OS thread handle 0x7fb3aa0ef700, query id 2940162395 192.168.218.166 uuuuuuu
---TRANSACTION 814538702034, not started
MySQL thread id 13271, OS thread handle 0x7fb3a7cbe700, query id 2940131962 192.168.221.175 uuuuuuu
---TRANSACTION 814538728641, not started
MySQL thread id 10517, OS thread handle 0x7fb3d4151700, query id 2940157972 192.168.162.201 uuuuuuu
---TRANSACTION 814538717046, not started
MySQL thread id 13285, OS thread handle 0x7fb3b8551700, query id 2940147005 192.168.164.15 uuuuuuu
---TRANSACTION 814538723980, not started
MySQL thread id 13181, OS thread handle 0x7fb3d430a700, query id 2940153694 192.168.221.175 uuuuuuu
---TRANSACTION 814538704351, not started
MySQL thread id 13179, OS thread handle 0x7fb3ac646700, query id 2940134354 192.168.215.64 uuuuuuu
---TRANSACTION 814538670007, not started
MySQL thread id 13192, OS thread handle 0x7fb3ad73b700, query id 2940101616 192.168.217.71 uuuuuuu
---TRANSACTION 814538705301, not started
MySQL thread id 13208, OS thread handle 0x7fb3af8ef700, query id 2940135311 192.168.208.172 uuuuuuu
---TRANSACTION 814538734647, not started
MySQL thread id 13247, OS thread handle 0x7fb3a70be700, query id 2940163767 192.168.164.15 uuuuuuu
---TRANSACTION 814538676316, not started
MySQL thread id 13140, OS thread handle 0x7fb3b98ef700, query id 2940107702 192.168.164.15 uuuuuuu
---TRANSACTION 814538698852, not started
MySQL thread id 13073, OS thread handle 0x7fb3a7e15700, query id 2940128653 192.168.208.172 uuuuuuu
---TRANSACTION 814538630422, not started
MySQL thread id 13133, OS thread handle 0x7fb3a6367700, query id 2940065995 192.168.208.172 uuuuuuu
---TRANSACTION 814538674709, not started
MySQL thread id 13141, OS thread handle 0x7fb3a6241700, query id 2940106044 192.168.164.15 uuuuuuu
---TRANSACTION 814538597718, not started
MySQL thread id 13171, OS thread handle 0x7fb3b0cef700, query id 2940036634 192.168.208.172 uuuuuuu
---TRANSACTION 814538662436, not started
MySQL thread id 13123, OS thread handle 0x7fb3ab1b3700, query id 2940094433 192.168.210.67 uuuuuuu
---TRANSACTION 814538714886, not started
MySQL thread id 7615, OS thread handle 0x7fb417277700, query id 2940144879 192.168.215.64 uuuuuuu
---TRANSACTION 814538675169, not started
MySQL thread id 7547, OS thread handle 0x7fb41aaa8700, query id 2940106563 192.168.186.184 uuuuuuu
---TRANSACTION 814538734971, not started
MySQL thread id 7438, OS thread handle 0x7fb419705700, query id 2940164084 192.168.211.62 uuuuuuu
---TRANSACTION 814538706710, not started
MySQL thread id 7424, OS thread handle 0x7fb417246700, query id 2940136629 192.168.211.62 uuuuuuu
---TRANSACTION 814538725193, not started
MySQL thread id 7489, OS thread handle 0x7fb419052700, query id 2940154832 192.168.167.58 uuuuuuu
---TRANSACTION 814538676990, not started
MySQL thread id 8144, OS thread handle 0x7fb4093ce700, query id 2940108348 192.168.213.4 uuuuuuu
---TRANSACTION 814538607234, not started
MySQL thread id 7443, OS thread handle 0x7fb417151700, query id 2940124362 192.168.186.184 uuuuuuu
---TRANSACTION 814538711057, not started
MySQL thread id 13063, OS thread handle 0x7fb427fc9700, query id 2940141120 192.168.218.166 uuuuuuu
---TRANSACTION 814538697871, not started
MySQL thread id 9922, OS thread handle 0x7fb3df6cf700, query id 2940127700 192.168.163.136 uuuuuuu
---TRANSACTION 814538736365, not started
MySQL thread id 13097, OS thread handle 0x7fb3a730a700, query id 2940165412 192.168.221.175 uuuuuuu
---TRANSACTION 814538704530, not started
MySQL thread id 7332, OS thread handle 0x7fb41ef9d700, query id 2940134529 192.168.186.184 uuuuuuu
---TRANSACTION 814538698280, not started
MySQL thread id 13012, OS thread handle 0x7fb4463ce700, query id 2940128108 192.168.186.184 uuuuuuu
---TRANSACTION 814538662525, not started
MySQL thread id 7580, OS thread handle 0x7fb412551700, query id 2940094516 192.168.167.129 uuuuuuu
---TRANSACTION 814538723519, not started
MySQL thread id 13062, OS thread handle 0x7fb3bd6a8700, query id 2940153205 192.168.218.166 uuuuuuu
---TRANSACTION 814538702947, not started
MySQL thread id 7333, OS thread handle 0x7fb4196a3700, query id 2940132898 192.168.186.184 uuuuuuu
---TRANSACTION 814538735124, not started
MySQL thread id 7603, OS thread handle 0x7fb412151700, query id 2940164236 192.168.167.129 uuuuuuu
---TRANSACTION 814538730029, not started
MySQL thread id 7334, OS thread handle 0x7fb419672700, query id 2940159288 192.168.186.184 uuuuuuu
---TRANSACTION 814538598370, not started
MySQL thread id 13054, OS thread handle 0x7fb3ab3ff700, query id 2940037195 192.168.208.172 uuuuuuu
---TRANSACTION 814538590728, not started
MySQL thread id 7331, OS thread handle 0x7fb41a9b3700, query id 2940103189 192.168.186.184 uuuuuuu
---TRANSACTION 814538677109, not started
MySQL thread id 13048, OS thread handle 0x7fb3a7d82700, query id 2940108503 192.168.210.67 uuuuuuu
---TRANSACTION 814538699336, not started
MySQL thread id 13038, OS thread handle 0x7fb3af488700, query id 2940129134 192.168.177.232 uuuuuuu
---TRANSACTION 814538695955, not started
MySQL thread id 13007, OS thread handle 0x7fb3a8cbe700, query id 2940125920 192.168.167.129 uuuuuuu
---TRANSACTION 814538699866, not started
MySQL thread id 13045, OS thread handle 0x7fb3afb9d700, query id 2940129750 192.168.177.232 uuuuuuu
---TRANSACTION 814538723886, not started
MySQL thread id 12991, OS thread handle 0x7fb3b0db3700, query id 2940153602 192.168.221.175 uuuuuuu
---TRANSACTION 814538682489, not started
MySQL thread id 12990, OS thread handle 0x7fb3bb582700, query id 2940113794 192.168.186.184 uuuuuuu
---TRANSACTION 814538724987, not started
MySQL thread id 12953, OS thread handle 0x7fb40bb0a700, query id 2940154637 192.168.186.184 uuuuuuu
---TRANSACTION 814538703442, not started
MySQL thread id 12892, OS thread handle 0x7fb3ab36c700, query id 2940133455 192.168.195.113 uuuuuuu
---TRANSACTION 814538669083, not started
MySQL thread id 12914, OS thread handle 0x7fb3aa1e4700, query id 2940100647 192.168.217.71 uuuuuuu
---TRANSACTION 814538678025, not started
MySQL thread id 12904, OS thread handle 0x7fb3ab0ef700, query id 2940109393 192.168.186.184 uuuuuuu
---TRANSACTION 814538674886, not started
MySQL thread id 12890, OS thread handle 0x7fb3ac70a700, query id 2940106236 192.168.213.4 uuuuuuu
---TRANSACTION 814538679816, not started
MySQL thread id 12916, OS thread handle 0x7fb3b870a700, query id 2940111142 192.168.163.136 uuuuuuu
---TRANSACTION 814538692048, not started
MySQL thread id 12893, OS thread handle 0x7fb3ac615700, query id 2940122393 192.168.163.136 uuuuuuu
---TRANSACTION 814538679340, not started
MySQL thread id 12930, OS thread handle 0x7fb3af6d4700, query id 2940110674 192.168.186.184 uuuuuuu
---TRANSACTION 814538719898, not started
MySQL thread id 12873, OS thread handle 0x7fb3baa72700, query id 2940149759 192.168.195.113 uuuuuuu
---TRANSACTION 814538679761, not started
MySQL thread id 12867, OS thread handle 0x7fb3ac6a8700, query id 2940111086 192.168.186.184 uuuuuuu
---TRANSACTION 814538631050, not started
MySQL thread id 7956, OS thread handle 0x7fb41ffc9700, query id 2940066597 192.168.222.58 uuuuuuu
---TRANSACTION 814538707035, not started
MySQL thread id 12836, OS thread handle 0x7fbca8840700, query id 2940136980 192.168.186.184 uuuuuuu
---TRANSACTION 814538656149, not started
MySQL thread id 12772, OS thread handle 0x7fb3ac76c700, query id 2940088742 192.168.186.184 uuuuuuu
---TRANSACTION 814538699648, not started
MySQL thread id 7126, OS thread handle 0x7fb41d615700, query id 2940129485 192.168.215.64 uuuuuuu
---TRANSACTION 814538700485, not started
MySQL thread id 12790, OS thread handle 0x7fb3b873b700, query id 2940130362 192.168.186.184 uuuuuuu
---TRANSACTION 814538728455, not started
MySQL thread id 12738, OS thread handle 0x7fb44c920700, query id 2940157810 192.168.186.184 uuuuuuu
---TRANSACTION 814538681557, not started
MySQL thread id 7059, OS thread handle 0x7fb41fc57700, query id 2940112842 192.168.177.232 uuuuuuu
---TRANSACTION 814538705097, not started
MySQL thread id 12637, OS thread handle 0x7fb3ad6a8700, query id 2940135092 192.168.177.232 uuuuuuu
---TRANSACTION 814538688334, not started
MySQL thread id 12682, OS thread handle 0x7fb3af85c700, query id 2940119213 192.168.177.232 uuuuuuu
---TRANSACTION 814538731060, not started
MySQL thread id 7680, OS thread handle 0x7fb410f6c700, query id 2940160267 192.168.222.58 uuuuuuu
---TRANSACTION 814538734330, not started
MySQL thread id 7031, OS thread handle 0x7fb482ad4700, query id 2940163457 192.168.167.58 uuuuuuu
---TRANSACTION 814538490653, not started
MySQL thread id 12642, OS thread handle 0x7fb3af54c700, query id 2940098826 192.168.210.67 uuuuuuu
---TRANSACTION 814538695451, not started
MySQL thread id 12655, OS thread handle 0x7fb3af672700, query id 2940125421 192.168.221.175 uuuuuuu
---TRANSACTION 814538466235, not started
MySQL thread id 7005, OS thread handle 0x7fb420120700, query id 2940045842 192.168.177.232 uuuuuuu
---TRANSACTION 814538715764, not started
MySQL thread id 12533, OS thread handle 0x7fb3b0d82700, query id 2940145762 192.168.208.172 uuuuuuu
---TRANSACTION 814538667922, not started
MySQL thread id 12571, OS thread handle 0x7fb3bae46700, query id 2940099332 192.168.208.172 uuuuuuu
---TRANSACTION 814538736007, not started
MySQL thread id 7045, OS thread handle 0x7fb41fe41700, query id 2940165062 192.168.215.64 uuuuuuu
---TRANSACTION 814538670408, not started
MySQL thread id 6774, OS thread handle 0x7fb425241700, query id 2940102011 192.168.221.175 uuuuuuu
---TRANSACTION 814538730036, not started
MySQL thread id 12579, OS thread handle 0x7fb3bd79d700, query id 2940159298 192.168.167.58 uuuuuuu
---TRANSACTION 814538607486, not started
MySQL thread id 6384, OS thread handle 0x7fb432d82700, query id 2940125047 192.168.213.30 uuuuuuu
---TRANSACTION 814538724324, not started
MySQL thread id 12648, OS thread handle 0x7fb3af767700, query id 2940154013 192.168.208.172 uuuuuuu
---TRANSACTION 814538659932, not started
MySQL thread id 12553, OS thread handle 0x7fb3af9b3700, query id 2940092183 192.168.210.67 uuuuuuu
---TRANSACTION 814538676941, not started
MySQL thread id 12602, OS thread handle 0x7fb3cdaa8700, query id 2940108344 192.168.221.175 uuuuuuu
---TRANSACTION 814538734349, not started
MySQL thread id 12513, OS thread handle 0x7fb3b1bce700, query id 2940163477 192.168.221.175 uuuuuuu
---TRANSACTION 814538695370, not started
MySQL thread id 6982, OS thread handle 0x7fb4203ff700, query id 2940125370 192.168.167.58 uuuuuuu
---TRANSACTION 814538668662, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 6873, OS thread handle 0x7fb421b98700, query id 2940165619 192.168.221.175 uuuuuuu statistics
SELECT * FROM `race` WHERE `FI` = '83341222' LIMIT 1
---TRANSACTION 814538723873, not started
MySQL thread id 12541, OS thread handle 0x7fb3afbce700, query id 2940153589 192.168.221.175 uuuuuuu
---TRANSACTION 814538679676, not started
MySQL thread id 12512, OS thread handle 0x7fb3c45ae700, query id 2940111007 192.168.215.64 uuuuuuu
---TRANSACTION 814538513835, not started
MySQL thread id 12535, OS thread handle 0x7fb3b0d20700, query id 2940113501 192.168.210.67 uuuuuuu
---TRANSACTION 814538544231, not started
MySQL thread id 6360, OS thread handle 0x7fb42c582700, query id 2940129425 192.168.213.30 uuuuuuu
---TRANSACTION 814538505221, not started
MySQL thread id 6731, OS thread handle 0x7fb4255e4700, query id 2940154653 192.168.177.232 uuuuuuu
---TRANSACTION 814538692985, not started
MySQL thread id 6837, OS thread handle 0x7fb427cb9700, query id 2940123218 192.168.167.58 uuuuuuu
---TRANSACTION 814538588858, not started
MySQL thread id 6954, OS thread handle 0x7fb42160b700, query id 2940165744 192.168.167.129 uuuuuuu
---TRANSACTION 814538736511, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 6880, OS thread handle 0x7fb422ea8700, query id 2940165578 192.168.167.58 uuuuuuu statistics
SELECT * FROM `xxxxxx_event` WHERE `id` = '82629596' LIMIT 1
---TRANSACTION 814538631445, not started
MySQL thread id 6656, OS thread handle 0x7fb42d6a8700, query id 2940136526 192.168.221.175 uuuuuuu
---TRANSACTION 814538667020, not started
MySQL thread id 12507, OS thread handle 0x7fb3b0fce700, query id 2940098462 192.168.208.172 uuuuuuu
---TRANSACTION 814538604817, not started
MySQL thread id 7163, OS thread handle 0x7fb41d088700, query id 2940042727 192.168.213.4 uuuuuuu
---TRANSACTION 814538710527, not started
MySQL thread id 6892, OS thread handle 0x7fb44533b700, query id 2940140575 192.168.167.129 uuuuuuu
---TRANSACTION 814538668210, not started
MySQL thread id 12508, OS thread handle 0x7fb3bb4be700, query id 2940099646 192.168.210.67 uuuuuuu
---TRANSACTION 814538704911, not started
MySQL thread id 6404, OS thread handle 0x7fb42c1df700, query id 2940134905 192.168.221.175 uuuuuuu
---TRANSACTION 814538723449, not started
MySQL thread id 12501, OS thread handle 0x7fb3babc9700, query id 2940153134 192.168.213.4 uuuuuuu
---TRANSACTION 814538682589, not started
MySQL thread id 12449, OS thread handle 0x7fb3c5c8d700, query id 2940113893 192.168.213.4 uuuuuuu
---TRANSACTION 814538669446, not started
MySQL thread id 12445, OS thread handle 0x7fb3c67ff700, query id 2940101018 192.168.210.67 uuuuuuu
---TRANSACTION 814538678915, not started
MySQL thread id 6522, OS thread handle 0x7fb42a9e4700, query id 2940110258 192.168.186.184 uuuuuuu
---TRANSACTION 814538720274, not started
MySQL thread id 9532, OS thread handle 0x7fb3ea277700, query id 2940150102 192.168.163.136 uuuuuuu
---TRANSACTION 814538680346, not started
MySQL thread id 12467, OS thread handle 0x7fb3ce3ce700, query id 2940111653 192.168.177.232 uuuuuuu
---TRANSACTION 814538583215, not started
MySQL thread id 12443, OS thread handle 0x7fb3bb551700, query id 2940023811 192.168.208.172 uuuuuuu
---TRANSACTION 814538670935, not started
MySQL thread id 6486, OS thread handle 0x7fb42d615700, query id 2940102590 192.168.186.184 uuuuuuu
---TRANSACTION 814538709877, not started
MySQL thread id 6428, OS thread handle 0x7fb430677700, query id 2940139958 192.168.177.232 uuuuuuu
---TRANSACTION 814538628325, not started
MySQL thread id 7003, OS thread handle 0x7fb420b6c700, query id 2940132095 192.168.213.4 uuuuuuu
---TRANSACTION 814538724616, not started
MySQL thread id 12363, OS thread handle 0x7fb3d79b3700, query id 2940154310 192.168.208.172 uuuuuuu
---TRANSACTION 814538603257, not started
MySQL thread id 12414, OS thread handle 0x7fb3c7f0a700, query id 2940041331 192.168.218.166 uuuuuuu
---TRANSACTION 814538700294, not started
MySQL thread id 6706, OS thread handle 0x7fb42648d700, query id 2940130175 192.168.211.62 uuuuuuu
---TRANSACTION 814538697402, not started
MySQL thread id 5807, OS thread handle 0x7fb439ddf700, query id 2940127241 192.168.164.15 uuuuuuu
---TRANSACTION 814538668191, not started
MySQL thread id 6524, OS thread handle 0x7fb42c336700, query id 2940099621 192.168.177.232 uuuuuuu
---TRANSACTION 814538734928, not started
MySQL thread id 5808, OS thread handle 0x7fb439dae700, query id 2940164039 192.168.164.15 uuuuuuu
---TRANSACTION 814538721904, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 5925, OS thread handle 0x7fb437551700, query id 2940165572 192.168.218.166 uuuuuuu statistics
SELECT * FROM `1xbet_event` WHERE `id` = '206668735' LIMIT 1
---TRANSACTION 814538694131, not started
MySQL thread id 6402, OS thread handle 0x7fb42c241700, query id 2940124197 192.168.186.184 uuuuuuu
---TRANSACTION 814538569309, not started
MySQL thread id 6235, OS thread handle 0x7fb42fa77700, query id 2940090933 192.168.215.64 uuuuuuu
---TRANSACTION 814538674833, not started
MySQL thread id 6383, OS thread handle 0x7fb43079d700, query id 2940106174 192.168.177.232 uuuuuuu
---TRANSACTION 814538711947, not started
MySQL thread id 7256, OS thread handle 0x7fb42733b700, query id 2940142003 192.168.222.58 uuuuuuu
---TRANSACTION 814538728676, not started
MySQL thread id 12370, OS thread handle 0x7fb3c0151700, query id 2940158008 192.168.177.232 uuuuuuu
---TRANSACTION 814538680856, not started
MySQL thread id 7162, OS thread handle 0x7fb41d0b9700, query id 2940112162 192.168.222.58 uuuuuuu
---TRANSACTION 814538724599, not started
MySQL thread id 6274, OS thread handle 0x7fb42ded9700, query id 2940154298 192.168.177.232 uuuuuuu
---TRANSACTION 814538735721, not started
MySQL thread id 6294, OS thread handle 0x7fb432ea8700, query id 2940164798 192.168.177.232 uuuuuuu
---TRANSACTION 814538645998, not started
MySQL thread id 12393, OS thread handle 0x7fb3d073b700, query id 2940079949 192.168.208.172 uuuuuuu
---TRANSACTION 814538669880, not started
MySQL thread id 5678, OS thread handle 0x7fb441bce700, query id 2940101469 192.168.164.15 uuuuuuu
---TRANSACTION 814538715779, not started
MySQL thread id 6310, OS thread handle 0x7fb432246700, query id 2940145778 192.168.211.62 uuuuuuu
---TRANSACTION 814538707489, not started
MySQL thread id 12317, OS thread handle 0x7fb469677700, query id 2940137434 192.168.177.232 uuuuuuu
---TRANSACTION 814538465642, not started
MySQL thread id 12302, OS thread handle 0x7fb3c00be700, query id 2940056716 192.168.208.172 uuuuuuu
---TRANSACTION 814538729263, not started
MySQL thread id 5994, OS thread handle 0x7fb4375b3700, query id 2940158560 192.168.215.64 uuuuuuu
---TRANSACTION 814538734807, not started
MySQL thread id 12263, OS thread handle 0x7fb3d71e4700, query id 2940163922 192.168.213.30 uuuuuuu
---TRANSACTION 814538725270, not started
MySQL thread id 5880, OS thread handle 0x7fb438798700, query id 2940154906 192.168.221.175 uuuuuuu
---TRANSACTION 814538539991, not started
MySQL thread id 12256, OS thread handle 0x7fb3c7c8d700, query id 2940128375 192.168.217.71 uuuuuuu
---TRANSACTION 814538723306, not started
MySQL thread id 12238, OS thread handle 0x7fb3d31b3700, query id 2940152978 192.168.208.172 uuuuuuu
---TRANSACTION 814538715058, not started
MySQL thread id 6082, OS thread handle 0x7fb432e77700, query id 2940145021 192.168.211.62 uuuuuuu
---TRANSACTION 814538720851, not started
MySQL thread id 6047, OS thread handle 0x7fb435e15700, query id 2940150613 192.168.186.184 uuuuuuu
---TRANSACTION 814538696501, not started
MySQL thread id 5780, OS thread handle 0x7fb43db2c700, query id 2940126421 192.168.167.129 uuuuuuu
---TRANSACTION 814538727692, not started
MySQL thread id 5528, OS thread handle 0x7fb44045c700, query id 2940157080 192.168.164.15 uuuuuuu
---TRANSACTION 814538672445, not started
MySQL thread id 6059, OS thread handle 0x7fb438bff700, query id 2940103977 192.168.177.232 uuuuuuu
---TRANSACTION 814538724826, not started
MySQL thread id 5998, OS thread handle 0x7fb436c2b700, query id 2940154487 192.168.211.62 uuuuuuu
---TRANSACTION 814538709467, not started
MySQL thread id 5800, OS thread handle 0x7fb439e72700, query id 2940139498 192.168.167.129 uuuuuuu
---TRANSACTION 814538568824, not started
MySQL thread id 12184, OS thread handle 0x7fb3ba94c700, query id 2940010603 192.168.208.172 uuuuuuu
---TRANSACTION 814538505408, not started
MySQL thread id 12159, OS thread handle 0x7fb3bf9b3700, query id 2940101585 192.168.208.172 uuuuuuu
---TRANSACTION 814538700174, not started
MySQL thread id 12137, OS thread handle 0x7fb3c0f0a700, query id 2940130045 192.168.164.15 uuuuuuu
---TRANSACTION 814538692280, not started
MySQL thread id 12124, OS thread handle 0x7fb3c039d700, query id 2940122608 192.168.208.172 uuuuuuu
---TRANSACTION 814538707198, not started
MySQL thread id 5942, OS thread handle 0x7fb43745c700, query id 2940137151 192.168.177.232 uuuuuuu
---TRANSACTION 814538693386, not started
MySQL thread id 6726, OS thread handle 0x7fb4265e4700, query id 2940123558 192.168.222.58 uuuuuuu
---TRANSACTION 814538725528, not started
MySQL thread id 5180, OS thread handle 0x7fb446120700, query id 2940155129 192.168.162.201 uuuuuuu
---TRANSACTION 814538682634, not started
MySQL thread id 5410, OS thread handle 0x7fb4453ce700, query id 2940113938 192.168.164.15 uuuuuuu
---TRANSACTION 814538674061, not started
MySQL thread id 9279, OS thread handle 0x7fb3ed273700, query id 2940105403 192.168.162.201 uuuuuuu
---TRANSACTION 814538709620, not started
MySQL thread id 12058, OS thread handle 0x7fb3c948d700, query id 2940139652 192.168.177.232 uuuuuuu
---TRANSACTION 814538681436, not started
MySQL thread id 5526, OS thread handle 0x7fb43ef3b700, query id 2940112726 192.168.215.64 uuuuuuu
---TRANSACTION 814538696427, not started
MySQL thread id 11927, OS thread handle 0x7fb3c0f3b700, query id 2940126362 192.168.215.64 uuuuuuu
---TRANSACTION 814538463305, not started
MySQL thread id 11869, OS thread handle 0x7fb3b985c700, query id 2940051310 192.168.167.129 uuuuuuu
---TRANSACTION 814538706489, not started
MySQL thread id 11873, OS thread handle 0x7fb3c44ea700, query id 2940136432 192.168.217.71 uuuuuuu
---TRANSACTION 814538728395, not started
MySQL thread id 11984, OS thread handle 0x7fb3be5df700, query id 2940157746 192.168.208.172 uuuuuuu
---TRANSACTION 814538724729, not started
MySQL thread id 11930, OS thread handle 0x7fb3c94be700, query id 2940154398 192.168.215.64 uuuuuuu
---TRANSACTION 814538702886, not started
MySQL thread id 12000, OS thread handle 0x7fb3bac8d700, query id 2940132870 192.168.213.4 uuuuuuu
---TRANSACTION 814538712651, not started
MySQL thread id 11840, OS thread handle 0x7fb3bd646700, query id 2940142674 192.168.211.62 uuuuuuu
---TRANSACTION 814538699030, not started
MySQL thread id 11891, OS thread handle 0x7fb3b85b3700, query id 2940128831 192.168.164.15 uuuuuuu
---TRANSACTION 814538668173, not started
MySQL thread id 5787, OS thread handle 0x7fb439e41700, query id 2940163926 192.168.186.184 uuuuuuu
---TRANSACTION 814538483987, not started
MySQL thread id 5722, OS thread handle 0x7fb43b920700, query id 2940079823 192.168.167.58 uuuuuuu
---TRANSACTION 814538670431, not started
MySQL thread id 11982, OS thread handle 0x7fb3c01b3700, query id 2940102078 192.168.218.166 uuuuuuu
---TRANSACTION 814538632869, not started
MySQL thread id 11884, OS thread handle 0x7fb3c3bce700, query id 2940068335 192.168.210.67 uuuuuuu
---TRANSACTION 814538714131, not started
MySQL thread id 11862, OS thread handle 0x7fb3b99b3700, query id 2940144134 192.168.167.129 uuuuuuu
---TRANSACTION 814538710088, not started
MySQL thread id 11897, OS thread handle 0x7fb45d45c700, query id 2940140142 192.168.211.62 uuuuuuu
---TRANSACTION 814538599621, not started
MySQL thread id 11810, OS thread handle 0x7fb3c7c5c700, query id 2940038244 192.168.210.67 uuuuuuu
---TRANSACTION 814538679216, not started
MySQL thread id 5362, OS thread handle 0x7fb44248d700, query id 2940110550 192.168.195.113 uuuuuuu
---TRANSACTION 814538713007, not started
MySQL thread id 6311, OS thread handle 0x7fb42dfce700, query id 2940143021 192.168.213.4 uuuuuuu
---TRANSACTION 814538607993, not started
MySQL thread id 6189, OS thread handle 0x7fb4317c9700, query id 2940045649 192.168.213.4 uuuuuuu
---TRANSACTION 814538693780, not started
MySQL thread id 5644, OS thread handle 0x7fb43d1b3700, query id 2940123888 192.168.186.184 uuuuuuu
---TRANSACTION 814538623658, not started
MySQL thread id 11753, OS thread handle 0x7fb3bad51700, query id 2940129426 192.168.162.201 uuuuuuu
---TRANSACTION 814538692378, not started
MySQL thread id 11817, OS thread handle 0x7fb3da6d4700, query id 2940122693 192.168.164.15 uuuuuuu
---TRANSACTION 814538597824, not started
MySQL thread id 5108, OS thread handle 0x7fb45fd51700, query id 2940036728 192.168.162.201 uuuuuuu
---TRANSACTION 814538732183, not started
MySQL thread id 6215, OS thread handle 0x7fb4304ef700, query id 2940161339 192.168.213.4 uuuuuuu
---TRANSACTION 814538687448, not started
MySQL thread id 11721, OS thread handle 0x7fb3bb677700, query id 2940118464 192.168.215.64 uuuuuuu
---TRANSACTION 814538729139, not started
MySQL thread id 4968, OS thread handle 0x7fb44d05c700, query id 2940158440 192.168.162.201 uuuuuuu
---TRANSACTION 814538700321, not started
MySQL thread id 6452, OS thread handle 0x7fb436e46700, query id 2940130205 192.168.222.58 uuuuuuu
---TRANSACTION 814538732850, not started
MySQL thread id 5106, OS thread handle 0x7fb447ad9700, query id 2940161977 192.168.164.15 uuuuuuu
---TRANSACTION 814538685623, not started
MySQL thread id 5342, OS thread handle 0x7fb4426d9700, query id 2940116819 192.168.215.64 uuuuuuu
---TRANSACTION 814538706437, not started
MySQL thread id 4976, OS thread handle 0x7fb44fb6c700, query id 2940136376 192.168.164.15 uuuuuuu
---TRANSACTION 814538725016, not started
MySQL thread id 5680, OS thread handle 0x7fb446f3b700, query id 2940154670 192.168.186.184 uuuuuuu
---TRANSACTION 814538721858, not started
MySQL thread id 4217, OS thread handle 0x7fb45ca46700, query id 2940151632 192.168.163.136 uuuuuuu
---TRANSACTION 814538545143, not started
MySQL thread id 11668, OS thread handle 0x7fb3c7d20700, query id 2940060881 192.168.215.64 uuuuuuu
---TRANSACTION 814538717411, not started
MySQL thread id 5507, OS thread handle 0x7fb43f615700, query id 2940147348 192.168.167.58 uuuuuuu
---TRANSACTION 814538682700, not started
MySQL thread id 5021, OS thread handle 0x7fb44a920700, query id 2940114004 192.168.195.113 uuuuuuu
---TRANSACTION 814538723297, not started
MySQL thread id 4126, OS thread handle 0x7fb45d11b700, query id 2940152969 192.168.163.136 uuuuuuu
---TRANSACTION 814538523905, not started
MySQL thread id 4977, OS thread handle 0x7fb44b36c700, query id 2940119960 192.168.215.64 uuuuuuu
---TRANSACTION 814538734895, not started
MySQL thread id 4970, OS thread handle 0x7fb48d803700, query id 2940164009 192.168.164.15 uuuuuuu
---TRANSACTION 814538564909, not started
MySQL thread id 11738, OS thread handle 0x7fb3baf9d700, query id 2940153082 192.168.213.4 uuuuuuu
---TRANSACTION 814538699609, not started
MySQL thread id 4846, OS thread handle 0x7fb495688700, query id 2940129449 192.168.164.15 uuuuuuu
---TRANSACTION 814538674788, not started
MySQL thread id 5830, OS thread handle 0x7fb43e210700, query id 2940106131 192.168.222.58 uuuuuuu
---TRANSACTION 814538733104, not started
MySQL thread id 11658, OS thread handle 0x7fb3cf615700, query id 2940162229 192.168.210.67 uuuuuuu
---TRANSACTION 814538684510, not started
MySQL thread id 11718, OS thread handle 0x7fb3bb70a700, query id 2940115758 192.168.213.4 uuuuuuu
---TRANSACTION 814538702282, not started
MySQL thread id 4633, OS thread handle 0x7fb4543ff700, query id 2940132233 192.168.162.201 uuuuuuu
---TRANSACTION 814538718542, not started
MySQL thread id 4200, OS thread handle 0x7fb459bc9700, query id 2940148451 192.168.213.30 uuuuuuu
---TRANSACTION 814538723882, not started
MySQL thread id 11626, OS thread handle 0x7fb3be4b9700, query id 2940153598 192.168.186.184 uuuuuuu
---TRANSACTION 814538704876, not started
MySQL thread id 11634, OS thread handle 0x7fb3cd5df700, query id 2940134870 192.168.218.166 uuuuuuu
---TRANSACTION 814538669084, not started
MySQL thread id 4906, OS thread handle 0x7fb44caa8700, query id 2940165712 192.168.211.62 uuuuuuu
---TRANSACTION 814538680616, not started
MySQL thread id 11671, OS thread handle 0x7fb3bebce700, query id 2940111896 192.168.222.58 uuuuuuu
---TRANSACTION 814538684596, not started
MySQL thread id 4482, OS thread handle 0x7fb456ed4700, query id 2940115845 192.168.195.113 uuuuuuu
---TRANSACTION 814538698051, not started
MySQL thread id 11607, OS thread handle 0x7fb3c4641700, query id 2940127885 192.168.195.113 uuuuuuu
---TRANSACTION 814538695712, not started
MySQL thread id 11674, OS thread handle 0x7fb3c7cbe700, query id 2940125693 192.168.195.113 uuuuuuu
---TRANSACTION 814538729058, not started
MySQL thread id 11587, OS thread handle 0x7fb3c41a9700, query id 2940158366 192.168.210.67 uuuuuuu
---TRANSACTION 814538662384, not started
MySQL thread id 4852, OS thread handle 0x7fb44e2a8700, query id 2940154026 192.168.211.62 uuuuuuu
---TRANSACTION 814538681365, not started
MySQL thread id 4687, OS thread handle 0x7fb452a77700, query id 2940112658 192.168.215.64 uuuuuuu
---TRANSACTION 814538702140, not started
MySQL thread id 4390, OS thread handle 0x7fb458223700, query id 2940132079 192.168.195.113 uuuuuuu
---TRANSACTION 814538556865, not started
MySQL thread id 4907, OS thread handle 0x7fb44d1b3700, query id 2940142726 192.168.167.129 uuuuuuu
---TRANSACTION 814538733873, not started
MySQL thread id 5007, OS thread handle 0x7fb44b8be700, query id 2940163018 192.168.186.184 uuuuuuu
---TRANSACTION 814538572073, not started
MySQL thread id 11632, OS thread handle 0x7fb3bd76c700, query id 2940155732 192.168.195.113 uuuuuuu
---TRANSACTION 814538713916, not started
MySQL thread id 11395, OS thread handle 0x7fb3c6520700, query id 2940143915 192.168.167.58 uuuuuuu
---TRANSACTION 814538612138, not started
MySQL thread id 11578, OS thread handle 0x7fb44e4be700, query id 2940049666 192.168.167.58 uuuuuuu
---TRANSACTION 814538701490, not started
MySQL thread id 11426, OS thread handle 0x7fb441b0a700, query id 2940131417 192.168.164.15 uuuuuuu
---TRANSACTION 814538713083, not started
MySQL thread id 11535, OS thread handle 0x7fb3c6646700, query id 2940143093 192.168.164.15 uuuuuuu
---TRANSACTION 814538624717, not started
MySQL thread id 11520, OS thread handle 0x7fb3bfad9700, query id 2940128999 192.168.186.184 uuuuuuu
---TRANSACTION 814538707966, not started
MySQL thread id 11559, OS thread handle 0x7fb3c4331700, query id 2940137896 192.168.164.15 uuuuuuu
---TRANSACTION 814538693897, not started
MySQL thread id 5044, OS thread handle 0x7fb4489e4700, query id 2940123986 192.168.177.232 uuuuuuu
---TRANSACTION 814538675443, not started
MySQL thread id 11541, OS thread handle 0x7fb3c39b3700, query id 2940106831 192.168.167.129 uuuuuuu
---TRANSACTION 814538732304, not started
MySQL thread id 11586, OS thread handle 0x7fb3c973b700, query id 2940161453 192.168.210.67 uuuuuuu
---TRANSACTION 814538729064, not started
MySQL thread id 11562, OS thread handle 0x7fb3be982700, query id 2940158372 192.168.195.113 uuuuuuu
---TRANSACTION 814538727189, not started
MySQL thread id 3600, OS thread handle 0x7fb465d82700, query id 2940156624 192.168.163.136 uuuuuuu
---TRANSACTION 814538724780, not started
MySQL thread id 11442, OS thread handle 0x7fb3c67ce700, query id 2940154445 192.168.222.58 uuuuuuu
---TRANSACTION 814538675801, not started
MySQL thread id 11566, OS thread handle 0x7fb3c4300700, query id 2940107181 192.168.218.166 uuuuuuu
---TRANSACTION 814538570243, not started
MySQL thread id 11561, OS thread handle 0x7fb3be9b3700, query id 2940153581 192.168.222.58 uuuuuuu
---TRANSACTION 814538682823, not started
MySQL thread id 11285, OS thread handle 0x7fb3c423c700, query id 2940114101 192.168.164.15 uuuuuuu
---TRANSACTION 814538565445, not started
MySQL thread id 4286, OS thread handle 0x7fb4590af700, query id 2940082641 192.168.164.15 uuuuuuu
---TRANSACTION 814538679013, not started
MySQL thread id 3519, OS thread handle 0x7fb46776c700, query id 2940110273 192.168.163.136 uuuuuuu
---TRANSACTION 814538674979, not started
MySQL thread id 11503, OS thread handle 0x7fb3c4610700, query id 2940106341 192.168.186.184 uuuuuuu
---TRANSACTION 814538723330, not started
MySQL thread id 11440, OS thread handle 0x7fb3c51e4700, query id 2940152988 192.168.163.136 uuuuuuu
---TRANSACTION 814538698438, not started
MySQL thread id 4804, OS thread handle 0x7fb44fa15700, query id 2940128262 192.168.167.58 uuuuuuu
---TRANSACTION 814538554268, not started
MySQL thread id 4241, OS thread handle 0x7fb4596cf700, query id 2940140521 192.168.164.15 uuuuuuu
---TRANSACTION 814538695577, not started
MySQL thread id 11376, OS thread handle 0x7fb3c4982700, query id 2940125563 192.168.222.58 uuuuuuu
---TRANSACTION 814538713075, not started
MySQL thread id 11383, OS thread handle 0x7fb3c4aa8700, query id 2940143088 192.168.218.166 uuuuuuu
---TRANSACTION 814538669395, not started
MySQL thread id 11393, OS thread handle 0x7fb3c0f6c700, query id 2940100970 192.168.213.4 uuuuuuu
---TRANSACTION 814538691515, not started
MySQL thread id 11293, OS thread handle 0x7fb3c40b4700, query id 2940121882 192.168.221.175 uuuuuuu
---TRANSACTION 814538671048, not started
MySQL thread id 4205, OS thread handle 0x7fb45c920700, query id 2940102681 192.168.164.15 uuuuuuu
---TRANSACTION 814538642348, not started
MySQL thread id 4438, OS thread handle 0x7fb4585c6700, query id 2940076875 192.168.215.64 uuuuuuu
---TRANSACTION 814538702745, not started
MySQL thread id 11203, OS thread handle 0x7fb3cd51b700, query id 2940132686 192.168.221.175 uuuuuuu
---TRANSACTION 814538701148, not started
MySQL thread id 5358, OS thread handle 0x7fb442e41700, query id 2940131053 192.168.222.58 uuuuuuu
---TRANSACTION 814538684458, not started
MySQL thread id 4833, OS thread handle 0x7fb44e5e4700, query id 2940115702 192.168.167.129 uuuuuuu
---TRANSACTION 814538696632, not started
MySQL thread id 11494, OS thread handle 0x7fb3c4052700, query id 2940126541 192.168.167.58 uuuuuuu
---TRANSACTION 814538681721, not started
MySQL thread id 4803, OS thread handle 0x7fb455f0a700, query id 2940113019 192.168.167.58 uuuuuuu
---TRANSACTION 814538682827, not started
MySQL thread id 11286, OS thread handle 0x7fb3c420b700, query id 2940114107 192.168.222.58 uuuuuuu
---TRANSACTION 814538674014, not started
MySQL thread id 4172, OS thread handle 0x7fb459f3b700, query id 2940105359 192.168.218.166 uuuuuuu
---TRANSACTION 814538605361, not started
MySQL thread id 11332, OS thread handle 0x7fb3c3aa8700, query id 2940043228 192.168.221.175 uuuuuuu
---TRANSACTION 814538694219, not started
MySQL thread id 4845, OS thread handle 0x7fb45148d700, query id 2940124278 192.168.186.184 uuuuuuu
---TRANSACTION 814538694172, not started
MySQL thread id 4187, OS thread handle 0x7fb459d82700, query id 2940124231 192.168.164.15 uuuuuuu
---TRANSACTION 814538667969, not started
MySQL thread id 3671, OS thread handle 0x7fb46976c700, query id 2940099379 192.168.213.30 uuuuuuu
---TRANSACTION 814538674958, not started
MySQL thread id 11232, OS thread handle 0x7fb3c4b9d700, query id 2940106321 192.168.208.172 uuuuuuu
---TRANSACTION 814538733663, not started
MySQL thread id 4231, OS thread handle 0x7fb46548d700, query id 2940162807 192.168.215.64 uuuuuuu
---TRANSACTION 814538690004, not started
MySQL thread id 11151, OS thread handle 0x7fb3c65e4700, query id 2940120575 192.168.217.71 uuuuuuu
---TRANSACTION 814538670889, not started
MySQL thread id 11263, OS thread handle 0x7fb3c4672700, query id 2940165691 192.168.215.64 uuuuuuu
---TRANSACTION 814538563044, not started
MySQL thread id 3505, OS thread handle 0x7fb4671df700, query id 2940149693 192.168.213.30 uuuuuuu
---TRANSACTION 814538733020, not started
MySQL thread id 11226, OS thread handle 0x7fb3c50be700, query id 2940162148 192.168.208.172 uuuuuuu
---TRANSACTION 814538700165, not started
MySQL thread id 5189, OS thread handle 0x7fb447a46700, query id 2940130036 192.168.222.58 uuuuuuu
---TRANSACTION 814538555430, not started
MySQL thread id 4125, OS thread handle 0x7fb45d14c700, query id 2940068843 192.168.215.64 uuuuuuu
---TRANSACTION 814538594244, not started
MySQL thread id 3984, OS thread handle 0x7fb45f39d700, query id 2940104180 192.168.221.175 uuuuuuu
---TRANSACTION 814538723817, not started
MySQL thread id 11225, OS thread handle 0x7fb3c50ef700, query id 2940153527 192.168.195.113 uuuuuuu
---TRANSACTION 814538589814, not started
MySQL thread id 4670, OS thread handle 0x7fb45408d700, query id 2940103056 192.168.167.129 uuuuuuu
---TRANSACTION 814538667974, not started
MySQL thread id 3983, OS thread handle 0x7fb45f3ce700, query id 2940099382 192.168.164.15 uuuuuuu
---TRANSACTION 814538607727, not started
MySQL thread id 11079, OS thread handle 0x7fb3c885c700, query id 2940129287 192.168.195.113 uuuuuuu
---TRANSACTION 814538698618, not started
MySQL thread id 7466, OS thread handle 0x7fb41aa46700, query id 2940128431 192.168.163.136 uuuuuuu
---TRANSACTION 814538702106, not started
MySQL thread id 4620, OS thread handle 0x7fb454e15700, query id 2940132043 192.168.167.58 uuuuuuu
---TRANSACTION 814538670946, not started
MySQL thread id 3531, OS thread handle 0x7fb46670a700, query id 2940102597 192.168.162.201 uuuuuuu
---TRANSACTION 814538670373, not started
MySQL thread id 3430, OS thread handle 0x7fb46b8ef700, query id 2940101996 192.168.213.30 uuuuuuu
---TRANSACTION 814538736325, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 11188, OS thread handle 0x7fb3c5d20700, query id 2940165575 192.168.177.232 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_update` WHERE `event_id` = '83361257'
---TRANSACTION 814538471647, not started
MySQL thread id 11154, OS thread handle 0x7fb3c6551700, query id 2939921536 192.168.208.172 uuuuuuu
---TRANSACTION 814538723475, not started
MySQL thread id 3743, OS thread handle 0x7fb46405c700, query id 2940153159 192.168.164.15 uuuuuuu
---TRANSACTION 814538588789, not started
MySQL thread id 7732, OS thread handle 0x7fb410888700, query id 2940101602 192.168.163.136 uuuuuuu
---TRANSACTION 814538593459, not started
MySQL thread id 4849, OS thread handle 0x7fb44e33b700, query id 2940032956 192.168.213.4 uuuuuuu
---TRANSACTION 814538717824, not started
MySQL thread id 3431, OS thread handle 0x7fb47afce700, query id 2940147744 192.168.162.201 uuuuuuu
---TRANSACTION 814538727581, not started
MySQL thread id 4555, OS thread handle 0x7fb4571b3700, query id 2940156983 192.168.167.129 uuuuuuu
---TRANSACTION 814538624594, not started
MySQL thread id 11100, OS thread handle 0x7fb3d408d700, query id 2940060679 192.168.208.172 uuuuuuu
---TRANSACTION 814538728602, not started
MySQL thread id 4175, OS thread handle 0x7fb459ed9700, query id 2940157939 192.168.167.129 uuuuuuu
---TRANSACTION 814538714158, not started
MySQL thread id 4174, OS thread handle 0x7fb459f0a700, query id 2940144158 192.168.167.129 uuuuuuu
---TRANSACTION 814538701655, not started
MySQL thread id 3448, OS thread handle 0x7fb4677ff700, query id 2940131587 192.168.195.113 uuuuuuu
---TRANSACTION 814538696088, not started
MySQL thread id 11152, OS thread handle 0x7fb3c65b3700, query id 2940126040 192.168.221.175 uuuuuuu
---TRANSACTION 814538546476, not started
MySQL thread id 3257, OS thread handle 0x7fb46f7f5700, query id 2940061286 192.168.213.30 uuuuuuu
---TRANSACTION 814538597439, not started
MySQL thread id 3202, OS thread handle 0x7fb46d2d9700, query id 2940106426 192.168.162.201 uuuuuuu
---TRANSACTION 814538702835, not started
MySQL thread id 3913, OS thread handle 0x7fb460488700, query id 2940132817 192.168.221.175 uuuuuuu
---TRANSACTION 814538611299, not started
MySQL thread id 3164, OS thread handle 0x7fb47f39d700, query id 2940123484 192.168.213.30 uuuuuuu
---TRANSACTION 814538717520, not started
MySQL thread id 2821, OS thread handle 0x7fb47545c700, query id 2940147468 192.168.163.136 uuuuuuu
---TRANSACTION 814538701341, not started
MySQL thread id 8041, OS thread handle 0x7fb40a79d700, query id 2940131259 192.168.162.201 uuuuuuu
---TRANSACTION 814538684949, not started
MySQL thread id 7557, OS thread handle 0x7fb413151700, query id 2940116180 192.168.163.136 uuuuuuu
---TRANSACTION 814538721653, not started
MySQL thread id 3745, OS thread handle 0x7fb463ffa700, query id 2940151413 192.168.221.175 uuuuuuu
---TRANSACTION 814538707668, not started
MySQL thread id 2731, OS thread handle 0x7fb47f182700, query id 2940137638 192.168.163.136 uuuuuuu
---TRANSACTION 814538704432, not started
MySQL thread id 3322, OS thread handle 0x7fb46aed9700, query id 2940134432 192.168.221.175 uuuuuuu
---TRANSACTION 814538670756, not started
MySQL thread id 3097, OS thread handle 0x7fb46f4b4700, query id 2940102411 192.168.213.30 uuuuuuu
---TRANSACTION 814538397726, not started
MySQL thread id 11069, OS thread handle 0x7fb3cd920700, query id 2940151337 192.168.210.67 uuuuuuu
---TRANSACTION 814538702979, not started
MySQL thread id 4169, OS thread handle 0x7fb459f6c700, query id 2940132963 192.168.186.184 uuuuuuu
---TRANSACTION 814538734601, not started
MySQL thread id 4167, OS thread handle 0x7fb45d398700, query id 2940163725 192.168.213.4 uuuuuuu
---TRANSACTION 814538704390, not started
MySQL thread id 3441, OS thread handle 0x7fb4684ef700, query id 2940134385 192.168.164.15 uuuuuuu
---TRANSACTION 814538569207, not started
MySQL thread id 3269, OS thread handle 0x7fb46bbff700, query id 2940153719 192.168.218.166 uuuuuuu
---TRANSACTION 814538691815, not started
MySQL thread id 2222, OS thread handle 0x7fb489d16700, query id 2940122166 192.168.163.136 uuuuuuu
---TRANSACTION 814538687374, not started
MySQL thread id 2114, OS thread handle 0x7fb48a026700, query id 2940118399 192.168.163.136 uuuuuuu
---TRANSACTION 814538724589, not started
MySQL thread id 3234, OS thread handle 0x7fb46f5da700, query id 2940154286 192.168.218.166 uuuuuuu
---TRANSACTION 814538664671, not started
MySQL thread id 11068, OS thread handle 0x7fb3d7b3b700, query id 2940096395 192.168.210.67 uuuuuuu
---TRANSACTION 814538736369, not started committing
MySQL thread id 11048, OS thread handle 0x7fb3cb14c700, query id 2940165403 192.168.164.15 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_18_8` WHERE `event_id` = '83343802' ORDER BY `add_time` DESC
---TRANSACTION 814538423813, not started
MySQL thread id 11044, OS thread handle 0x7fb3cdb3b700, query id 2940026317 192.168.210.67 uuuuuuu
---TRANSACTION 814538723694, not started
MySQL thread id 3077, OS thread handle 0x7fb4754ef700, query id 2940153386 192.168.218.166 uuuuuuu
---TRANSACTION 814538673280, not started
MySQL thread id 4057, OS thread handle 0x7fb45f2a8700, query id 2940104693 192.168.186.184 uuuuuuu
---TRANSACTION 814538735734, not started
MySQL thread id 11017, OS thread handle 0x7fb3cb2a3700, query id 2940164794 192.168.213.30 uuuuuuu
---TRANSACTION 814538723210, not started
MySQL thread id 3308, OS thread handle 0x7fb481f3b700, query id 2940152894 192.168.215.64 uuuuuuu
---TRANSACTION 814538510948, not started
MySQL thread id 11052, OS thread handle 0x7fb3d05e4700, query id 2940105586 192.168.213.30 uuuuuuu
---TRANSACTION 814538495296, not started
MySQL thread id 3011, OS thread handle 0x7fb4729b3700, query id 2940159367 192.168.195.113 uuuuuuu
---TRANSACTION 814538670661, not started
MySQL thread id 3379, OS thread handle 0x7fb47473b700, query id 2940102315 192.168.164.15 uuuuuuu
---TRANSACTION 814538724563, not started
MySQL thread id 3155, OS thread handle 0x7fb46fb67700, query id 2940154260 192.168.215.64 uuuuuuu
---TRANSACTION 814538717826, not started
MySQL thread id 3115, OS thread handle 0x7fb46f0e5700, query id 2940147752 192.168.221.175 uuuuuuu
---TRANSACTION 814538209741, not started
MySQL thread id 10847, OS thread handle 0x7fb3d4277700, query id 2940093322 192.168.217.71 uuuuuuu
---TRANSACTION 814538676136, not started
MySQL thread id 2437, OS thread handle 0x7fb482d51700, query id 2940107519 192.168.213.30 uuuuuuu
---TRANSACTION 814538552830, not started
MySQL thread id 3057, OS thread handle 0x7fb46fa41700, query id 2940136049 192.168.221.175 uuuuuuu
---TRANSACTION 814538677558, not started
MySQL thread id 2406, OS thread handle 0x7fb484151700, query id 2940108946 192.168.213.30 uuuuuuu
---TRANSACTION 814538723708, not started
MySQL thread id 10971, OS thread handle 0x7fb3ce120700, query id 2940153399 192.168.186.184 uuuuuuu
---TRANSACTION 814538669716, not started
MySQL thread id 10861, OS thread handle 0x7fb419a46700, query id 2940101307 192.168.210.67 uuuuuuu
---TRANSACTION 814538703275, not started
MySQL thread id 10885, OS thread handle 0x7fb3d7982700, query id 2940133282 192.168.217.71 uuuuuuu
---TRANSACTION 814538603569, not started
MySQL thread id 10850, OS thread handle 0x7fb3cd705700, query id 2940111047 192.168.163.136 uuuuuuu
---TRANSACTION 814538601522, not started
MySQL thread id 10905, OS thread handle 0x7fb3cb79d700, query id 2940108794 192.168.177.232 uuuuuuu
---TRANSACTION 814538669150, not started
MySQL thread id 2996, OS thread handle 0x7fb4708be700, query id 2940100699 192.168.221.175 uuuuuuu
---TRANSACTION 814538670891, not started
MySQL thread id 10917, OS thread handle 0x7fb3cb582700, query id 2940102547 192.168.210.67 uuuuuuu
---TRANSACTION 814538670273, not started
MySQL thread id 2833, OS thread handle 0x7fb4746a8700, query id 2940101890 192.168.195.113 uuuuuuu
---TRANSACTION 814538728943, not started
MySQL thread id 3017, OS thread handle 0x7fb46ff6c700, query id 2940158256 192.168.218.166 uuuuuuu
---TRANSACTION 814538699974, not started
MySQL thread id 2982, OS thread handle 0x7fb470ad9700, query id 2940129836 192.168.215.64 uuuuuuu
---TRANSACTION 814538707125, not started
MySQL thread id 3681, OS thread handle 0x7fb464cbe700, query id 2940137075 192.168.186.184 uuuuuuu
---TRANSACTION 814538734427, not started
MySQL thread id 10785, OS thread handle 0x7fb3d06a8700, query id 2940163559 192.168.210.67 uuuuuuu
---TRANSACTION 814538729370, not started
MySQL thread id 10749, OS thread handle 0x7fb3d9b6c700, query id 2940158657 192.168.195.113 uuuuuuu
---TRANSACTION 814538397390, not started
MySQL thread id 10738, OS thread handle 0x7fb3d736c700, query id 2940150600 192.168.210.67 uuuuuuu
---TRANSACTION 814538678839, not started
MySQL thread id 3190, OS thread handle 0x7fb46dc8d700, query id 2940110171 192.168.167.58 uuuuuuu
---TRANSACTION 814538700762, not started
MySQL thread id 10740, OS thread handle 0x7fb3d32a8700, query id 2940130606 192.168.211.62 uuuuuuu
---TRANSACTION 814538714429, not started
MySQL thread id 10660, OS thread handle 0x7fb3d188d700, query id 2940144439 192.168.167.129 uuuuuuu
---TRANSACTION 814538676884, not started
MySQL thread id 10730, OS thread handle 0x7fb3cdb6c700, query id 2940108290 192.168.167.58 uuuuuuu
---TRANSACTION 814538723395, not started
MySQL thread id 10727, OS thread handle 0x7fb3cdbff700, query id 2940153068 192.168.222.58 uuuuuuu
---TRANSACTION 814538708195, not started
MySQL thread id 10658, OS thread handle 0x7fb3cf6a8700, query id 2940138151 192.168.210.67 uuuuuuu
---TRANSACTION 814538694792, not started
MySQL thread id 10677, OS thread handle 0x7fb3d336c700, query id 2940124841 192.168.213.4 uuuuuuu
---TRANSACTION 814538707582, not started
MySQL thread id 3162, OS thread handle 0x7fb46f426700, query id 2940137530 192.168.167.58 uuuuuuu
---TRANSACTION 814538723690, not started
MySQL thread id 10610, OS thread handle 0x7fb3d41e4700, query id 2940153383 192.168.213.30 uuuuuuu
---TRANSACTION 814538716996, not started
MySQL thread id 10606, OS thread handle 0x7fb3d67ce700, query id 2940146949 192.168.167.58 uuuuuuu
---TRANSACTION 814538588916, not started
MySQL thread id 10558, OS thread handle 0x7fb3d06d9700, query id 2940028959 192.168.210.67 uuuuuuu
---TRANSACTION 814538708120, not started
MySQL thread id 10563, OS thread handle 0x7fb3dbcbe700, query id 2940138074 192.168.162.201 uuuuuuu
---TRANSACTION 814538714041, not started
MySQL thread id 10594, OS thread handle 0x7fb3d048d700, query id 2940144039 192.168.218.166 uuuuuuu
---TRANSACTION 814538708001, not started
MySQL thread id 10565, OS thread handle 0x7fb3d42a8700, query id 2940137902 192.168.163.136 uuuuuuu
---TRANSACTION 814538702262, not started
MySQL thread id 10548, OS thread handle 0x7fb3d70ef700, query id 2940132209 192.168.162.201 uuuuuuu
---TRANSACTION 814538724630, not started
MySQL thread id 10534, OS thread handle 0x7fb3d32d9700, query id 2940154319 192.168.162.201 uuuuuuu
---TRANSACTION 814538665981, not started
MySQL thread id 10509, OS thread handle 0x7fb3d67ff700, query id 2940097494 192.168.210.67 uuuuuuu
---TRANSACTION 814538700142, not started
MySQL thread id 10478, OS thread handle 0x7fb3d90ef700, query id 2940130011 192.168.163.136 uuuuuuu
---TRANSACTION 814538592649, not started
MySQL thread id 2989, OS thread handle 0x7fb4709e4700, query id 2940103096 192.168.167.58 uuuuuuu
---TRANSACTION 814538733990, not started
MySQL thread id 10387, OS thread handle 0x7fb3da798700, query id 2940163120 192.168.215.64 uuuuuuu
---TRANSACTION 814538670741, not started
MySQL thread id 10354, OS thread handle 0x7fb3d43ff700, query id 2940102393 192.168.222.58 uuuuuuu
---TRANSACTION 814538669991, not started
MySQL thread id 10290, OS thread handle 0x7fb3d72a8700, query id 2940101596 192.168.177.232 uuuuuuu
---TRANSACTION 814538725645, not started
MySQL thread id 10444, OS thread handle 0x7fb3d7277700, query id 2940155240 192.168.215.64 uuuuuuu
---TRANSACTION 814538733442, not started
MySQL thread id 3215, OS thread handle 0x7fb46d215700, query id 2940162569 192.168.177.232 uuuuuuu
---TRANSACTION 814538591178, not started
MySQL thread id 10358, OS thread handle 0x7fb3d6551700, query id 2940031011 192.168.167.129 uuuuuuu
---TRANSACTION 814538702215, not started
MySQL thread id 2248, OS thread handle 0x7fb488a72700, query id 2940132160 192.168.215.64 uuuuuuu
---TRANSACTION 814538698124, not started
MySQL thread id 2328, OS thread handle 0x7fb485bc9700, query id 2940127953 192.168.218.166 uuuuuuu
---TRANSACTION 814538687393, not started
MySQL thread id 2147, OS thread handle 0x7fb48ad4c700, query id 2940118416 192.168.221.175 uuuuuuu
---TRANSACTION 814538712111, not started
MySQL thread id 10348, OS thread handle 0x7fb3d9982700, query id 2940142172 192.168.215.64 uuuuuuu
---TRANSACTION 814538671668, not started
MySQL thread id 1646, OS thread handle 0x7fb48f3f5700, query id 2940103311 192.168.163.136 uuuuuuu
---TRANSACTION 814538672672, not started
MySQL thread id 1620, OS thread handle 0x7fb48ee37700, query id 2940104168 192.168.163.136 uuuuuuu
---TRANSACTION 814538701760, not started
MySQL thread id 10301, OS thread handle 0x7fb3d7120700, query id 2940131683 192.168.211.62 uuuuuuu
---TRANSACTION 814538718203, not started
MySQL thread id 10289, OS thread handle 0x7fb3d72d9700, query id 2940148103 192.168.177.232 uuuuuuu
---TRANSACTION 814538719315, not started
MySQL thread id 10350, OS thread handle 0x7fb3d64ef700, query id 2940149171 192.168.213.30 uuuuuuu
---TRANSACTION 814538611053, not started
MySQL thread id 2137, OS thread handle 0x7fb489bbf700, query id 2940124731 192.168.215.64 uuuuuuu
---TRANSACTION 814538694140, not started
MySQL thread id 10319, OS thread handle 0x7fb3d6677700, query id 2940124203 192.168.215.64 uuuuuuu
---TRANSACTION 814538729758, not started
MySQL thread id 6928, OS thread handle 0x7fb4306a8700, query id 2940159045 192.168.163.136 uuuuuuu
---TRANSACTION 814538723702, not started
MySQL thread id 3121, OS thread handle 0x7fb46e79d700, query id 2940153393 192.168.177.232 uuuuuuu
---TRANSACTION 814538682789, not started
MySQL thread id 2977, OS thread handle 0x7fb48408d700, query id 2940114076 192.168.167.129 uuuuuuu
---TRANSACTION 814538614887, not started
MySQL thread id 10298, OS thread handle 0x7fb3d7182700, query id 2940126232 192.168.215.64 uuuuuuu
---TRANSACTION 814538675470, not started
MySQL thread id 2332, OS thread handle 0x7fb485b36700, query id 2940106860 192.168.211.62 uuuuuuu
---TRANSACTION 814538523618, not started
MySQL thread id 6868, OS thread handle 0x7fb421c8d700, query id 2940051907 192.168.163.136 uuuuuuu
---TRANSACTION 814538723445, not started
MySQL thread id 1994, OS thread handle 0x7fb48b277700, query id 2940153128 192.168.215.64 uuuuuuu
---TRANSACTION 814538678471, not started
MySQL thread id 1973, OS thread handle 0x7fb48bdb3700, query id 2940109822 192.168.218.166 uuuuuuu
---TRANSACTION 814538687631, not started
MySQL thread id 2367, OS thread handle 0x7fb485700700, query id 2940118628 192.168.211.62 uuuuuuu
---TRANSACTION 814538722439, not started
MySQL thread id 1863, OS thread handle 0x7fb48e65e700, query id 2940152169 192.168.221.175 uuuuuuu
---TRANSACTION 814538690523, not started
MySQL thread id 2050, OS thread handle 0x7fb48bf9d700, query id 2940121042 192.168.215.64 uuuuuuu
---TRANSACTION 814538649735, not started
MySQL thread id 10267, OS thread handle 0x7fb3d7a46700, query id 2940149539 192.168.213.30 uuuuuuu
---TRANSACTION 814538719983, not started
MySQL thread id 10258, OS thread handle 0x7fb3da8be700, query id 2940149840 192.168.163.136 uuuuuuu
---TRANSACTION 814538424694, not started
MySQL thread id 10288, OS thread handle 0x7fb3df97d700, query id 2939879003 192.168.210.67 uuuuuuu
---TRANSACTION 814538700916, not started
MySQL thread id 1389, OS thread handle 0x7fb490a5a700, query id 2940130812 192.168.163.136 uuuuuuu
---TRANSACTION 814538641257, not started
MySQL thread id 1641, OS thread handle 0x7fb48eb89700, query id 2940139881 192.168.215.64 uuuuuuu
---TRANSACTION 814538704310, not started
MySQL thread id 10143, OS thread handle 0x7fb3dbd82700, query id 2940134313 192.168.163.136 uuuuuuu
---TRANSACTION 814538711846, not started
MySQL thread id 1040, OS thread handle 0x7fb493d13700, query id 2940141903 192.168.213.30 uuuuuuu
---TRANSACTION 814538708068, not started
MySQL thread id 2831, OS thread handle 0x7fb4776d9700, query id 2940138023 192.168.213.4 uuuuuuu
---TRANSACTION 814538708642, not started
MySQL thread id 1432, OS thread handle 0x7fb490281700, query id 2940138631 192.168.218.166 uuuuuuu
---TRANSACTION 814538675761, not started
MySQL thread id 10274, OS thread handle 0x7fb3db2d9700, query id 2940107142 192.168.217.71 uuuuuuu
---TRANSACTION 814538513666, not started
MySQL thread id 1364, OS thread handle 0x7fb490dcc700, query id 2940104992 192.168.163.136 uuuuuuu
---TRANSACTION 814538716898, not started
MySQL thread id 10190, OS thread handle 0x7fb3da610700, query id 2940146846 192.168.217.71 uuuuuuu
---TRANSACTION 814538734634, not started
MySQL thread id 2842, OS thread handle 0x7fb4745e4700, query id 2940163757 192.168.177.232 uuuuuuu
---TRANSACTION 814538590719, not started
MySQL thread id 1658, OS thread handle 0x7fb48e96e700, query id 2940103727 192.168.218.166 uuuuuuu
---TRANSACTION 814538721565, not started
MySQL thread id 2373, OS thread handle 0x7fb485c5c700, query id 2940151308 192.168.213.4 uuuuuuu
---TRANSACTION 814538695546, not started
MySQL thread id 2053, OS thread handle 0x7fb48ad7d700, query id 2940125532 192.168.211.62 uuuuuuu
---TRANSACTION 814538700778, not started
MySQL thread id 10207, OS thread handle 0x7fb3d9aa8700, query id 2940130662 192.168.210.67 uuuuuuu
---TRANSACTION 814538735433, not started
MySQL thread id 1504, OS thread handle 0x7fb48fa15700, query id 2940164519 192.168.215.64 uuuuuuu
---TRANSACTION 814538512359, not started
MySQL thread id 10163, OS thread handle 0x7fb3e29df700, query id 2940103054 192.168.217.71 uuuuuuu
---TRANSACTION 814538704779, not started
MySQL thread id 2369, OS thread handle 0x7fb48569e700, query id 2940134777 192.168.167.129 uuuuuuu
---TRANSACTION 814538723685, not started
MySQL thread id 2399, OS thread handle 0x7fb484246700, query id 2940153372 192.168.213.4 uuuuuuu
---TRANSACTION 814538721600, not started
MySQL thread id 6711, OS thread handle 0x7fb427ea3700, query id 2940151351 192.168.162.201 uuuuuuu
---TRANSACTION 814538674825, not started
MySQL thread id 1385, OS thread handle 0x7fb492f7c700, query id 2940106166 192.168.162.201 uuuuuuu
---TRANSACTION 814538724557, not started
MySQL thread id 2205, OS thread handle 0x7fb489e6d700, query id 2940154256 192.168.177.232 uuuuuuu
---TRANSACTION 814538707078, not started
MySQL thread id 6614, OS thread handle 0x7fb427d7d700, query id 2940137021 192.168.162.201 uuuuuuu
---TRANSACTION 814538607204, not started
MySQL thread id 10166, OS thread handle 0x7fb3db151700, query id 2940044863 192.168.210.67 uuuuuuu
---TRANSACTION 814538730332, not started
MySQL thread id 2081, OS thread handle 0x7fb48a4ef700, query id 2940159582 192.168.213.4 uuuuuuu
---TRANSACTION 814538681501, not started
MySQL thread id 2283, OS thread handle 0x7fb48ddf2700, query id 2940112793 192.168.222.58 uuuuuuu
---TRANSACTION 814538716991, not started
MySQL thread id 6305, OS thread handle 0x7fb42d76c700, query id 2940146942 192.168.163.136 uuuuuuu
---TRANSACTION 814538723605, not started
MySQL thread id 1366, OS thread handle 0x7fb490d6a700, query id 2940153290 192.168.211.62 uuuuuuu
---TRANSACTION 814538708005, not started
MySQL thread id 10134, OS thread handle 0x7fb3da9e4700, query id 2940137969 192.168.167.58 uuuuuuu
---TRANSACTION 814538708277, not started
MySQL thread id 6265, OS thread handle 0x7fb42f8be700, query id 2940138244 192.168.163.136 uuuuuuu
---TRANSACTION 814538666856, not started
MySQL thread id 10088, OS thread handle 0x7fb3dbfce700, query id 2940098253 192.168.210.67 uuuuuuu
---TRANSACTION 814538647941, not started
MySQL thread id 1339, OS thread handle 0x7fb4910ab700, query id 2940081566 192.168.211.62 uuuuuuu
---TRANSACTION 814538607443, not started
MySQL thread id 1937, OS thread handle 0x7fb48c70a700, query id 2940045083 192.168.213.4 uuuuuuu
---TRANSACTION 814538667246, not started
MySQL thread id 10091, OS thread handle 0x7fb3dc8be700, query id 2940098677 192.168.164.15 uuuuuuu
---TRANSACTION 814538692014, not started
MySQL thread id 10109, OS thread handle 0x7fb3dbf6c700, query id 2940122359 192.168.186.184 uuuuuuu
---TRANSACTION 814538665671, not started
MySQL thread id 1731, OS thread handle 0x7fb48e0a0700, query id 2940157026 192.168.213.4 uuuuuuu
---TRANSACTION 814538718013, not started
MySQL thread id 1452, OS thread handle 0x7fb48fead700, query id 2940147916 192.168.167.58 uuuuuuu
---TRANSACTION 814538708286, not started
MySQL thread id 1642, OS thread handle 0x7fb48eb58700, query id 2940138254 192.168.186.184 uuuuuuu
---TRANSACTION 814538676314, not started
MySQL thread id 1017, OS thread handle 0x7fb49387b700, query id 2940107699 192.168.215.64 uuuuuuu
---TRANSACTION 814538670693, not started
MySQL thread id 10014, OS thread handle 0x7fb3dc951700, query id 2940102343 192.168.210.67 uuuuuuu
---TRANSACTION 814538697141, not started
MySQL thread id 951, OS thread handle 0x7fb49384a700, query id 2940127011 192.168.218.166 uuuuuuu
---TRANSACTION 814538698257, not started
MySQL thread id 1505, OS thread handle 0x7fb490376700, query id 2940128084 192.168.167.58 uuuuuuu
---TRANSACTION 814538683690, not started
MySQL thread id 1615, OS thread handle 0x7fb48fede700, query id 2940114954 192.168.186.184 uuuuuuu
---TRANSACTION 814538710388, not started
MySQL thread id 579, OS thread handle 0x7fb49669c700, query id 2940140430 192.168.213.30 uuuuuuu
---TRANSACTION 814538715124, not started
MySQL thread id 9998, OS thread handle 0x7fb3e2f6c700, query id 2940145127 192.168.221.175 uuuuuuu
---TRANSACTION 814538718862, not started
MySQL thread id 1550, OS thread handle 0x7fb48f641700, query id 2940148748 192.168.186.184 uuuuuuu
---TRANSACTION 814538596977, not started
MySQL thread id 9963, OS thread handle 0x7fb3dcb0a700, query id 2940107812 192.168.218.166 uuuuuuu
---TRANSACTION 814538685273, not started
MySQL thread id 1023, OS thread handle 0x7fb492e56700, query id 2940116499 192.168.211.62 uuuuuuu
---TRANSACTION 814538482742, not started
MySQL thread id 1513, OS thread handle 0x7fb490903700, query id 2940151525 192.168.213.4 uuuuuuu
---TRANSACTION 814538730447, not started
MySQL thread id 9918, OS thread handle 0x7fb3df762700, query id 2940159693 192.168.195.113 uuuuuuu
---TRANSACTION 814538716941, not started
MySQL thread id 9976, OS thread handle 0x7fb3df7f5700, query id 2940146891 192.168.210.67 uuuuuuu
---TRANSACTION 814538515526, not started
MySQL thread id 1602, OS thread handle 0x7fb4904fe700, query id 2940100634 192.168.177.232 uuuuuuu
---TRANSACTION 814538707210, not started
MySQL thread id 9964, OS thread handle 0x7fb3dfa10700, query id 2940137162 192.168.195.113 uuuuuuu
---TRANSACTION 814538700961, not started
MySQL thread id 1373, OS thread handle 0x7fb491a9f700, query id 2940130859 192.168.167.58 uuuuuuu
---TRANSACTION 814538552818, not started
MySQL thread id 1578, OS thread handle 0x7fb491f68700, query id 2940129666 192.168.177.232 uuuuuuu
---TRANSACTION 814538693435, not started
MySQL thread id 9970, OS thread handle 0x7fb3dfed9700, query id 2940123599 192.168.167.129 uuuuuuu
---TRANSACTION 814538665146, not started
MySQL thread id 1576, OS thread handle 0x7fb4900c8700, query id 2940096787 192.168.177.232 uuuuuuu
---TRANSACTION 814538693054, not started
MySQL thread id 558, OS thread handle 0x7fb4986f5700, query id 2940123277 192.168.218.166 uuuuuuu
---TRANSACTION 814538715904, not started
MySQL thread id 529, OS thread handle 0x7fb496cbc700, query id 2940145890 192.168.218.166 uuuuuuu
---TRANSACTION 814538681331, not started
MySQL thread id 698, OS thread handle 0x7fb4957df700, query id 2940112626 192.168.215.64 uuuuuuu
---TRANSACTION 814538650131, not started
MySQL thread id 9900, OS thread handle 0x7fb3e2aa3700, query id 2940083454 192.168.211.62 uuuuuuu
---TRANSACTION 814538698940, not started
MySQL thread id 9917, OS thread handle 0x7fb3df793700, query id 2940128737 192.168.195.113 uuuuuuu
---TRANSACTION 814538610323, not started
MySQL thread id 9888, OS thread handle 0x7fb3e176c700, query id 2940047913 192.168.210.67 uuuuuuu
---TRANSACTION 814538298641, not started
MySQL thread id 9799, OS thread handle 0x7fb3e15b3700, query id 2939889892 192.168.210.67 uuuuuuu
---TRANSACTION 814538709245, not started
MySQL thread id 9878, OS thread handle 0x7fb3dfad4700, query id 2940139267 192.168.164.15 uuuuuuu
---TRANSACTION 814538724915, not started
MySQL thread id 263, OS thread handle 0x7fb4ae91e700, query id 2940154575 192.168.195.113 uuuuuuu
---TRANSACTION 814538685202, not started
MySQL thread id 9840, OS thread handle 0x7fb3fc76c700, query id 2940116434 192.168.218.166 uuuuuuu
---TRANSACTION 814538693099, not started
MySQL thread id 9828, OS thread handle 0x7fb3dfea8700, query id 2940123311 192.168.210.67 uuuuuuu
---TRANSACTION 814538703755, not started
MySQL thread id 1527, OS thread handle 0x7fb4902b2700, query id 2940133759 192.168.167.129 uuuuuuu
---TRANSACTION 814538702597, not started
MySQL thread id 5809, OS thread handle 0x7fb439d7d700, query id 2940132567 192.168.162.201 uuuuuuu
---TRANSACTION 814538579375, not started
MySQL thread id 1121, OS thread handle 0x7fb492247700, query id 2940103036 192.168.167.58 uuuuuuu
---TRANSACTION 814538670694, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 569, OS thread handle 0x7fb496791700, query id 2940165659 192.168.215.64 uuuuuuu statistics
SELECT * FROM `xxxxxx_event` WHERE `id` = '83122366' LIMIT 1
---TRANSACTION 814538699882, not started
MySQL thread id 1037, OS thread handle 0x7fb4956ea700, query id 2940129756 192.168.167.58 uuuuuuu
---TRANSACTION 814538706221, not started
MySQL thread id 9867, OS thread handle 0x7fb3e373b700, query id 2940136168 192.168.222.58 uuuuuuu
---TRANSACTION 814538702040, not started
MySQL thread id 9792, OS thread handle 0x7fb3e3520700, query id 2940131974 192.168.218.166 uuuuuuu
---TRANSACTION 814538668285, not started
MySQL thread id 1118, OS thread handle 0x7fb493691700, query id 2940099731 192.168.213.4 uuuuuuu
---TRANSACTION 814538611742, not started
MySQL thread id 9765, OS thread handle 0x7fb3e294c700, query id 2940049300 192.168.195.113 uuuuuuu
---TRANSACTION 814538706633, not started
MySQL thread id 9795, OS thread handle 0x7fb3e1615700, query id 2940136574 192.168.195.113 uuuuuuu
---TRANSACTION 814538709060, not started
MySQL thread id 9781, OS thread handle 0x7fb3e43ff700, query id 2940139070 192.168.167.129 uuuuuuu
---TRANSACTION 814538442818, not started
MySQL thread id 9778, OS thread handle 0x7fb3e179d700, query id 2940111505 192.168.213.4 uuuuuuu
---TRANSACTION 814538725003, not started
MySQL thread id 9769, OS thread handle 0x7fb3e291b700, query id 2940154657 192.168.210.67 uuuuuuu
---TRANSACTION 814538684239, not started
MySQL thread id 431, OS thread handle 0x7fb497b48700, query id 2940115495 192.168.215.64 uuuuuuu
---TRANSACTION 814538730426, not started
MySQL thread id 1035, OS thread handle 0x7fb492c6c700, query id 2940159674 192.168.213.4 uuuuuuu
---TRANSACTION 814538683084, not started
MySQL thread id 9709, OS thread handle 0x7fb3e345c700, query id 2940114361 192.168.218.166 uuuuuuu
---TRANSACTION 814538638593, not started
MySQL thread id 9719, OS thread handle 0x7fb3e2e77700, query id 2940073535 192.168.210.67 uuuuuuu
---TRANSACTION 814538586711, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 9680, OS thread handle 0x7fb3e4182700, query id 2940165702 192.168.222.58 uuuuuuu Sending data
SELECT COUNT(*) AS `count` FROM `xxxxxx_event` WHERE `sport_id` = 12 AND `time_status` = 0 AND `time` > 1570763402 LIMIT 1
---TRANSACTION 814538715024, not started
MySQL thread id 9666, OS thread handle 0x7fb3e8d51700, query id 2940145016 192.168.211.62 uuuuuuu
---TRANSACTION 814538676305, not started
MySQL thread id 9699, OS thread handle 0x7fb3e35e4700, query id 2940107681 192.168.222.58 uuuuuuu
---TRANSACTION 814538656062, not started
MySQL thread id 9689, OS thread handle 0x7fb3e379d700, query id 2940088659 192.168.208.172 uuuuuuu
---TRANSACTION 814538693752, not started
MySQL thread id 9706, OS thread handle 0x7fb3e34ef700, query id 2940123864 192.168.215.64 uuuuuuu
---TRANSACTION 814538733988, not started
MySQL thread id 9690, OS thread handle 0x7fb3e376c700, query id 2940163124 192.168.211.62 uuuuuuu
---TRANSACTION 814538701331, not started
MySQL thread id 1147, OS thread handle 0x7fb498011700, query id 2940131252 192.168.222.58 uuuuuuu
---TRANSACTION 814538716963, not started
MySQL thread id 371, OS thread handle 0x7fb5c3197700, query id 2940146913 192.168.215.64 uuuuuuu
---TRANSACTION 814538707214, not started
MySQL thread id 9655, OS thread handle 0x7fb3e5de4700, query id 2940137167 192.168.215.64 uuuuuuu
---TRANSACTION 814538734580, not started
MySQL thread id 9602, OS thread handle 0x7fb3e7520700, query id 2940163705 192.168.218.166 uuuuuuu
---TRANSACTION 814538695749, not started
MySQL thread id 9637, OS thread handle 0x7fb3e4e46700, query id 2940125729 192.168.208.172 uuuuuuu
---TRANSACTION 814538652634, not started
MySQL thread id 9634, OS thread handle 0x7fb3e4ed9700, query id 2940085616 192.168.210.67 uuuuuuu
---TRANSACTION 814538697999, not started
MySQL thread id 873, OS thread handle 0x7fb494118700, query id 2940127826 192.168.186.184 uuuuuuu
---TRANSACTION 814538548521, not started
MySQL thread id 896, OS thread handle 0x7fb493e08700, query id 2940132989 192.168.213.4 uuuuuuu
---TRANSACTION 814538703074, not started
MySQL thread id 990, OS thread handle 0x7fb4937e8700, query id 2940133075 192.168.177.232 uuuuuuu
---TRANSACTION 814538693137, not started
MySQL thread id 9635, OS thread handle 0x7fb3e4ea8700, query id 2940123344 192.168.186.184 uuuuuuu
---TRANSACTION 814538722089, not started
MySQL thread id 9547, OS thread handle 0x7fb3f35df700, query id 2940151850 192.168.163.136 uuuuuuu
---TRANSACTION 814538736380, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 1148, OS thread handle 0x7fb522997700, query id 2940165568 192.168.167.129 uuuuuuu Sorting result
SELECT * FROM `marathonbet_odds_18_1` WHERE `event_id` = '7676439' AND `home_od` != '-' ORDER BY add_time LIMIT 1
---TRANSACTION 814538669218, not started
MySQL thread id 721, OS thread handle 0x7fb49549e700, query id 2940100795 192.168.177.232 uuuuuuu
---TRANSACTION 814538730870, not started
MySQL thread id 5585, OS thread handle 0x7fb43e0ea700, query id 2940160089 192.168.162.201 uuuuuuu
---TRANSACTION 814538721997, not started
MySQL thread id 106, OS thread handle 0x7fbb67997700, query id 2940151768 192.168.211.62 uuuuuuu
---TRANSACTION 814538645603, not started
MySQL thread id 176, OS thread handle 0x7fb704135700, query id 2940079627 192.168.215.64 uuuuuuu
---TRANSACTION 814538713341, not started
MySQL thread id 897, OS thread handle 0x7fb493dd7700, query id 2940143326 192.168.167.129 uuuuuuu
---TRANSACTION 814538707988, not started
MySQL thread id 555, OS thread handle 0x7fb4968b7700, query id 2940137861 192.168.177.232 uuuuuuu
---TRANSACTION 814538732528, not started
MySQL thread id 547, OS thread handle 0x7fb4969ac700, query id 2940161659 192.168.222.58 uuuuuuu
---TRANSACTION 814538636977, not started
MySQL thread id 519, OS thread handle 0x7fb496ea6700, query id 2940138532 192.168.222.58 uuuuuuu
---TRANSACTION 814538671422, not started
MySQL thread id 5523, OS thread handle 0x7fb43efce700, query id 2940103050 192.168.162.201 uuuuuuu
---TRANSACTION 814538690248, not started
MySQL thread id 9546, OS thread handle 0x7fb3e745c700, query id 2940120798 192.168.164.15 uuuuuuu
---TRANSACTION 814538602746, not started
MySQL thread id 468, OS thread handle 0x7fb4975bb700, query id 2940113343 192.168.177.232 uuuuuuu
---TRANSACTION 814538724006, not started
MySQL thread id 9554, OS thread handle 0x7fb3e8de4700, query id 2940153716 192.168.163.136 uuuuuuu
---TRANSACTION 814538693013, not started
MySQL thread id 416, OS thread handle 0x7fb497d32700, query id 2940123239 192.168.177.232 uuuuuuu
---TRANSACTION 814538606818, not started
MySQL thread id 9522, OS thread handle 0x7fb3ea182700, query id 2940044520 192.168.208.172 uuuuuuu
---TRANSACTION 814538706931, not started
MySQL thread id 9516, OS thread handle 0x7fb3e8ed9700, query id 2940136880 192.168.195.113 uuuuuuu
---TRANSACTION 814538708146, not started
MySQL thread id 9473, OS thread handle 0x7fb3e9f36700, query id 2940138098 192.168.215.64 uuuuuuu
---TRANSACTION 814538629549, not started
MySQL thread id 9502, OS thread handle 0x7fb3e77ff700, query id 2940065193 192.168.164.15 uuuuuuu
---TRANSACTION 814538729724, not started
MySQL thread id 9498, OS thread handle 0x7fb3e8f6c700, query id 2940159009 192.168.162.201 uuuuuuu
---TRANSACTION 814538610715, not started
MySQL thread id 9490, OS thread handle 0x7fb3e8fff700, query id 2940048292 192.168.210.67 uuuuuuu
---TRANSACTION 814538581665, not started
MySQL thread id 9478, OS thread handle 0x7fb3e8e46700, query id 2940103056 192.168.222.58 uuuuuuu
---TRANSACTION 814538668305, not started
MySQL thread id 9432, OS thread handle 0x7fb3e97ce700, query id 2940099752 192.168.221.175 uuuuuuu
---TRANSACTION 814538723936, not started
MySQL thread id 9483, OS thread handle 0x7fb3e8d82700, query id 2940153649 192.168.218.166 uuuuuuu
---TRANSACTION 814538677082, not started
MySQL thread id 9463, OS thread handle 0x7fb3e8fce700, query id 2940108479 192.168.218.166 uuuuuuu
---TRANSACTION 814538683905, not started
MySQL thread id 347, OS thread handle 0x7fb498042700, query id 2940115166 192.168.177.232 uuuuuuu
---TRANSACTION 814538668351, not started
MySQL thread id 9447, OS thread handle 0x7fb3e95e4700, query id 2940099808 192.168.210.67 uuuuuuu
---TRANSACTION 814538718297, not started
MySQL thread id 9455, OS thread handle 0x7fb3e9551700, query id 2940148195 192.168.186.184 uuuuuuu
---TRANSACTION 814538707965, not started
MySQL thread id 9414, OS thread handle 0x7fb3ed2a4700, query id 2940137846 192.168.163.136 uuuuuuu
---TRANSACTION 814538705618, not started
MySQL thread id 9430, OS thread handle 0x7fb3e9c57700, query id 2940135606 192.168.218.166 uuuuuuu
---TRANSACTION 814538699583, not started
MySQL thread id 9405, OS thread handle 0x7fb3e9ffa700, query id 2940129428 192.168.210.67 uuuuuuu
---TRANSACTION 814538722346, not started
MySQL thread id 9416, OS thread handle 0x7fb3e9e72700, query id 2940152090 192.168.167.129 uuuuuuu
---TRANSACTION 814538702875, not started
MySQL thread id 9390, OS thread handle 0x7fb3ea2d9700, query id 2940132857 192.168.211.62 uuuuuuu
---TRANSACTION 814538692013, not started
MySQL thread id 5403, OS thread handle 0x7fb44245c700, query id 2940122358 192.168.162.201 uuuuuuu
---TRANSACTION 814538733132, not started
MySQL thread id 9413, OS thread handle 0x7fb3ec1e4700, query id 2940162256 192.168.164.15 uuuuuuu
---TRANSACTION 814538711502, not started
MySQL thread id 9426, OS thread handle 0x7fb3e9cea700, query id 2940141595 192.168.195.113 uuuuuuu
---TRANSACTION 814538505871, not started
MySQL thread id 9382, OS thread handle 0x7fb3ea85c700, query id 2940102211 192.168.218.166 uuuuuuu
---TRANSACTION 814538484541, not started
MySQL thread id 9358, OS thread handle 0x7fb3ed14d700, query id 2939933519 192.168.210.67 uuuuuuu
---TRANSACTION 814538590715, not started
MySQL thread id 9373, OS thread handle 0x7fb3ea951700, query id 2940104562 192.168.222.58 uuuuuuu
---TRANSACTION 814538298830, not started
MySQL thread id 9406, OS thread handle 0x7fb3e9fc9700, query id 2940039981 192.168.210.67 uuuuuuu
---TRANSACTION 814538693750, not started
MySQL thread id 9368, OS thread handle 0x7fb4193c4700, query id 2940123862 192.168.164.15 uuuuuuu
---TRANSACTION 814538707833, not started
MySQL thread id 9329, OS thread handle 0x7fb4064ef700, query id 2940137796 192.168.164.15 uuuuuuu
---TRANSACTION 814538709410, not started
MySQL thread id 9314, OS thread handle 0x7fb3ec33b700, query id 2940139443 192.168.218.166 uuuuuuu
---TRANSACTION 814538621337, not started
MySQL thread id 9326, OS thread handle 0x7fb402b0a700, query id 2940057897 192.168.210.67 uuuuuuu
---TRANSACTION 814538673126, not started
MySQL thread id 9318, OS thread handle 0x7fb3ed3ff700, query id 2940104551 192.168.210.67 uuuuuuu
---TRANSACTION 814538724790, not started
MySQL thread id 9315, OS thread handle 0x7fb3ec30a700, query id 2940154455 192.168.177.232 uuuuuuu
---TRANSACTION 814538736367, not started committing
MySQL thread id 5209, OS thread handle 0x7fb44539d700, query id 2940165409 192.168.162.201 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_18_8` WHERE `event_id` = '83343793' ORDER BY `add_time` DESC
---TRANSACTION 814538713197, not started
MySQL thread id 9265, OS thread handle 0x7fb3ed8ea700, query id 2940143201 192.168.195.113 uuuuuuu
---TRANSACTION 814538694443, not started
MySQL thread id 9263, OS thread handle 0x7fb3ed94c700, query id 2940124492 192.168.218.166 uuuuuuu
---TRANSACTION 814538690513, not started
MySQL thread id 9236, OS thread handle 0x7fb3edbfa700, query id 2940121028 192.168.222.58 uuuuuuu
---TRANSACTION 814538729845, not started
MySQL thread id 9229, OS thread handle 0x7fb3edd51700, query id 2940159117 192.168.215.64 uuuuuuu
---TRANSACTION 814538724588, not started
MySQL thread id 9233, OS thread handle 0x7fb3edc8d700, query id 2940154285 192.168.164.15 uuuuuuu
---TRANSACTION 814538593406, not started
MySQL thread id 9222, OS thread handle 0x7fb3ede15700, query id 2940032905 192.168.210.67 uuuuuuu
---TRANSACTION 814538702327, not started
MySQL thread id 9196, OS thread handle 0x7fb3eea15700, query id 2940132283 192.168.222.58 uuuuuuu
---TRANSACTION 814538565584, not started
MySQL thread id 9218, OS thread handle 0x7fb3f0c83700, query id 2940151863 192.168.218.166 uuuuuuu
---TRANSACTION 814538570096, not started
MySQL thread id 5090, OS thread handle 0x7fb44a951700, query id 2940149187 192.168.162.201 uuuuuuu
---TRANSACTION 814538734055, not started
MySQL thread id 9203, OS thread handle 0x7fb3ee920700, query id 2940163182 192.168.218.166 uuuuuuu
---TRANSACTION 814538723797, not started
MySQL thread id 9194, OS thread handle 0x7fb3eea77700, query id 2940153505 192.168.221.175 uuuuuuu
---TRANSACTION 814538700888, not started
MySQL thread id 9200, OS thread handle 0x7fb3efdb3700, query id 2940130780 192.168.195.113 uuuuuuu
---TRANSACTION 814538589250, not started
MySQL thread id 9189, OS thread handle 0x7fb3eeb3b700, query id 2940102855 192.168.218.166 uuuuuuu
---TRANSACTION 814538680821, not started
MySQL thread id 9186, OS thread handle 0x7fb3efe46700, query id 2940112137 192.168.164.15 uuuuuuu
---TRANSACTION 814538668598, not started
MySQL thread id 9167, OS thread handle 0x7fb3efd82700, query id 2940165750 192.168.164.15 uuuuuuu
---TRANSACTION 814538694327, not started
MySQL thread id 9151, OS thread handle 0x7fb3eff3b700, query id 2940124383 192.168.222.58 uuuuuuu
---TRANSACTION 814538734035, not started
MySQL thread id 9131, OS thread handle 0x7fb3f5582700, query id 2940163163 192.168.218.166 uuuuuuu
---TRANSACTION 814538675388, not started
MySQL thread id 9110, OS thread handle 0x7fb3f0f93700, query id 2940106769 192.168.164.15 uuuuuuu
---TRANSACTION 814538700697, not started
MySQL thread id 9118, OS thread handle 0x7fb3f15e4700, query id 2940130588 192.168.163.136 uuuuuuu
---TRANSACTION 814538666859, not started
MySQL thread id 9106, OS thread handle 0x7fb3f17ce700, query id 2940098257 192.168.167.129 uuuuuuu
---TRANSACTION 814538729812, not started
MySQL thread id 9096, OS thread handle 0x7fb3f1272700, query id 2940159085 192.168.162.201 uuuuuuu
---TRANSACTION 814538670076, not started
MySQL thread id 9100, OS thread handle 0x7fb3f0ff5700, query id 2940101698 192.168.221.175 uuuuuuu
---TRANSACTION 814538388855, not started
MySQL thread id 9063, OS thread handle 0x7fb3f2982700, query id 2939995055 192.168.208.172 uuuuuuu
---TRANSACTION 814538675912, not started
MySQL thread id 9051, OS thread handle 0x7fb3f2767700, query id 2940107288 192.168.167.129 uuuuuuu
---TRANSACTION 814538671002, not started
MySQL thread id 9073, OS thread handle 0x7fb3f1336700, query id 2940102646 192.168.221.175 uuuuuuu
---TRANSACTION 814538688998, not started
MySQL thread id 9083, OS thread handle 0x7fb3f11df700, query id 2940119764 192.168.218.166 uuuuuuu
---TRANSACTION 814538709580, not started
MySQL thread id 9065, OS thread handle 0x7fb3f145c700, query id 2940139611 192.168.210.67 uuuuuuu
---TRANSACTION 814538669139, not started
MySQL thread id 9076, OS thread handle 0x7fb3f282b700, query id 2940100689 192.168.222.58 uuuuuuu
---TRANSACTION 814538674690, not started
MySQL thread id 4937, OS thread handle 0x7fb44bb0a700, query id 2940106020 192.168.162.201 uuuuuuu
---TRANSACTION 814538643785, not started
MySQL thread id 9055, OS thread handle 0x7fb3f15b3700, query id 2940078096 192.168.195.113 uuuuuuu
---TRANSACTION 814538680100, not started
MySQL thread id 9045, OS thread handle 0x7fb3fc7ce700, query id 2940111421 192.168.222.58 uuuuuuu
---TRANSACTION 814538587843, not started
MySQL thread id 9042, OS thread handle 0x7fb3f176c700, query id 2940100650 192.168.221.175 uuuuuuu
---TRANSACTION 814538694071, not started
MySQL thread id 9030, OS thread handle 0x7fb3f257d700, query id 2940124140 192.168.218.166 uuuuuuu
---TRANSACTION 814538702782, not started
MySQL thread id 9022, OS thread handle 0x7fb3f2672700, query id 2940132762 192.168.167.129 uuuuuuu
---TRANSACTION 814538729756, not started
MySQL thread id 9027, OS thread handle 0x7fb3f2610700, query id 2940159043 192.168.195.113 uuuuuuu
---TRANSACTION 814538724604, not started
MySQL thread id 9013, OS thread handle 0x7fb3f2bff700, query id 2940154303 192.168.167.58 uuuuuuu
---TRANSACTION 814538072545, not started
MySQL thread id 9007, OS thread handle 0x7fb3f5677700, query id 2940097365 192.168.208.172 uuuuuuu
---TRANSACTION 814538653030, not started
MySQL thread id 8995, OS thread handle 0x7fb3f29b3700, query id 2940152604 192.168.195.113 uuuuuuu
---TRANSACTION 814538721554, not started
MySQL thread id 8980, OS thread handle 0x7fb3f2b9d700, query id 2940151295 192.168.221.175 uuuuuuu
---TRANSACTION 814538734830, not started
MySQL thread id 4551, OS thread handle 0x7fb455f9d700, query id 2940163945 192.168.163.136 uuuuuuu
---TRANSACTION 814538700346, not started
MySQL thread id 8957, OS thread handle 0x7fb3f56a8700, query id 2940130168 192.168.211.62 uuuuuuu
---TRANSACTION 814538699119, not started
MySQL thread id 8943, OS thread handle 0x7fb3f4551700, query id 2940128915 192.168.215.64 uuuuuuu
---TRANSACTION 814538704690, not started
MySQL thread id 8940, OS thread handle 0x7fb3f5cbe700, query id 2940134693 192.168.167.129 uuuuuuu
---TRANSACTION 814538360933, not started
MySQL thread id 8912, OS thread handle 0x7fb3f3767700, query id 2940110732 192.168.210.67 uuuuuuu
---TRANSACTION 814538599312, not started
MySQL thread id 8926, OS thread handle 0x7fb3f55e4700, query id 2940109148 192.168.211.62 uuuuuuu
---TRANSACTION 814538721643, not started
MySQL thread id 8916, OS thread handle 0x7fb3f36d4700, query id 2940151402 192.168.167.58 uuuuuuu
---TRANSACTION 814538626914, not started
MySQL thread id 8905, OS thread handle 0x7fb3f38be700, query id 2940062771 192.168.208.172 uuuuuuu
---TRANSACTION 814538591816, not started
MySQL thread id 8884, OS thread handle 0x7fb3f44be700, query id 2940102778 192.168.221.175 uuuuuuu
---TRANSACTION 814538590411, not started
MySQL thread id 8850, OS thread handle 0x7fb3f545c700, query id 2940102572 192.168.215.64 uuuuuuu
---TRANSACTION 814538700703, not started
MySQL thread id 8853, OS thread handle 0x7fb3f47ce700, query id 2940130593 192.168.218.166 uuuuuuu
---TRANSACTION 814538733191, not started
MySQL thread id 4712, OS thread handle 0x7fb451f0a700, query id 2940162319 192.168.162.201 uuuuuuu
---TRANSACTION 814538686378, not started
MySQL thread id 4128, OS thread handle 0x7fb45d677700, query id 2940117505 192.168.163.136 uuuuuuu
---TRANSACTION 814538581963, not started
MySQL thread id 8835, OS thread handle 0x7fb3f56d9700, query id 2940022696 192.168.210.67 uuuuuuu
---TRANSACTION 814538725646, not started
MySQL thread id 8807, OS thread handle 0x7fb3f5e77700, query id 2940155241 192.168.177.232 uuuuuuu
---TRANSACTION 814538588837, not started
MySQL thread id 8806, OS thread handle 0x7fb3f8551700, query id 2940103166 192.168.195.113 uuuuuuu
---TRANSACTION 814538699733, not started
MySQL thread id 8787, OS thread handle 0x7fb3f85b3700, query id 2940129582 192.168.215.64 uuuuuuu
---TRANSACTION 814538702564, not started
MySQL thread id 8771, OS thread handle 0x7fb3f75b3700, query id 2940132532 192.168.167.58 uuuuuuu
---TRANSACTION 814538672869, not started
MySQL thread id 8746, OS thread handle 0x7fb3f7582700, query id 2940104332 192.168.222.58 uuuuuuu
---TRANSACTION 814538695827, not started
MySQL thread id 8704, OS thread handle 0x7fb3f848d700, query id 2940125800 192.168.215.64 uuuuuuu
---TRANSACTION 814538605217, not started
MySQL thread id 8692, OS thread handle 0x7fb3f8677700, query id 2940043088 192.168.215.64 uuuuuuu
---TRANSACTION 814538722078, not started
MySQL thread id 8679, OS thread handle 0x7fb3fc79d700, query id 2940151838 192.168.162.201 uuuuuuu
---TRANSACTION 814538674204, not started
MySQL thread id 8713, OS thread handle 0x7fb40c120700, query id 2940105535 192.168.186.184 uuuuuuu
---TRANSACTION 814538609822, not started
MySQL thread id 8714, OS thread handle 0x7fb4020b4700, query id 2940047418 192.168.211.62 uuuuuuu
---TRANSACTION 814538724020, not started
MySQL thread id 8705, OS thread handle 0x7fb3f845c700, query id 2940153730 192.168.222.58 uuuuuuu
---TRANSACTION 814538679724, not started
MySQL thread id 8683, OS thread handle 0x7fb3fa677700, query id 2940111058 192.168.164.15 uuuuuuu
---TRANSACTION 814538608972, not started
MySQL thread id 8642, OS thread handle 0x7fb3fa7ce700, query id 2940124551 192.168.222.58 uuuuuuu
---TRANSACTION 814538538345, not started
MySQL thread id 8664, OS thread handle 0x7fb3fd88d700, query id 2940053561 192.168.167.58 uuuuuuu
---TRANSACTION 814538687253, not started
MySQL thread id 4192, OS thread handle 0x7fb45cb9d700, query id 2940118290 192.168.162.201 uuuuuuu
---TRANSACTION 814538732201, not started
MySQL thread id 8661, OS thread handle 0x7fb3feb0a700, query id 2940161363 192.168.222.58 uuuuuuu
---TRANSACTION 814538682201, not started
MySQL thread id 8619, OS thread handle 0x7fb3fc6d9700, query id 2940113496 192.168.213.30 uuuuuuu
---TRANSACTION 814538715727, not started
MySQL thread id 8667, OS thread handle 0x7fb3fa48d700, query id 2940145730 192.168.218.166 uuuuuuu
---TRANSACTION 814538682454, not started
MySQL thread id 8649, OS thread handle 0x7fb4008ef700, query id 2940113768 192.168.167.129 uuuuuuu
---TRANSACTION 814538735563, not started
MySQL thread id 8622, OS thread handle 0x7fb3fc646700, query id 2940164638 192.168.167.58 uuuuuuu
---TRANSACTION 814538698006, not started
MySQL thread id 8620, OS thread handle 0x7fb3fc6a8700, query id 2940127831 192.168.177.232 uuuuuuu
---TRANSACTION 814538725243, not started
MySQL thread id 8577, OS thread handle 0x7fb400982700, query id 2940154883 192.168.167.58 uuuuuuu
---TRANSACTION 814538592042, not started
MySQL thread id 8552, OS thread handle 0x7fb40220b700, query id 2940103166 192.168.167.58 uuuuuuu
---TRANSACTION 814538733328, not started
MySQL thread id 8571, OS thread handle 0x7fb3fdb9d700, query id 2940162454 192.168.211.62 uuuuuuu
---TRANSACTION 814538685675, not started
MySQL thread id 8537, OS thread handle 0x7fb40885c700, query id 2940116871 192.168.218.166 uuuuuuu
---TRANSACTION 814538603242, not started
MySQL thread id 8547, OS thread handle 0x7fb40433c700, query id 2940041320 192.168.211.62 uuuuuuu
---TRANSACTION 814538729686, not started
MySQL thread id 8568, OS thread handle 0x7fb3fe85c700, query id 2940158971 192.168.164.15 uuuuuuu
---TRANSACTION 814538692123, not started
MySQL thread id 8481, OS thread handle 0x7fb402798700, query id 2940122466 192.168.167.58 uuuuuuu
---TRANSACTION 814538686179, not started
MySQL thread id 8471, OS thread handle 0x7fb402052700, query id 2940117321 192.168.164.15 uuuuuuu
---TRANSACTION 814538555249, not started
MySQL thread id 8482, OS thread handle 0x7fb400aa8700, query id 2939998580 192.168.195.113 uuuuuuu
---TRANSACTION 814538618372, not started
MySQL thread id 8505, OS thread handle 0x7fb402767700, query id 2940126317 192.168.167.58 uuuuuuu
---TRANSACTION 814538723591, not started
MySQL thread id 8499, OS thread handle 0x7fb40082b700, query id 2940153275 192.168.164.15 uuuuuuu
---TRANSACTION 814538612816, not started
MySQL thread id 8446, OS thread handle 0x7fb459547700, query id 2940123443 192.168.167.58 uuuuuuu
---TRANSACTION 814538694200, not started
MySQL thread id 8416, OS thread handle 0x7fb402736700, query id 2940124257 192.168.167.58 uuuuuuu
---TRANSACTION 814538724745, not started
MySQL thread id 8445, OS thread handle 0x7fb447b9d700, query id 2940154412 192.168.213.4 uuuuuuu
---TRANSACTION 814538668264, not started
MySQL thread id 8438, OS thread handle 0x7fb4028be700, query id 2940161354 192.168.211.62 uuuuuuu
---TRANSACTION 814538695685, not started
MySQL thread id 8455, OS thread handle 0x7fb40226d700, query id 2940125659 192.168.218.166 uuuuuuu
---TRANSACTION 814538702021, not started
MySQL thread id 8418, OS thread handle 0x7fb402705700, query id 2940131948 192.168.177.232 uuuuuuu
---TRANSACTION 814538670736, not started
MySQL thread id 3929, OS thread handle 0x7fb45fea8700, query id 2940102388 192.168.163.136 uuuuuuu
---TRANSACTION 814538723850, not started
MySQL thread id 8424, OS thread handle 0x7fb402641700, query id 2940153564 192.168.218.166 uuuuuuu
---TRANSACTION 814538634994, not started
MySQL thread id 8419, OS thread handle 0x7fb4070be700, query id 2940070342 192.168.167.58 uuuuuuu
---TRANSACTION 814538634132, not started
MySQL thread id 3926, OS thread handle 0x7fb45ff3b700, query id 2940069580 192.168.162.201 uuuuuuu
---TRANSACTION 814538669142, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 8410, OS thread handle 0x7fb40282b700, query id 2940165746 192.168.167.58 uuuuuuu statistics
SELECT * FROM `bwin_event` WHERE `id` = '9190639' LIMIT 1
---TRANSACTION 814538696592, not started
MySQL thread id 8393, OS thread handle 0x7fb402a46700, query id 2940126502 192.168.210.67 uuuuuuu
---TRANSACTION 814538568535, not started
MySQL thread id 8376, OS thread handle 0x7fb403582700, query id 2940153091 192.168.186.184 uuuuuuu
---TRANSACTION 814538694243, not started
MySQL thread id 8367, OS thread handle 0x7fb403677700, query id 2940124298 192.168.163.136 uuuuuuu
---TRANSACTION 814538696007, not started
MySQL thread id 8349, OS thread handle 0x7fb4037ff700, query id 2940125971 192.168.167.58 uuuuuuu
---TRANSACTION 814538723974, not started
MySQL thread id 8315, OS thread handle 0x7fb4043ff700, query id 2940153688 192.168.213.4 uuuuuuu
---TRANSACTION 814538702532, not started
MySQL thread id 8339, OS thread handle 0x7fb4041e5700, query id 2940132502 192.168.213.4 uuuuuuu
---TRANSACTION 814538676386, not started
MySQL thread id 8370, OS thread handle 0x7fb4035e4700, query id 2940107772 192.168.213.4 uuuuuuu
---TRANSACTION 814538692492, not started
MySQL thread id 8318, OS thread handle 0x7fb40430b700, query id 2940122787 192.168.167.58 uuuuuuu
---TRANSACTION 814538666913, not started
MySQL thread id 8353, OS thread handle 0x7fb40376c700, query id 2940159310 192.168.177.232 uuuuuuu
---TRANSACTION 814538729652, not started
MySQL thread id 8308, OS thread handle 0x7fb404951700, query id 2940158937 192.168.167.129 uuuuuuu
---TRANSACTION 814538702329, not started
MySQL thread id 3822, OS thread handle 0x7fb462cea700, query id 2940132284 192.168.162.201 uuuuuuu
---TRANSACTION 814538591245, not started
MySQL thread id 8285, OS thread handle 0x7fb405520700, query id 2940102932 192.168.167.129 uuuuuuu
---TRANSACTION 814538700244, not started
MySQL thread id 3781, OS thread handle 0x7fb4633ce700, query id 2940130126 192.168.162.201 uuuuuuu
---TRANSACTION 814538647526, not started
MySQL thread id 8280, OS thread handle 0x7fb4072a8700, query id 2940148794 192.168.213.4 uuuuuuu
---TRANSACTION 814538729283, not started
MySQL thread id 3623, OS thread handle 0x7fb46570a700, query id 2940158578 192.168.162.201 uuuuuuu
---TRANSACTION 814538668302, not started
MySQL thread id 3493, OS thread handle 0x7fb469520700, query id 2940165516 192.168.162.201 uuuuuuu
---TRANSACTION 814538723729, not started
MySQL thread id 3541, OS thread handle 0x7fb47f277700, query id 2940153423 192.168.162.201 uuuuuuu
---TRANSACTION 814538507958, not started
MySQL thread id 3438, OS thread handle 0x7fb477ed4700, query id 2940107184 192.168.162.201 uuuuuuu
---TRANSACTION 814538672192, not started
MySQL thread id 8268, OS thread handle 0x7fb40745c700, query id 2940103748 192.168.167.58 uuuuuuu
---TRANSACTION 814538714148, not started
MySQL thread id 8267, OS thread handle 0x7fb40b736700, query id 2940144154 192.168.167.58 uuuuuuu
---TRANSACTION 814538708287, not started
MySQL thread id 8216, OS thread handle 0x7fb4067ce700, query id 2940138255 192.168.213.4 uuuuuuu
---TRANSACTION 814538715812, not started
MySQL thread id 8227, OS thread handle 0x7fb406646700, query id 2940145808 192.168.221.175 uuuuuuu
---TRANSACTION 814538506479, not started
MySQL thread id 8199, OS thread handle 0x7fb407277700, query id 2940103170 192.168.210.67 uuuuuuu
---TRANSACTION 814538711638, not started
MySQL thread id 3346, OS thread handle 0x7fb4825da700, query id 2940143318 192.168.163.136 uuuuuuu
---TRANSACTION 814538732508, not started
MySQL thread id 8183, OS thread handle 0x7fb407520700, query id 2940161642 192.168.167.58 uuuuuuu
---TRANSACTION 814538713693, not started
MySQL thread id 8130, OS thread handle 0x7fb40a0b9700, query id 2940143685 192.168.195.113 uuuuuuu
---TRANSACTION 814538673901, not started
MySQL thread id 8147, OS thread handle 0x7fb4089b3700, query id 2940105252 192.168.177.232 uuuuuuu
---TRANSACTION 814538670382, not started
MySQL thread id 3312, OS thread handle 0x7fb484277700, query id 2940102001 192.168.163.136 uuuuuuu
---TRANSACTION 814538722142, not started
MySQL thread id 8152, OS thread handle 0x7fb408920700, query id 2940151898 192.168.195.113 uuuuuuu
---TRANSACTION 814538695668, not started
MySQL thread id 8138, OS thread handle 0x7fb408ad9700, query id 2940125650 192.168.167.129 uuuuuuu
---TRANSACTION 814538676324, not started
MySQL thread id 8118, OS thread handle 0x7fb409120700, query id 2940107710 192.168.167.58 uuuuuuu
---TRANSACTION 814538602057, not started
MySQL thread id 8072, OS thread handle 0x7fb40a2a3700, query id 2940117731 192.168.195.113 uuuuuuu
---TRANSACTION 814538590281, not started
MySQL thread id 8060, OS thread handle 0x7fb4121b3700, query id 2940030221 192.168.210.67 uuuuuuu
---TRANSACTION 814538639665, not started
MySQL thread id 8032, OS thread handle 0x7fb40b51b700, query id 2940074491 192.168.222.58 uuuuuuu
---TRANSACTION 814538709141, not started
MySQL thread id 3154, OS thread handle 0x7fb471f3b700, query id 2940139158 192.168.163.136 uuuuuuu
---TRANSACTION 814538728240, not started
MySQL thread id 8038, OS thread handle 0x7fb40b457700, query id 2940157594 192.168.167.58 uuuuuuu
---TRANSACTION 814538723833, not started
MySQL thread id 8025, OS thread handle 0x7fb40b672700, query id 2940153546 192.168.195.113 uuuuuuu
---TRANSACTION 814538733445, not started
MySQL thread id 3084, OS thread handle 0x7fb46f731700, query id 2940162571 192.168.163.136 uuuuuuu
---TRANSACTION 814538730325, not started
MySQL thread id 7914, OS thread handle 0x7fb40d393700, query id 2940159575 192.168.213.30 uuuuuuu
---TRANSACTION 814538694869, not started
MySQL thread id 7867, OS thread handle 0x7fb41097d700, query id 2940124908 192.168.213.30 uuuuuuu
---TRANSACTION 814538730112, not started
MySQL thread id 7859, OS thread handle 0x7fb40d9b3700, query id 2940159370 192.168.167.129 uuuuuuu
---TRANSACTION 814538439009, not started
MySQL thread id 7830, OS thread handle 0x7fb40ed51700, query id 2940109986 192.168.222.58 uuuuuuu
---TRANSACTION 814538607614, not started
MySQL thread id 2902, OS thread handle 0x7fb472b9d700, query id 2940122674 192.168.163.136 uuuuuuu
---TRANSACTION 814538603105, not started
MySQL thread id 7812, OS thread handle 0x7fb42d79d700, query id 2940041198 192.168.222.58 uuuuuuu
---TRANSACTION 814538703801, not started
MySQL thread id 7786, OS thread handle 0x7fb40fa10700, query id 2940133816 192.168.222.58 uuuuuuu
---TRANSACTION 814538670110, not started
MySQL thread id 7734, OS thread handle 0x7fb40ffff700, query id 2940101732 192.168.211.62 uuuuuuu
---TRANSACTION 814538508786, not started
MySQL thread id 7756, OS thread handle 0x7fb40fc5c700, query id 2940102760 192.168.186.184 uuuuuuu
---TRANSACTION 814538723621, not started
MySQL thread id 7717, OS thread handle 0x7fb4271b3700, query id 2940153306 192.168.222.58 uuuuuuu
---TRANSACTION 814538702955, not started
MySQL thread id 7706, OS thread handle 0x7fb41205c700, query id 2940132913 192.168.210.67 uuuuuuu
---TRANSACTION 814538698261, not started
MySQL thread id 7703, OS thread handle 0x7fb410c2b700, query id 2940128087 192.168.213.30 uuuuuuu
---TRANSACTION 814538692983, not started
MySQL thread id 7695, OS thread handle 0x7fb410d20700, query id 2940123217 192.168.211.62 uuuuuuu
---TRANSACTION 814538707544, not started
MySQL thread id 7697, OS thread handle 0x7fb410cbe700, query id 2940137493 192.168.213.4 uuuuuuu
---TRANSACTION 814538676102, not started
MySQL thread id 7681, OS thread handle 0x7fb410f3b700, query id 2940107485 192.168.177.232 uuuuuuu
---TRANSACTION 814538701603, not started
MySQL thread id 7673, OS thread handle 0x7fb4118ef700, query id 2940131532 192.168.221.175 uuuuuuu
---TRANSACTION 814538613510, not started
MySQL thread id 7662, OS thread handle 0x7fb412277700, query id 2940124065 192.168.167.58 uuuuuuu
---TRANSACTION 814538607609, not started
MySQL thread id 7668, OS thread handle 0x7fb4119e4700, query id 2940045261 192.168.210.67 uuuuuuu
---TRANSACTION 814538710956, not started
MySQL thread id 7661, OS thread handle 0x7fb411b9d700, query id 2940141016 192.168.167.58 uuuuuuu
---TRANSACTION 814538699640, not started
MySQL thread id 7652, OS thread handle 0x7fb41339d700, query id 2940129476 192.168.215.64 uuuuuuu
---TRANSACTION 814538680017, not started
MySQL thread id 7619, OS thread handle 0x7fb416920700, query id 2940111335 192.168.221.175 uuuuuuu
---TRANSACTION 814538687751, not started
MySQL thread id 7639, OS thread handle 0x7fb414c8d700, query id 2940118730 192.168.195.113 uuuuuuu
---TRANSACTION 814538734237, not started
MySQL thread id 7658, OS thread handle 0x7fb411b0a700, query id 2940163364 192.168.222.58 uuuuuuu
---TRANSACTION 814538700073, not started
MySQL thread id 7548, OS thread handle 0x7fb416bff700, query id 2940129934 192.168.210.67 uuuuuuu
---TRANSACTION 814538678737, not started
MySQL thread id 7624, OS thread handle 0x7fb411b3b700, query id 2940110078 192.168.222.58 uuuuuuu
---TRANSACTION 814538704113, not started
MySQL thread id 7616, OS thread handle 0x7fb4132d9700, query id 2940134112 192.168.221.175 uuuuuuu
---TRANSACTION 814538668092, not started
MySQL thread id 7602, OS thread handle 0x7fb412182700, query id 2940099505 192.168.195.113 uuuuuuu
---TRANSACTION 814538689556, not started
MySQL thread id 7613, OS thread handle 0x7fb45963c700, query id 2940120197 192.168.162.201 uuuuuuu
---TRANSACTION 814538712889, not started
MySQL thread id 7589, OS thread handle 0x7fb4126a8700, query id 2940142902 192.168.211.62 uuuuuuu
---TRANSACTION 814538674512, not started
MySQL thread id 7600, OS thread handle 0x7fb418917700, query id 2940105836 192.168.167.58 uuuuuuu
---TRANSACTION 814538699878, not started
MySQL thread id 2797, OS thread handle 0x7fb47576c700, query id 2940129752 192.168.163.136 uuuuuuu
---TRANSACTION 814538717989, not started
MySQL thread id 7555, OS thread handle 0x7fb413182700, query id 2940147902 192.168.167.58 uuuuuuu
---TRANSACTION 814538723820, not started
MySQL thread id 7553, OS thread handle 0x7fb418bce700, query id 2940153531 192.168.195.113 uuuuuuu
---TRANSACTION 814538707330, not started
MySQL thread id 7550, OS thread handle 0x7fb418ad0700, query id 2940137265 192.168.177.232 uuuuuuu
---TRANSACTION 814538704839, not started
MySQL thread id 7528, OS thread handle 0x7fb41333b700, query id 2940134841 192.168.167.129 uuuuuuu
---TRANSACTION 814538549914, not started
MySQL thread id 7518, OS thread handle 0x7fb4170ef700, query id 2940129962 192.168.167.129 uuuuuuu
---TRANSACTION 814538697476, not started
MySQL thread id 7546, OS thread handle 0x7fb4173ff700, query id 2940127310 192.168.167.58 uuuuuuu
---TRANSACTION 814538717486, not started
MySQL thread id 2366, OS thread handle 0x7fb485731700, query id 2940147412 192.168.163.136 uuuuuuu
---TRANSACTION 814538679889, not started
MySQL thread id 7525, OS thread handle 0x7fb4133ce700, query id 2940111212 192.168.167.58 uuuuuuu
---TRANSACTION 814538702822, not started
MySQL thread id 7524, OS thread handle 0x7fb416982700, query id 2940132796 192.168.167.129 uuuuuuu
---TRANSACTION 814538695190, not started
MySQL thread id 7517, OS thread handle 0x7fb414cef700, query id 2940125210 192.168.213.4 uuuuuuu
---TRANSACTION 814538724489, not started
MySQL thread id 7511, OS thread handle 0x7fb414de4700, query id 2940154181 192.168.167.129 uuuuuuu
---TRANSACTION 814538724205, not started
MySQL thread id 7512, OS thread handle 0x7fb414fff700, query id 2940153896 192.168.167.58 uuuuuuu
---TRANSACTION 814538723815, not started
MySQL thread id 7500, OS thread handle 0x7fb420bce700, query id 2940153525 192.168.213.30 uuuuuuu
---TRANSACTION 814538692961, not started
MySQL thread id 7454, OS thread handle 0x7fb418948700, query id 2940123196 192.168.195.113 uuuuuuu
---TRANSACTION 814538694583, not started
MySQL thread id 7427, OS thread handle 0x7fb4171b3700, query id 2940124635 192.168.167.58 uuuuuuu
---TRANSACTION 814538722707, not started
MySQL thread id 2105, OS thread handle 0x7fb48a14c700, query id 2940152415 192.168.163.136 uuuuuuu
---TRANSACTION 814538673492, not started
MySQL thread id 7396, OS thread handle 0x7fb4189aa700, query id 2940104879 192.168.177.232 uuuuuuu
---TRANSACTION 814538639291, not started
MySQL thread id 7365, OS thread handle 0x7fb4191a9700, query id 2940146309 192.168.195.113 uuuuuuu
---TRANSACTION 814538715965, not started
MySQL thread id 7346, OS thread handle 0x7fb419488700, query id 2940145945 192.168.162.201 uuuuuuu
---TRANSACTION 814538699291, not started
MySQL thread id 7377, OS thread handle 0x7fb4190e5700, query id 2940129087 192.168.195.113 uuuuuuu
---TRANSACTION 814538676263, not started
MySQL thread id 7380, OS thread handle 0x7fb419083700, query id 2940107644 192.168.221.175 uuuuuuu
---TRANSACTION 814538690183, not started
MySQL thread id 7362, OS thread handle 0x7fb41920b700, query id 2940120736 192.168.211.62 uuuuuuu
---TRANSACTION 814538705758, not started
MySQL thread id 7353, OS thread handle 0x7fb419362700, query id 2940135727 192.168.221.175 uuuuuuu
---TRANSACTION 814538699893, not started
MySQL thread id 7361, OS thread handle 0x7fb41923c700, query id 2940129764 192.168.222.58 uuuuuuu
---TRANSACTION 814538670921, not started
MySQL thread id 2095, OS thread handle 0x7fb48a2a3700, query id 2940102572 192.168.162.201 uuuuuuu
---TRANSACTION 814538694610, not started
MySQL thread id 2098, OS thread handle 0x7fb48a210700, query id 2940124668 192.168.163.136 uuuuuuu
---TRANSACTION 814538720772, not started
MySQL thread id 7321, OS thread handle 0x7fb4197fa700, query id 2940150554 192.168.177.232 uuuuuuu
---TRANSACTION 814538605887, not started
MySQL thread id 7307, OS thread handle 0x7fb41cdda700, query id 2940043710 192.168.210.67 uuuuuuu
---TRANSACTION 814538729484, not started
MySQL thread id 7316, OS thread handle 0x7fb41cb8e700, query id 2940158767 192.168.222.58 uuuuuuu
---TRANSACTION 814538693904, not started
MySQL thread id 7293, OS thread handle 0x7fb419bce700, query id 2940123995 192.168.213.30 uuuuuuu
---TRANSACTION 814538633361, not started
MySQL thread id 2058, OS thread handle 0x7fb48b08d700, query id 2940135855 192.168.162.201 uuuuuuu
---TRANSACTION 814538715479, not started
MySQL thread id 7291, OS thread handle 0x7fb419bff700, query id 2940145470 192.168.167.58 uuuuuuu
---TRANSACTION 814538733126, not started
MySQL thread id 7300, OS thread handle 0x7fb419aa8700, query id 2940162249 192.168.210.67 uuuuuuu
---TRANSACTION 814538565867, not started
MySQL thread id 7298, OS thread handle 0x7fb419b0a700, query id 2940153280 192.168.195.113 uuuuuuu
---TRANSACTION 814538668033, not started
MySQL thread id 7299, OS thread handle 0x7fb419ad9700, query id 2940160258 192.168.177.232 uuuuuuu
---TRANSACTION 814538723545, not started
MySQL thread id 7286, OS thread handle 0x7fb41a8ef700, query id 2940153228 192.168.222.58 uuuuuuu
---TRANSACTION 814538719747, not started
MySQL thread id 7239, OS thread handle 0x7fb41bb0a700, query id 2940149626 192.168.162.201 uuuuuuu
---TRANSACTION 814538695235, not started
MySQL thread id 7251, OS thread handle 0x7fb41b920700, query id 2940125246 192.168.222.58 uuuuuuu
---TRANSACTION 814538668325, not started
MySQL thread id 7265, OS thread handle 0x7fb41ab3b700, query id 2940099772 192.168.195.113 uuuuuuu
---TRANSACTION 814538692607, not started
MySQL thread id 7262, OS thread handle 0x7fb41abce700, query id 2940122893 192.168.177.232 uuuuuuu
---TRANSACTION 814538721400, not started
MySQL thread id 7244, OS thread handle 0x7fb41ba15700, query id 2940151134 192.168.163.136 uuuuuuu
---TRANSACTION 814538522339, not started
MySQL thread id 1837, OS thread handle 0x7fb48d2a7700, query id 2940038382 192.168.162.201 uuuuuuu
---TRANSACTION 814538736506, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 1884, OS thread handle 0x7fb48d7a1700, query id 2940165570 192.168.162.201 uuuuuuu Sorting result
SELECT * FROM `888sport_odds_1_2` WHERE `event_id` = '1005711894' AND `home_od` != '-' ORDER BY add_time DESC LIMIT 1
---TRANSACTION 814538607500, not started
MySQL thread id 7211, OS thread handle 0x7fb41ce6d700, query id 2940045143 192.168.210.67 uuuuuuu
---TRANSACTION 814538637050, not started
MySQL thread id 1908, OS thread handle 0x7fb48d95a700, query id 2940072180 192.168.163.136 uuuuuuu
---TRANSACTION 814538707843, not started
MySQL thread id 7200, OS thread handle 0x7fb41cb5d700, query id 2940137808 192.168.177.232 uuuuuuu
---TRANSACTION 814538590756, not started
MySQL thread id 7169, OS thread handle 0x7fb41cf62700, query id 2940101350 192.168.177.232 uuuuuuu
---TRANSACTION 814538701739, not started
MySQL thread id 7185, OS thread handle 0x7fb41d367700, query id 2940131668 192.168.177.232 uuuuuuu
---TRANSACTION 814538715037, not started
MySQL thread id 7160, OS thread handle 0x7fb41d11b700, query id 2940145037 192.168.167.129 uuuuuuu
---TRANSACTION 814538680245, not started
MySQL thread id 7154, OS thread handle 0x7fb41d210700, query id 2940111561 192.168.167.129 uuuuuuu
---TRANSACTION 814538670456, not started
MySQL thread id 7171, OS thread handle 0x7fb41cf31700, query id 2940102092 192.168.222.58 uuuuuuu
---TRANSACTION 814538724561, not started
MySQL thread id 7165, OS thread handle 0x7fb41d026700, query id 2940154258 192.168.167.58 uuuuuuu
---TRANSACTION 814538601079, not started
MySQL thread id 7155, OS thread handle 0x7fb41d6d9700, query id 2940113167 192.168.211.62 uuuuuuu
---TRANSACTION 814538707518, not started
MySQL thread id 7134, OS thread handle 0x7fb41d551700, query id 2940137463 192.168.222.58 uuuuuuu
---TRANSACTION 814538728583, not started
MySQL thread id 7133, OS thread handle 0x7fb41d582700, query id 2940157915 192.168.167.129 uuuuuuu
---TRANSACTION 814538724824, not started
MySQL thread id 7139, OS thread handle 0x7fb420951700, query id 2940154485 192.168.213.30 uuuuuuu
---TRANSACTION 814538559184, not started
MySQL thread id 1700, OS thread handle 0x7fb494149700, query id 2940074714 192.168.163.136 uuuuuuu
---TRANSACTION 814538695590, not started
MySQL thread id 7116, OS thread handle 0x7fb447bff700, query id 2940125575 192.168.213.30 uuuuuuu
---TRANSACTION 814538723778, not started
MySQL thread id 7113, OS thread handle 0x7fb41ec5c700, query id 2940153481 192.168.177.232 uuuuuuu
---TRANSACTION 814538706716, not started
MySQL thread id 7112, OS thread handle 0x7fb41ee77700, query id 2940136636 192.168.167.58 uuuuuuu
---TRANSACTION 814538681815, not started
MySQL thread id 7101, OS thread handle 0x7fb41ed51700, query id 2940113112 192.168.215.64 uuuuuuu
---TRANSACTION 814538612971, not started
MySQL thread id 7083, OS thread handle 0x7fb41ede4700, query id 2940123961 192.168.167.58 uuuuuuu
---TRANSACTION 814538717087, not started
MySQL thread id 7096, OS thread handle 0x7fb422de4700, query id 2940147046 192.168.210.67 uuuuuuu
---TRANSACTION 814538668297, not started
MySQL thread id 7085, OS thread handle 0x7fb42005c700, query id 2940099739 192.168.177.232 uuuuuuu
---TRANSACTION 814538694894, not started
MySQL thread id 7079, OS thread handle 0x7fb41ee46700, query id 2940124928 192.168.213.4 uuuuuuu
---TRANSACTION 814538725159, not started
MySQL thread id 7073, OS thread handle 0x7fb41ef3b700, query id 2940154800 192.168.163.136 uuuuuuu
---TRANSACTION 814538668004, not started
MySQL thread id 7039, OS thread handle 0x7fb43b9b3700, query id 2940099418 192.168.210.67 uuuuuuu
---TRANSACTION 814538692907, not started
MySQL thread id 7054, OS thread handle 0x7fb41fd1b700, query id 2940123150 192.168.213.4 uuuuuuu
---TRANSACTION 814538610925, not started
MySQL thread id 7057, OS thread handle 0x7fb41fcb9700, query id 2940124260 192.168.167.58 uuuuuuu
---TRANSACTION 814538694190, not started
MySQL thread id 7030, OS thread handle 0x7fb41ff67700, query id 2940124248 192.168.177.232 uuuuuuu
---TRANSACTION 814538727314, not started
MySQL thread id 7024, OS thread handle 0x7fb420920700, query id 2940156744 192.168.177.232 uuuuuuu
---TRANSACTION 814538729673, not started
MySQL thread id 7026, OS thread handle 0x7fb4200be700, query id 2940158958 192.168.167.129 uuuuuuu
---TRANSACTION 814538724423, not started
MySQL thread id 7029, OS thread handle 0x7fb41ff98700, query id 2940154129 192.168.213.4 uuuuuuu
---TRANSACTION 814538512957, not started
MySQL thread id 6987, OS thread handle 0x7fb42033b700, query id 2940108125 192.168.210.67 uuuuuuu
---TRANSACTION 814538692851, not started
MySQL thread id 1581, OS thread handle 0x7fb492400700, query id 2940123105 192.168.163.136 uuuuuuu
---TRANSACTION 814538721259, not started
MySQL thread id 7004, OS thread handle 0x7fb420151700, query id 2940150987 192.168.167.58 uuuuuuu
---TRANSACTION 814538723659, not started
MySQL thread id 1549, OS thread handle 0x7fb48f672700, query id 2940153350 192.168.163.136 uuuuuuu
---TRANSACTION 814538699637, not started
MySQL thread id 6935, OS thread handle 0x7fb429920700, query id 2940129472 192.168.167.58 uuuuuuu
---TRANSACTION 814538724716, not started
MySQL thread id 6931, OS thread handle 0x7fb43e646700, query id 2940154384 192.168.167.129 uuuuuuu
---TRANSACTION 814538720544, not started
MySQL thread id 6888, OS thread handle 0x7fb422cef700, query id 2940150343 192.168.210.67 uuuuuuu
---TRANSACTION 814538674950, not started
MySQL thread id 6900, OS thread handle 0x7fb421888700, query id 2940106312 192.168.163.136 uuuuuuu
---TRANSACTION 814538707776, not started
MySQL thread id 6909, OS thread handle 0x7fb421731700, query id 2940137750 192.168.167.58 uuuuuuu
---TRANSACTION 814538680683, not started
MySQL thread id 6899, OS thread handle 0x7fb4218b9700, query id 2940111984 192.168.221.175 uuuuuuu
---TRANSACTION 814538725964, not started
MySQL thread id 1508, OS thread handle 0x7fb491ed5700, query id 2940155511 192.168.163.136 uuuuuuu
---TRANSACTION 814538611049, not started
MySQL thread id 1421, OS thread handle 0x7fb49046b700, query id 2940124767 192.168.163.136 uuuuuuu
---TRANSACTION 814538687152, not started
MySQL thread id 6843, OS thread handle 0x7fb421f9d700, query id 2940118200 192.168.177.232 uuuuuuu
---TRANSACTION 814538708977, not started
MySQL thread id 6831, OS thread handle 0x7fb422c8d700, query id 2940138988 192.168.211.62 uuuuuuu
---TRANSACTION 814538733996, not started
MySQL thread id 6811, OS thread handle 0x7fb42c2d4700, query id 2940163127 192.168.177.232 uuuuuuu
---TRANSACTION 814538723584, not started
MySQL thread id 6802, OS thread handle 0x7fb422fff700, query id 2940153270 192.168.211.62 uuuuuuu
---TRANSACTION 814538679442, not started
MySQL thread id 6801, OS thread handle 0x7fb425057700, query id 2940110778 192.168.163.136 uuuuuuu
---TRANSACTION 814538293563, not started
MySQL thread id 6790, OS thread handle 0x7fb4250ea700, query id 2940036555 192.168.210.67 uuuuuuu
---TRANSACTION 814538628666, not started
MySQL thread id 6771, OS thread handle 0x7fb4252a3700, query id 2940064397 192.168.211.62 uuuuuuu
---TRANSACTION 814538694323, not started
MySQL thread id 6780, OS thread handle 0x7fb42545c700, query id 2940124377 192.168.167.58 uuuuuuu
---TRANSACTION 814538706110, not started
MySQL thread id 6769, OS thread handle 0x7fb425305700, query id 2940136067 192.168.163.136 uuuuuuu
---TRANSACTION 814538709018, not started
MySQL thread id 6778, OS thread handle 0x7fb4257ff700, query id 2940139031 192.168.222.58 uuuuuuu
---TRANSACTION 814538476617, not started
MySQL thread id 6760, OS thread handle 0x7fb42670a700, query id 2939926494 192.168.210.67 uuuuuuu
---TRANSACTION 814538631952, not started
MySQL thread id 6757, OS thread handle 0x7fb43151b700, query id 2940067475 192.168.186.184 uuuuuuu
---TRANSACTION 814538668960, not started
MySQL thread id 6741, OS thread handle 0x7fb426520700, query id 2940100507 192.168.217.71 uuuuuuu
---TRANSACTION 814538643318, not started
MySQL thread id 6724, OS thread handle 0x7fb4256a8700, query id 2940077680 192.168.210.67 uuuuuuu
---TRANSACTION 814538730386, not started
MySQL thread id 6702, OS thread handle 0x7fb4264ef700, query id 2940159635 192.168.213.30 uuuuuuu
---TRANSACTION 814538702568, not started
MySQL thread id 6709, OS thread handle 0x7fb429a77700, query id 2940132533 192.168.213.30 uuuuuuu
---TRANSACTION 814538704368, not started
MySQL thread id 6705, OS thread handle 0x7fb42c088700, query id 2940134370 192.168.222.58 uuuuuuu
---TRANSACTION 814538678777, not started
MySQL thread id 6611, OS thread handle 0x7fb427e10700, query id 2940110099 192.168.167.58 uuuuuuu
---TRANSACTION 814538704023, not started
MySQL thread id 6668, OS thread handle 0x7fb4571e4700, query id 2940134018 192.168.167.58 uuuuuuu
---TRANSACTION 814538733628, not started
MySQL thread id 6644, OS thread handle 0x7fb4272a8700, query id 2940162772 192.168.213.4 uuuuuuu
---TRANSACTION 814538586776, not started
MySQL thread id 6638, OS thread handle 0x7fb4272d9700, query id 2940165543 192.168.186.184 uuuuuuu
---TRANSACTION 814538724901, not started
MySQL thread id 6671, OS thread handle 0x7fb42805c700, query id 2940154557 192.168.177.232 uuuuuuu
---TRANSACTION 814538597081, not started
MySQL thread id 6573, OS thread handle 0x7fb42a798700, query id 2940036073 192.168.215.64 uuuuuuu
---TRANSACTION 814538689893, not started
MySQL thread id 6669, OS thread handle 0x7fb427ed4700, query id 2940120470 192.168.177.232 uuuuuuu
---TRANSACTION 814538736496, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 6680, OS thread handle 0x7fb42705c700, query id 2940165561 192.168.218.166 uuuuuuu statistics
SELECT * FROM `xxxxxx_event` WHERE `id` = '81734210' LIMIT 1
---TRANSACTION 814538704418, not started
MySQL thread id 6694, OS thread handle 0x7fb426646700, query id 2940134412 192.168.221.175 uuuuuuu
---TRANSACTION 814538642987, not started
MySQL thread id 6686, OS thread handle 0x7fb42676c700, query id 2940146292 192.168.213.4 uuuuuuu
---TRANSACTION 814538588200, not started
MySQL thread id 6623, OS thread handle 0x7fb439f36700, query id 2940028301 192.168.210.67 uuuuuuu
---TRANSACTION 814538559283, not started
MySQL thread id 6661, OS thread handle 0x7fb427182700, query id 2940145795 192.168.213.30 uuuuuuu
---TRANSACTION 814538640497, not started
MySQL thread id 6645, OS thread handle 0x7fb42836c700, query id 2940140490 192.168.215.64 uuuuuuu
---TRANSACTION 814538692252, not started
MySQL thread id 6571, OS thread handle 0x7fb42abff700, query id 2940122584 192.168.162.201 uuuuuuu
---TRANSACTION 814538680602, not started
MySQL thread id 6610, OS thread handle 0x7fb427e41700, query id 2940111906 192.168.177.232 uuuuuuu
---TRANSACTION 814538699084, not started
MySQL thread id 6592, OS thread handle 0x7fb428182700, query id 2940128879 192.168.211.62 uuuuuuu
---TRANSACTION 814538736077, not started
MySQL thread id 6595, OS thread handle 0x7fb4280ef700, query id 2940165127 192.168.222.58 uuuuuuu
---TRANSACTION 814538698189, not started
MySQL thread id 6591, OS thread handle 0x7fb4281b3700, query id 2940128017 192.168.210.67 uuuuuuu
---TRANSACTION 814538689087, not started
MySQL thread id 6588, OS thread handle 0x7fb428246700, query id 2940119830 192.168.177.232 uuuuuuu
---TRANSACTION 814538724435, not started
MySQL thread id 6583, OS thread handle 0x7fb42833b700, query id 2940154136 192.168.221.175 uuuuuuu
---TRANSACTION 814538589942, not started
MySQL thread id 1335, OS thread handle 0x7fb4910dc700, query id 2940102106 192.168.163.136 uuuuuuu
---TRANSACTION 814538606370, not started
MySQL thread id 6564, OS thread handle 0x7fb42a8ef700, query id 2940120949 192.168.186.184 uuuuuuu
---TRANSACTION 814538693740, not started
MySQL thread id 6570, OS thread handle 0x7fb42988d700, query id 2940123852 192.168.162.201 uuuuuuu
---TRANSACTION 814538695502, not started
MySQL thread id 1248, OS thread handle 0x7fb4917f1700, query id 2940125494 192.168.162.201 uuuuuuu
---TRANSACTION 814538733252, not started
MySQL thread id 1247, OS thread handle 0x7fb491822700, query id 2940162379 192.168.162.201 uuuuuuu
---TRANSACTION 814538706765, not started
MySQL thread id 6552, OS thread handle 0x7fb4981ca700, query id 2940136700 192.168.162.201 uuuuuuu
---TRANSACTION 814538723911, not started
MySQL thread id 6559, OS thread handle 0x7fb4299e4700, query id 2940153624 192.168.167.58 uuuuuuu
---TRANSACTION 814538701861, not started
MySQL thread id 6493, OS thread handle 0x7fb42b9e4700, query id 2940131784 192.168.162.201 uuuuuuu
---TRANSACTION 814538731825, not started
MySQL thread id 6520, OS thread handle 0x7fb42a610700, query id 2940160993 192.168.186.184 uuuuuuu
---TRANSACTION 814538504163, not started
MySQL thread id 6536, OS thread handle 0x7fb42d677700, query id 2940102741 192.168.210.67 uuuuuuu
---TRANSACTION 814538670147, not started
MySQL thread id 6521, OS thread handle 0x7fb42a5df700, query id 2940101770 192.168.186.184 uuuuuuu
---TRANSACTION 814538723745, not started
MySQL thread id 6517, OS thread handle 0x7fb42a672700, query id 2940153442 192.168.167.129 uuuuuuu
---TRANSACTION 814538719017, not started
MySQL thread id 6497, OS thread handle 0x7fb42a7c9700, query id 2940148898 192.168.167.129 uuuuuuu
---TRANSACTION 814538699873, not started
MySQL thread id 6523, OS thread handle 0x7fb42c73b700, query id 2940129684 192.168.167.58 uuuuuuu
---TRANSACTION 814538701826, not started
MySQL thread id 1171, OS thread handle 0x7fb4925b9700, query id 2940131630 192.168.163.136 uuuuuuu
---TRANSACTION 814538726786, not started
MySQL thread id 6449, OS thread handle 0x7fb432f6c700, query id 2940156263 192.168.211.62 uuuuuuu
---TRANSACTION 814538697972, not started
MySQL thread id 6426, OS thread handle 0x7fb42ba77700, query id 2940127797 192.168.195.113 uuuuuuu
---TRANSACTION 814538722064, not started
MySQL thread id 6419, OS thread handle 0x7fb42bb9d700, query id 2940151831 192.168.167.58 uuuuuuu
---TRANSACTION 814538703584, not started
MySQL thread id 6405, OS thread handle 0x7fb42c1ae700, query id 2940133589 192.168.211.62 uuuuuuu
---TRANSACTION 814538668349, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 1125, OS thread handle 0x7fb494459700, query id 2940165663 192.168.163.136 uuuuuuu Sending data
SELECT * FROM `race` WHERE `sport_id` = 1 AND `time_status` = 1 AND `time` > 1570677002 AND `time` < 1570849802
---TRANSACTION 814538590669, not started
MySQL thread id 6365, OS thread handle 0x7fb42c4be700, query id 2940103054 192.168.186.184 uuuuuuu
---TRANSACTION 814538720092, not started
MySQL thread id 6369, OS thread handle 0x7fb42d4be700, query id 2940149942 192.168.211.62 uuuuuuu
---TRANSACTION 814538581892, not started
MySQL thread id 6368, OS thread handle 0x7fb436de4700, query id 2940103009 192.168.222.58 uuuuuuu
---TRANSACTION 814538551628, not started
MySQL thread id 6347, OS thread handle 0x7fb42c76c700, query id 2939995233 192.168.210.67 uuuuuuu
---TRANSACTION 814538682605, not started
MySQL thread id 6372, OS thread handle 0x7fb4390ef700, query id 2940113908 192.168.213.4 uuuuuuu
---TRANSACTION 814538731392, not started
MySQL thread id 1006, OS thread handle 0x7fb493071700, query id 2940160581 192.168.162.201 uuuuuuu
---TRANSACTION 814538720746, not started
MySQL thread id 6345, OS thread handle 0x7fb431610700, query id 2940150526 192.168.213.30 uuuuuuu
---TRANSACTION 814538704436, not started
MySQL thread id 6331, OS thread handle 0x7fb42d551700, query id 2940133234 192.168.221.175 uuuuuuu
---TRANSACTION 814538703946, not started
MySQL thread id 6330, OS thread handle 0x7fb431641700, query id 2940133951 192.168.186.184 uuuuuuu
---TRANSACTION 814538674794, not started
MySQL thread id 6299, OS thread handle 0x7fb42dcbe700, query id 2940106139 192.168.186.184 uuuuuuu
---TRANSACTION 814538669658, not started
MySQL thread id 6309, OS thread handle 0x7fb431920700, query id 2940101231 192.168.221.175 uuuuuuu
---TRANSACTION 814538725032, not started
MySQL thread id 876, OS thread handle 0x7fb494085700, query id 2940154683 192.168.163.136 uuuuuuu
---TRANSACTION 814538725627, not started
MySQL thread id 6280, OS thread handle 0x7fb430551700, query id 2940155224 192.168.217.71 uuuuuuu
---TRANSACTION 814538723516, not started
MySQL thread id 6268, OS thread handle 0x7fb42dfff700, query id 2940153200 192.168.211.62 uuuuuuu
---TRANSACTION 814538669068, not started
MySQL thread id 6262, OS thread handle 0x7fb432120700, query id 2940100630 192.168.215.64 uuuuuuu
---TRANSACTION 814538720736, not started
MySQL thread id 6239, OS thread handle 0x7fb42f9b3700, query id 2940150518 192.168.211.62 uuuuuuu
---TRANSACTION 814538701909, not started
MySQL thread id 6236, OS thread handle 0x7fb42fa46700, query id 2940131831 192.168.186.184 uuuuuuu
---TRANSACTION 814538670753, not started
MySQL thread id 6243, OS thread handle 0x7fb432182700, query id 2940102407 192.168.213.4 uuuuuuu
---TRANSACTION 814538734695, not started
MySQL thread id 6240, OS thread handle 0x7fb4316a3700, query id 2940163816 192.168.222.58 uuuuuuu
---TRANSACTION 814538605330, not started
MySQL thread id 6226, OS thread handle 0x7fb42fb3b700, query id 2940043201 192.168.217.71 uuuuuuu
---TRANSACTION 814538706586, not started
MySQL thread id 6218, OS thread handle 0x7fb43045c700, query id 2940136526 192.168.195.113 uuuuuuu
---TRANSACTION 814538676830, not started
MySQL thread id 6214, OS thread handle 0x7fb430520700, query id 2940108234 192.168.222.58 uuuuuuu
---TRANSACTION 814538636581, not started
MySQL thread id 6188, OS thread handle 0x7fb4314ea700, query id 2940137750 192.168.211.62 uuuuuuu
---TRANSACTION 814538734266, not started
MySQL thread id 6186, OS thread handle 0x7fb43154c700, query id 2940163395 192.168.222.58 uuuuuuu
---TRANSACTION 814538723786, not started
MySQL thread id 6182, OS thread handle 0x7fb439151700, query id 2940153491 192.168.186.184 uuuuuuu
---TRANSACTION 814538710689, not started
MySQL thread id 6192, OS thread handle 0x7fb431488700, query id 2940140740 192.168.177.232 uuuuuuu
---TRANSACTION 814538707655, not started
MySQL thread id 6168, OS thread handle 0x7fb43182b700, query id 2940137617 192.168.210.67 uuuuuuu
---TRANSACTION 814538718471, not started
MySQL thread id 6161, OS thread handle 0x7fb431982700, query id 2940148377 192.168.217.71 uuuuuuu
---TRANSACTION 814538674705, not started
MySQL thread id 6148, OS thread handle 0x7fb431ad9700, query id 2940106038 192.168.211.62 uuuuuuu
---TRANSACTION 814538699799, not started
MySQL thread id 6151, OS thread handle 0x7fb431a77700, query id 2940129662 192.168.213.4 uuuuuuu
---TRANSACTION 814538734956, not started
MySQL thread id 6149, OS thread handle 0x7fb431aa8700, query id 2940164068 192.168.222.58 uuuuuuu
---TRANSACTION 814538723838, not started
MySQL thread id 6154, OS thread handle 0x7fb4376a8700, query id 2940153551 192.168.195.113 uuuuuuu
---TRANSACTION 814538720612, not started
MySQL thread id 6131, OS thread handle 0x7fb43205c700, query id 2940150400 192.168.195.113 uuuuuuu
---TRANSACTION 814538689242, not started
MySQL thread id 6124, OS thread handle 0x7fb432151700, query id 2940119956 192.168.222.58 uuuuuuu
---TRANSACTION 814538724895, not started
MySQL thread id 6118, OS thread handle 0x7fb4321b3700, query id 2940154553 192.168.186.184 uuuuuuu
---TRANSACTION 814538618610, not started
MySQL thread id 6114, OS thread handle 0x7fb432277700, query id 2940055601 192.168.217.71 uuuuuuu
---TRANSACTION 814538698934, not started
MySQL thread id 6123, OS thread handle 0x7fb432de4700, query id 2940128734 192.168.211.62 uuuuuuu
---TRANSACTION 814538591307, not started
MySQL thread id 6126, OS thread handle 0x7fb43bb6c700, query id 2940103133 192.168.213.4 uuuuuuu
---TRANSACTION 814538318295, not started
MySQL thread id 6113, OS thread handle 0x7fb432e15700, query id 2940059752 192.168.210.67 uuuuuuu
---TRANSACTION 814538669898, not started
MySQL thread id 6103, OS thread handle 0x7fb43236c700, query id 2940101484 192.168.211.62 uuuuuuu
---TRANSACTION 814538700551, not started
MySQL thread id 6098, OS thread handle 0x7fb432c5c700, query id 2940130429 192.168.164.15 uuuuuuu
---TRANSACTION 814538676864, not started
MySQL thread id 6102, OS thread handle 0x7fb43239d700, query id 2940108265 192.168.213.4 uuuuuuu
---TRANSACTION 814538701126, not started
MySQL thread id 6097, OS thread handle 0x7fb432c8d700, query id 2940131030 192.168.186.184 uuuuuuu
---TRANSACTION 814538716899, not started
MySQL thread id 6078, OS thread handle 0x7fb432f3b700, query id 2940146848 192.168.213.4 uuuuuuu
---TRANSACTION 814538709515, not started
MySQL thread id 6083, OS thread handle 0x7fb435ea8700, query id 2940139545 192.168.177.232 uuuuuuu
---TRANSACTION 814538606056, not started
MySQL thread id 6074, OS thread handle 0x7fb438457700, query id 2940043855 192.168.222.58 uuuuuuu
---TRANSACTION 814538669011, not started
MySQL thread id 6050, OS thread handle 0x7fb435db3700, query id 2940163713 192.168.211.62 uuuuuuu
---TRANSACTION 814538531559, not started
MySQL thread id 6052, OS thread handle 0x7fb435d51700, query id 2940127193 192.168.213.4 uuuuuuu
---TRANSACTION 814538670887, not started
MySQL thread id 6033, OS thread handle 0x7fb435f6c700, query id 2940102537 192.168.177.232 uuuuuuu
---TRANSACTION 814538626570, not started
MySQL thread id 6028, OS thread handle 0x7fb436888700, query id 2940130406 192.168.213.4 uuuuuuu
---TRANSACTION 814538668293, not started
MySQL thread id 6026, OS thread handle 0x7fb4368ea700, query id 2940099736 192.168.167.129 uuuuuuu
---TRANSACTION 814538598344, not started
MySQL thread id 6006, OS thread handle 0x7fb436b05700, query id 2940107037 192.168.177.232 uuuuuuu
---TRANSACTION 814538702971, not started
MySQL thread id 6002, OS thread handle 0x7fb436bc9700, query id 2940132932 192.168.213.4 uuuuuuu
---TRANSACTION 814538521497, not started
MySQL thread id 6010, OS thread handle 0x7fb436a41700, query id 2939967539 192.168.217.71 uuuuuuu
---TRANSACTION 814538703680, not started
MySQL thread id 6014, OS thread handle 0x7fb436a10700, query id 2940133656 192.168.210.67 uuuuuuu
---TRANSACTION 814538721632, not started
MySQL thread id 6024, OS thread handle 0x7fb436cbe700, query id 2940151389 192.168.211.62 uuuuuuu
---TRANSACTION 814538589635, not started
MySQL thread id 5967, OS thread handle 0x7fb436cef700, query id 2940029605 192.168.217.71 uuuuuuu
---TRANSACTION 814538726280, not started
MySQL thread id 6018, OS thread handle 0x7fb43748d700, query id 2940155790 192.168.215.64 uuuuuuu
---TRANSACTION 814538675681, not started
MySQL thread id 5999, OS thread handle 0x7fb436fce700, query id 2940106976 192.168.222.58 uuuuuuu
---TRANSACTION 814538722860, not started
MySQL thread id 5974, OS thread handle 0x7fb43dc52700, query id 2940152560 192.168.213.4 uuuuuuu
---TRANSACTION 814538677247, not started
MySQL thread id 5981, OS thread handle 0x7fb4374be700, query id 2940108637 192.168.177.232 uuuuuuu
---TRANSACTION 814538694155, not started
MySQL thread id 5952, OS thread handle 0x7fb439cb9700, query id 2940124216 192.168.211.62 uuuuuuu
---TRANSACTION 814538701234, not started
MySQL thread id 5958, OS thread handle 0x7fb436e15700, query id 2940131146 192.168.213.4 uuuuuuu
---TRANSACTION 814538678873, not started
MySQL thread id 5963, OS thread handle 0x7fb436d82700, query id 2940110213 192.168.177.232 uuuuuuu
---TRANSACTION 814538724437, not started
MySQL thread id 5951, OS thread handle 0x7fb436ed9700, query id 2940154115 192.168.167.129 uuuuuuu
---TRANSACTION 814538614992, not started
MySQL thread id 5956, OS thread handle 0x7fb4384ea700, query id 2940052334 192.168.213.4 uuuuuuu
---TRANSACTION 814538691611, not started
MySQL thread id 5815, OS thread handle 0x7fb439c57700, query id 2940121973 192.168.167.58 uuuuuuu
---TRANSACTION 814538726225, not started
MySQL thread id 5806, OS thread handle 0x7fb439e10700, query id 2940155743 192.168.164.15 uuuuuuu
---TRANSACTION 814538696950, not started
MySQL thread id 5775, OS thread handle 0x7fb43d973700, query id 2940126841 192.168.164.15 uuuuuuu
---TRANSACTION 814538701080, not started
MySQL thread id 5837, OS thread handle 0x7fb43e1df700, query id 2940130989 192.168.164.15 uuuuuuu
---TRANSACTION 814538727901, not started
MySQL thread id 5884, OS thread handle 0x7fb43d2d9700, query id 2940157278 192.168.222.58 uuuuuuu
---TRANSACTION 814538600538, not started
MySQL thread id 5810, OS thread handle 0x7fb439d4c700, query id 2940115227 192.168.162.201 uuuuuuu
---TRANSACTION 814538704051, not started
MySQL thread id 5881, OS thread handle 0x7fb43e1ae700, query id 2940133235 192.168.221.175 uuuuuuu
---TRANSACTION 814538707961, not started
MySQL thread id 5838, OS thread handle 0x7fb4391b3700, query id 2940137833 192.168.162.201 uuuuuuu
---TRANSACTION 814538686498, not started
MySQL thread id 5910, OS thread handle 0x7fb439f05700, query id 2940117612 192.168.222.58 uuuuuuu
---TRANSACTION 814538705892, not started
MySQL thread id 5889, OS thread handle 0x7fb438705700, query id 2940135849 192.168.213.30 uuuuuuu
---TRANSACTION 814538681895, not started
MySQL thread id 5917, OS thread handle 0x7fb437615700, query id 2940113194 192.168.162.201 uuuuuuu
---TRANSACTION 814538722983, not started
MySQL thread id 5772, OS thread handle 0x7fb43a05c700, query id 2940152672 192.168.167.58 uuuuuuu
---TRANSACTION 814538706616, not started
MySQL thread id 5790, OS thread handle 0x7fb43b646700, query id 2940136550 192.168.164.15 uuuuuuu
---TRANSACTION 814538702850, not started
MySQL thread id 5820, OS thread handle 0x7fb43936c700, query id 2940132833 192.168.163.136 uuuuuuu
---TRANSACTION 814538607702, not started
MySQL thread id 5811, OS thread handle 0x7fb439d1b700, query id 2940121676 192.168.162.201 uuuuuuu
---TRANSACTION 814538509403, not started
MySQL thread id 5744, OS thread handle 0x7fb43b551700, query id 2940103040 192.168.195.113 uuuuuuu
---TRANSACTION 814538674934, not started
MySQL thread id 5731, OS thread handle 0x7fb43b798700, query id 2940106294 192.168.221.175 uuuuuuu
---TRANSACTION 814538698812, not started
MySQL thread id 5708, OS thread handle 0x7fb485fce700, query id 2940128617 192.168.221.175 uuuuuuu
---TRANSACTION 814538682116, not started
MySQL thread id 5735, OS thread handle 0x7fb43b6a8700, query id 2940113411 192.168.167.58 uuuuuuu
---TRANSACTION 814538725652, not started
MySQL thread id 5742, OS thread handle 0x7fb43ba46700, query id 2940155247 192.168.162.201 uuuuuuu
---TRANSACTION 814538605282, not started
MySQL thread id 5574, OS thread handle 0x7fb43e305700, query id 2940122383 192.168.195.113 uuuuuuu
---TRANSACTION 814538721754, not started
MySQL thread id 5640, OS thread handle 0x7fb43d277700, query id 2940151523 192.168.186.184 uuuuuuu
---TRANSACTION 814538604506, not started
MySQL thread id 5750, OS thread handle 0x7fb43a3ff700, query id 2940042464 192.168.210.67 uuuuuuu
---TRANSACTION 814538703715, not started
MySQL thread id 5660, OS thread handle 0x7fb43cea3700, query id 2940133716 192.168.162.201 uuuuuuu
---TRANSACTION 814538650420, not started
MySQL thread id 5619, OS thread handle 0x7fb43da99700, query id 2940083687 192.168.167.58 uuuuuuu
---TRANSACTION 814538721347, not started
MySQL thread id 5592, OS thread handle 0x7fb43df93700, query id 2940151079 192.168.164.15 uuuuuuu
---TRANSACTION 814538614396, not started
MySQL thread id 5695, OS thread handle 0x7fb43cc88700, query id 2940051789 192.168.210.67 uuuuuuu
---TRANSACTION 814538693320, not started
MySQL thread id 5693, OS thread handle 0x7fb43e79d700, query id 2940123503 192.168.164.15 uuuuuuu
---TRANSACTION 814538690232, not started
MySQL thread id 5575, OS thread handle 0x7fb43e2d4700, query id 2940120782 192.168.186.184 uuuuuuu
---TRANSACTION 814538559744, not started
MySQL thread id 5571, OS thread handle 0x7fb43e398700, query id 2940002621 192.168.210.67 uuuuuuu
---TRANSACTION 814538693681, not started
MySQL thread id 5692, OS thread handle 0x7fb43e17d700, query id 2940123804 192.168.186.184 uuuuuuu
---TRANSACTION 814538676781, not started
MySQL thread id 5586, OS thread handle 0x7fb43e0b9700, query id 2940108193 192.168.167.129 uuuuuuu
---TRANSACTION 814538718021, not started
MySQL thread id 5604, OS thread handle 0x7fb43dd47700, query id 2940147931 192.168.167.129 uuuuuuu
---TRANSACTION 814538597363, not started
MySQL thread id 5537, OS thread handle 0x7fb43ee46700, query id 2940106360 192.168.167.129 uuuuuuu
---TRANSACTION 814538620832, not started
MySQL thread id 5525, OS thread handle 0x7fb43ef6c700, query id 2940057456 192.168.162.201 uuuuuuu
---TRANSACTION 814538669064, not started
MySQL thread id 5489, OS thread handle 0x7fb4404be700, query id 2940100626 192.168.164.15 uuuuuuu
---TRANSACTION 814538736052, not started
MySQL thread id 5486, OS thread handle 0x7fb440520700, query id 2940165104 192.168.162.201 uuuuuuu
---TRANSACTION 814538724285, not started
MySQL thread id 5487, OS thread handle 0x7fb440646700, query id 2940153979 192.168.215.64 uuuuuuu
---TRANSACTION 814538719635, not started
MySQL thread id 5481, OS thread handle 0x7fb4432d9700, query id 2940149499 192.168.210.67 uuuuuuu
---TRANSACTION 814538499653, not started
MySQL thread id 5478, OS thread handle 0x7fb44105c700, query id 2940098828 192.168.208.172 uuuuuuu
---TRANSACTION 814538704191, not started
MySQL thread id 5473, OS thread handle 0x7fb4411e4700, query id 2940134197 192.168.195.113 uuuuuuu
---TRANSACTION 814538675527, not started
MySQL thread id 5454, OS thread handle 0x7fb44aa77700, query id 2940106913 192.168.162.201 uuuuuuu
---TRANSACTION 814538684728, not started
MySQL thread id 5453, OS thread handle 0x7fb44076c700, query id 2940115960 192.168.162.201 uuuuuuu
---TRANSACTION 814538706630, not started
MySQL thread id 5440, OS thread handle 0x7fb441120700, query id 2940136567 192.168.221.175 uuuuuuu
---TRANSACTION 814538669906, not started
MySQL thread id 5435, OS thread handle 0x7fb441215700, query id 2940101492 192.168.164.15 uuuuuuu
---TRANSACTION 814538678970, not started
MySQL thread id 5434, OS thread handle 0x7fb441246700, query id 2940110324 192.168.164.15 uuuuuuu
---TRANSACTION 814538674775, not started
MySQL thread id 5428, OS thread handle 0x7fb4450ef700, query id 2940106112 192.168.167.58 uuuuuuu
---TRANSACTION 814538693526, not started
MySQL thread id 5416, OS thread handle 0x7fb441951700, query id 2940123673 192.168.167.129 uuuuuuu
---TRANSACTION 814538671318, not started
MySQL thread id 5364, OS thread handle 0x7fb442e10700, query id 2940102946 192.168.167.129 uuuuuuu
---TRANSACTION 814538701079, not started
MySQL thread id 5377, OS thread handle 0x7fb446cef700, query id 2940130939 192.168.215.64 uuuuuuu
---TRANSACTION 814538603612, not started
MySQL thread id 5383, OS thread handle 0x7fb441a77700, query id 2940041657 192.168.222.58 uuuuuuu
---TRANSACTION 814538700100, not started
MySQL thread id 5353, OS thread handle 0x7fb44333b700, query id 2940129964 192.168.164.15 uuuuuuu
---TRANSACTION 814538645111, not started
MySQL thread id 5378, OS thread handle 0x7fb44b182700, query id 2940148388 192.168.164.15 uuuuuuu
---TRANSACTION 814538716809, not started
MySQL thread id 5376, OS thread handle 0x7fb442ea3700, query id 2940146752 192.168.162.201 uuuuuuu
---TRANSACTION 814538589464, not started
MySQL thread id 5339, OS thread handle 0x7fb44276c700, query id 2940103008 192.168.167.129 uuuuuuu
---TRANSACTION 814538714195, not started
MySQL thread id 5343, OS thread handle 0x7fb4426a8700, query id 2940144192 192.168.210.67 uuuuuuu
---TRANSACTION 814538605521, not started
MySQL thread id 5323, OS thread handle 0x7fb442dae700, query id 2940043372 192.168.162.201 uuuuuuu
---TRANSACTION 814538670284, not started
MySQL thread id 5310, OS thread handle 0x7fb442fc9700, query id 2940101903 192.168.195.113 uuuuuuu
---TRANSACTION 814538688560, not started
MySQL thread id 5306, OS thread handle 0x7fb44308d700, query id 2940119397 192.168.222.58 uuuuuuu
---TRANSACTION 814538574356, not started
MySQL thread id 5297, OS thread handle 0x7fb444ada700, query id 2940153095 192.168.162.201 uuuuuuu
---TRANSACTION 814538583434, not started
MySQL thread id 5291, OS thread handle 0x7fb44330a700, query id 2940024018 192.168.210.67 uuuuuuu
---TRANSACTION 814538721898, not started
MySQL thread id 5280, OS thread handle 0x7fb48d214700, query id 2940151676 192.168.167.129 uuuuuuu
---TRANSACTION 814538695108, not started
MySQL thread id 5279, OS thread handle 0x7fb44488e700, query id 2940125139 192.168.222.58 uuuuuuu
---TRANSACTION 814538591912, not started
MySQL thread id 5269, OS thread handle 0x7fb444921700, query id 2940031666 192.168.162.201 uuuuuuu
---TRANSACTION 814538683649, not started
MySQL thread id 5259, OS thread handle 0x7fb44833b700, query id 2940114914 192.168.162.201 uuuuuuu
---TRANSACTION 814538670512, not started
MySQL thread id 5250, OS thread handle 0x7fb444aa9700, query id 2940102154 192.168.195.113 uuuuuuu
---TRANSACTION 814538638669, not started
MySQL thread id 5237, OS thread handle 0x7fb4450be700, query id 2940137627 192.168.162.201 uuuuuuu
---TRANSACTION 814538710531, not started
MySQL thread id 5244, OS thread handle 0x7fb444bff700, query id 2940140576 192.168.167.129 uuuuuuu
---TRANSACTION 814538723530, not started
MySQL thread id 5243, OS thread handle 0x7fb446fce700, query id 2940153215 192.168.222.58 uuuuuuu
---TRANSACTION 814538634764, not started
MySQL thread id 5231, OS thread handle 0x7fb446151700, query id 2940070127 192.168.210.67 uuuuuuu
---TRANSACTION 814538703084, not started
MySQL thread id 5161, OS thread handle 0x7fb44633b700, query id 2940133088 192.168.167.129 uuuuuuu
---TRANSACTION 814538675263, not started
MySQL thread id 5130, OS thread handle 0x7fb44830a700, query id 2940106645 192.168.195.113 uuuuuuu
---TRANSACTION 814538558941, not started
MySQL thread id 5136, OS thread handle 0x7fb4483ff700, query id 2940001836 192.168.210.67 uuuuuuu
---TRANSACTION 814538702297, not started
MySQL thread id 5080, OS thread handle 0x7fb448120700, query id 2940132252 192.168.162.201 uuuuuuu
---TRANSACTION 814538668342, not started
MySQL thread id 5036, OS thread handle 0x7fb448b3b700, query id 2940099796 192.168.221.175 uuuuuuu
---TRANSACTION 814538674555, not started
MySQL thread id 5105, OS thread handle 0x7fb447b0a700, query id 2940105877 192.168.164.15 uuuuuuu
---TRANSACTION 814538683304, not started
MySQL thread id 5056, OS thread handle 0x7fb44839d700, query id 2940114574 192.168.167.129 uuuuuuu
---TRANSACTION 814538512466, not started
MySQL thread id 5049, OS thread handle 0x7fb4488ef700, query id 2940103061 192.168.163.136 uuuuuuu
---TRANSACTION 814538733309, not started
MySQL thread id 5047, OS thread handle 0x7fb448951700, query id 2940162435 192.168.186.184 uuuuuuu
---TRANSACTION 814538683557, not started
MySQL thread id 5072, OS thread handle 0x7fb4481e4700, query id 2940114815 192.168.163.136 uuuuuuu
---TRANSACTION 814538607359, not started
MySQL thread id 5035, OS thread handle 0x7fb448b6c700, query id 2940120660 192.168.167.129 uuuuuuu
---TRANSACTION 814538702662, not started
MySQL thread id 5034, OS thread handle 0x7fb448b9d700, query id 2940132638 192.168.162.201 uuuuuuu
---TRANSACTION 814538652217, not started
MySQL thread id 4972, OS thread handle 0x7fb473bce700, query id 2940149546 192.168.186.184 uuuuuuu
---TRANSACTION 814538685291, not started
MySQL thread id 4980, OS thread handle 0x7fb44b2d9700, query id 2940116515 192.168.217.71 uuuuuuu
---TRANSACTION 814538588639, not started
MySQL thread id 5026, OS thread handle 0x7fb44a85c700, query id 2940103094 192.168.195.113 uuuuuuu
---TRANSACTION 814538440477, not started
MySQL thread id 4984, OS thread handle 0x7fb44b215700, query id 2940106269 192.168.221.175 uuuuuuu
---TRANSACTION 814538679995, not started
MySQL thread id 4982, OS thread handle 0x7fb44b277700, query id 2940111287 192.168.163.136 uuuuuuu
---TRANSACTION 814538697225, not started
MySQL thread id 4967, OS thread handle 0x7fb44d215700, query id 2940127087 192.168.195.113 uuuuuuu
---TRANSACTION 814538665113, not started
MySQL thread id 4950, OS thread handle 0x7fb44b9e4700, query id 2940096762 192.168.195.113 uuuuuuu
---TRANSACTION 814538668298, not started
MySQL thread id 4933, OS thread handle 0x7fb44bb6c700, query id 2940161749 192.168.211.62 uuuuuuu
---TRANSACTION 814538723675, not started
MySQL thread id 4943, OS thread handle 0x7fb44d2d9700, query id 2940153363 192.168.213.30 uuuuuuu
---TRANSACTION 814538674492, not started
MySQL thread id 4898, OS thread handle 0x7fb44cbff700, query id 2940105809 192.168.164.15 uuuuuuu
---TRANSACTION 814538707164, not started
MySQL thread id 4910, OS thread handle 0x7fb44ca15700, query id 2940137113 192.168.162.201 uuuuuuu
---TRANSACTION 814538710078, not started
MySQL thread id 4895, OS thread handle 0x7fb44f88d700, query id 2940139826 192.168.221.175 uuuuuuu
---TRANSACTION 814538708028, not started
MySQL thread id 4905, OS thread handle 0x7fb44cad9700, query id 2940137991 192.168.164.15 uuuuuuu
---TRANSACTION 814538682406, not started
MySQL thread id 4896, OS thread handle 0x7fb44e73b700, query id 2940113723 192.168.208.172 uuuuuuu
---TRANSACTION 814538695440, not started
MySQL thread id 4891, OS thread handle 0x7fb44e45c700, query id 2940125434 192.168.186.184 uuuuuuu
---TRANSACTION 814538680143, not started
MySQL thread id 4858, OS thread handle 0x7fb44e1b3700, query id 2940111465 192.168.167.58 uuuuuuu
---TRANSACTION 814538726019, not started
MySQL thread id 4867, OS thread handle 0x7fb44e7ff700, query id 2940155564 192.168.162.201 uuuuuuu
---TRANSACTION 814538589290, not started
MySQL thread id 4855, OS thread handle 0x7fb44e5b3700, query id 2940101546 192.168.164.15 uuuuuuu
---TRANSACTION 814538729923, not started
MySQL thread id 4827, OS thread handle 0x7fb451677700, query id 2940159188 192.168.177.232 uuuuuuu
---TRANSACTION 814538724343, not started
MySQL thread id 4831, OS thread handle 0x7fb44e646700, query id 2940154036 192.168.186.184 uuuuuuu
---TRANSACTION 814538676248, not started
MySQL thread id 4813, OS thread handle 0x7fb4514be700, query id 2940107613 192.168.213.30 uuuuuuu
---TRANSACTION 814538691013, not started
MySQL thread id 4798, OS thread handle 0x7fb451cef700, query id 2940121434 192.168.167.58 uuuuuuu
---TRANSACTION 814538566992, not started
MySQL thread id 4777, OS thread handle 0x7fb451551700, query id 2940152790 192.168.186.184 uuuuuuu
---TRANSACTION 814538729492, not started
MySQL thread id 4768, OS thread handle 0x7fb454f0a700, query id 2940158769 192.168.186.184 uuuuuuu
---TRANSACTION 814538677000, not started
MySQL thread id 4759, OS thread handle 0x7fb458285700, query id 2940108395 192.168.221.175 uuuuuuu
---TRANSACTION 814538591132, not started
MySQL thread id 4774, OS thread handle 0x7fb458659700, query id 2940103001 192.168.215.64 uuuuuuu
---TRANSACTION 814538673583, not started
MySQL thread id 4773, OS thread handle 0x7fb454277700, query id 2940104961 192.168.215.64 uuuuuuu
---TRANSACTION 814538731453, not started
MySQL thread id 4745, OS thread handle 0x7fb45173b700, query id 2940161136 192.168.167.129 uuuuuuu
---TRANSACTION 814538694170, not started
MySQL thread id 4743, OS thread handle 0x7fb457d8b700, query id 2940124229 192.168.221.175 uuuuuuu
---TRANSACTION 814538734360, not started
MySQL thread id 4714, OS thread handle 0x7fb451ea8700, query id 2940163489 192.168.186.184 uuuuuuu
---TRANSACTION 814538674279, not started
MySQL thread id 4720, OS thread handle 0x7fb451d82700, query id 2940105606 192.168.211.62 uuuuuuu
---TRANSACTION 814538466619, not started
MySQL thread id 4721, OS thread handle 0x7fb452ad9700, query id 2939984277 192.168.167.129 uuuuuuu
---TRANSACTION 814538736247, not started
MySQL thread id 4739, OS thread handle 0x7fb452bce700, query id 2940165290 192.168.186.184 uuuuuuu
---TRANSACTION 814538683295, not started
MySQL thread id 4716, OS thread handle 0x7fb451e46700, query id 2940114560 192.168.221.175 uuuuuuu
---TRANSACTION 814538593130, not started
MySQL thread id 4708, OS thread handle 0x7fb454f6c700, query id 2940032657 192.168.195.113 uuuuuuu
---TRANSACTION 814538706561, not started
MySQL thread id 4698, OS thread handle 0x7fb454246700, query id 2940136504 192.168.167.58 uuuuuuu
---TRANSACTION 814538611622, not started
MySQL thread id 4688, OS thread handle 0x7fb452a46700, query id 2940049180 192.168.186.184 uuuuuuu
---TRANSACTION 814538627727, not started
MySQL thread id 4689, OS thread handle 0x7fb452a15700, query id 2940131320 192.168.164.15 uuuuuuu
---TRANSACTION 814538674861, not started
MySQL thread id 4675, OS thread handle 0x7fb455f3b700, query id 2940106208 192.168.195.113 uuuuuuu
---TRANSACTION 814538727062, not started
MySQL thread id 4674, OS thread handle 0x7fb48d865700, query id 2940156466 192.168.167.58 uuuuuuu
---TRANSACTION 814538507403, not started
MySQL thread id 4664, OS thread handle 0x7fb457dbc700, query id 2940101682 192.168.186.184 uuuuuuu
---TRANSACTION 814538723930, not started
MySQL thread id 4647, OS thread handle 0x7fb458ac0700, query id 2940153644 192.168.167.58 uuuuuuu
---TRANSACTION 814538702872, not started
MySQL thread id 4636, OS thread handle 0x7fb4543ce700, query id 2940132852 192.168.186.184 uuuuuuu
---TRANSACTION 814538702801, not started
MySQL thread id 4655, OS thread handle 0x7fb4541e4700, query id 2940132784 192.168.167.129 uuuuuuu
---TRANSACTION 814538706813, not started
MySQL thread id 4616, OS thread handle 0x7fb454e46700, query id 2940136753 192.168.186.184 uuuuuuu
---TRANSACTION 814538700803, not started
MySQL thread id 4575, OS thread handle 0x7fb455d51700, query id 2940130686 192.168.215.64 uuuuuuu
---TRANSACTION 814538674008, not started
MySQL thread id 4610, OS thread handle 0x7fb455c5c700, query id 2940105351 192.168.164.15 uuuuuuu
---TRANSACTION 814538603498, not started
MySQL thread id 4576, OS thread handle 0x7fb457fd7700, query id 2940113036 192.168.186.184 uuuuuuu
---TRANSACTION 814538675405, not started
MySQL thread id 4578, OS thread handle 0x7fb455cef700, query id 2940106788 192.168.186.184 uuuuuuu
---TRANSACTION 814538688209, not started
MySQL thread id 4547, OS thread handle 0x7fb45648d700, query id 2940119111 192.168.215.64 uuuuuuu
---TRANSACTION 814538299933, not started
MySQL thread id 4560, OS thread handle 0x7fb4597c4700, query id 2940121348 192.168.195.113 uuuuuuu
---TRANSACTION 814538705539, not started
MySQL thread id 4548, OS thread handle 0x7fb45645c700, query id 2940135521 192.168.186.184 uuuuuuu
---TRANSACTION 814538703382, not started
MySQL thread id 4527, OS thread handle 0x7fb458969700, query id 2940133411 192.168.195.113 uuuuuuu
---TRANSACTION 814538670037, not started
MySQL thread id 4501, OS thread handle 0x7fb456dae700, query id 2940101648 192.168.167.129 uuuuuuu
---TRANSACTION 814538702748, not started
MySQL thread id 4468, OS thread handle 0x7fb4570be700, query id 2940132710 192.168.162.201 uuuuuuu
---TRANSACTION 814538735508, not started
MySQL thread id 4474, OS thread handle 0x7fb456ffa700, query id 2940164592 192.168.167.129 uuuuuuu
---TRANSACTION 814538714740, not started
MySQL thread id 4456, OS thread handle 0x7fb45730a700, query id 2940144743 192.168.167.129 uuuuuuu
---TRANSACTION 814538685104, not started
MySQL thread id 4451, OS thread handle 0x7fb45739d700, query id 2940116334 192.168.195.113 uuuuuuu
---TRANSACTION 814538698900, not started
MySQL thread id 4444, OS thread handle 0x7fb459b36700, query id 2940128699 192.168.163.136 uuuuuuu
---TRANSACTION 814538674975, not started
MySQL thread id 4442, OS thread handle 0x7fb461cef700, query id 2940106340 192.168.164.15 uuuuuuu
---TRANSACTION 814538732732, not started
MySQL thread id 4441, OS thread handle 0x7fb458502700, query id 2940161858 192.168.186.184 uuuuuuu
---TRANSACTION 814538672489, not started
MySQL thread id 4422, OS thread handle 0x7fb459793700, query id 2940104012 192.168.195.113 uuuuuuu
---TRANSACTION 814538706752, not started
MySQL thread id 4411, OS thread handle 0x7fb4584d1700, query id 2940136678 192.168.186.184 uuuuuuu
---TRANSACTION 814538706646, not started
MySQL thread id 4410, OS thread handle 0x7fb457eb1700, query id 2940136580 192.168.162.201 uuuuuuu
---TRANSACTION 814538728758, not started
MySQL thread id 4425, OS thread handle 0x7fb45d305700, query id 2940158076 192.168.218.166 uuuuuuu
---TRANSACTION 814538684249, not started
MySQL thread id 4378, OS thread handle 0x7fb4597f5700, query id 2940115504 192.168.164.15 uuuuuuu
---TRANSACTION 814538695000, not started
MySQL thread id 4409, OS thread handle 0x7fb457ee2700, query id 2940125035 192.168.215.64 uuuuuuu
---TRANSACTION 814538730908, not started
MySQL thread id 4398, OS thread handle 0x7fb4580cc700, query id 2940160125 192.168.218.166 uuuuuuu
---TRANSACTION 814538651065, not started
MySQL thread id 4374, OS thread handle 0x7fb45846f700, query id 2940148373 192.168.162.201 uuuuuuu
---TRANSACTION 814538709303, not started
MySQL thread id 4392, OS thread handle 0x7fb4581c1700, query id 2940139326 192.168.186.184 uuuuuuu
---TRANSACTION 814538716700, not started
MySQL thread id 4358, OS thread handle 0x7fb459299700, query id 2940146650 192.168.195.113 uuuuuuu
---TRANSACTION 814538706908, not started
MySQL thread id 4344, OS thread handle 0x7fb4591a4700, query id 2940136854 192.168.162.201 uuuuuuu
---TRANSACTION 814538707962, not started
MySQL thread id 4310, OS thread handle 0x7fb459700700, query id 2940137836 192.168.164.15 uuuuuuu
---TRANSACTION 814538721592, not started
MySQL thread id 4349, OS thread handle 0x7fb45874e700, query id 2940151344 192.168.164.15 uuuuuuu
---TRANSACTION 814538652878, not started
MySQL thread id 4375, OS thread handle 0x7fb45843e700, query id 2940149858 192.168.186.184 uuuuuuu
---TRANSACTION 814538730227, not started
MySQL thread id 4323, OS thread handle 0x7fb459206700, query id 2940159483 192.168.162.201 uuuuuuu
---TRANSACTION 814538516797, not started
MySQL thread id 4335, OS thread handle 0x7fb458938700, query id 2940102992 192.168.162.201 uuuuuuu
---TRANSACTION 814538589863, not started
MySQL thread id 4333, OS thread handle 0x7fb45899a700, query id 2940102738 192.168.213.30 uuuuuuu
---TRANSACTION 814538716764, not started
MySQL thread id 4262, OS thread handle 0x7fb45938e700, query id 2940146702 192.168.215.64 uuuuuuu
---TRANSACTION 814538671230, not started
MySQL thread id 4297, OS thread handle 0x7fb458e94700, query id 2940102857 192.168.218.166 uuuuuuu
---TRANSACTION 814538480547, not started
MySQL thread id 4258, OS thread handle 0x7fb459421700, query id 2940078515 192.168.217.71 uuuuuuu
---TRANSACTION 814538544267, not started
MySQL thread id 4218, OS thread handle 0x7fb46333b700, query id 2939988520 192.168.215.64 uuuuuuu
---TRANSACTION 814538727047, not started
MySQL thread id 4245, OS thread handle 0x7fb45960b700, query id 2940156496 192.168.167.58 uuuuuuu
---TRANSACTION 814538698804, not started
MySQL thread id 4239, OS thread handle 0x7fb459731700, query id 2940128608 192.168.221.175 uuuuuuu
---TRANSACTION 814538696055, not started
MySQL thread id 4232, OS thread handle 0x7fb459857700, query id 2940126013 192.168.162.201 uuuuuuu
---TRANSACTION 814538668313, not started
MySQL thread id 4186, OS thread handle 0x7fb45c951700, query id 2940099761 192.168.162.201 uuuuuuu
---TRANSACTION 814538717680, not started
MySQL thread id 4173, OS thread handle 0x7fb45d4be700, query id 2940147570 192.168.164.15 uuuuuuu
---TRANSACTION 814538667179, not started
MySQL thread id 4185, OS thread handle 0x7fb459db3700, query id 2940156094 192.168.186.184 uuuuuuu
---TRANSACTION 814538733794, not started
MySQL thread id 4177, OS thread handle 0x7fb459e77700, query id 2940162931 192.168.167.129 uuuuuuu
---TRANSACTION 814538736499, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 4166, OS thread handle 0x7fb45d520700, query id 2940165569 192.168.213.4 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_18_7` WHERE `event_id` = '83343799' AND `add_time` >= 1570763392 ORDER BY `add_time` DESC
---TRANSACTION 814538588173, not started
MySQL thread id 4108, OS thread handle 0x7fb461de4700, query id 2940028280 192.168.208.172 uuuuuuu
---TRANSACTION 814538698232, not started
MySQL thread id 4129, OS thread handle 0x7fb45d0b9700, query id 2940128060 192.168.186.184 uuuuuuu
---TRANSACTION 814538611875, not started
MySQL thread id 4123, OS thread handle 0x7fb460ad9700, query id 2940124169 192.168.162.201 uuuuuuu
---TRANSACTION 814538675562, not started
MySQL thread id 4114, OS thread handle 0x7fb45d336700, query id 2940106953 192.168.164.15 uuuuuuu
---TRANSACTION 814538701898, not started
MySQL thread id 4102, OS thread handle 0x7fb45d7ce700, query id 2940131820 192.168.186.184 uuuuuuu
---TRANSACTION 814538729463, not started
MySQL thread id 4083, OS thread handle 0x7fb45d615700, query id 2940158748 192.168.213.30 uuuuuuu
---TRANSACTION 814538720317, not started
MySQL thread id 4074, OS thread handle 0x7fb45d6a8700, query id 2940150137 192.168.195.113 uuuuuuu
---TRANSACTION 814538506562, not started
MySQL thread id 4068, OS thread handle 0x7fb45d70a700, query id 2940026267 192.168.213.30 uuuuuuu
---TRANSACTION 814538724527, not started
MySQL thread id 4053, OS thread handle 0x7fb4686d9700, query id 2940154221 192.168.163.136 uuuuuuu
---TRANSACTION 814538679458, not started
MySQL thread id 4048, OS thread handle 0x7fb45e151700, query id 2940110792 192.168.162.201 uuuuuuu
---TRANSACTION 814538672174, not started
MySQL thread id 4024, OS thread handle 0x7fb45e3ff700, query id 2940103742 192.168.221.175 uuuuuuu
---TRANSACTION 814538705445, not started
MySQL thread id 4037, OS thread handle 0x7fb462fc9700, query id 2940135412 192.168.195.113 uuuuuuu
---TRANSACTION 814538710623, not started
MySQL thread id 3949, OS thread handle 0x7fb45fcef700, query id 2940140672 192.168.162.201 uuuuuuu
---TRANSACTION 814538713502, not started
MySQL thread id 4012, OS thread handle 0x7fb464c8d700, query id 2940143486 192.168.162.201 uuuuuuu
---TRANSACTION 814538708059, not started
MySQL thread id 3999, OS thread handle 0x7fb462cb9700, query id 2940138017 192.168.195.113 uuuuuuu
---TRANSACTION 814538736047, not started committing
MySQL thread id 3968, OS thread handle 0x7fb465677700, query id 2940165099 192.168.218.166 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_18_4` WHERE `event_id` = '83343796' ORDER BY `add_time` DESC
---TRANSACTION 814538687430, not started
MySQL thread id 3953, OS thread handle 0x7fb45fc2b700, query id 2940118448 192.168.186.184 uuuuuuu
---TRANSACTION 814538584422, not started
MySQL thread id 3931, OS thread handle 0x7fb45fe46700, query id 2940165732 192.168.217.71 uuuuuuu
---TRANSACTION 814538725022, not started
MySQL thread id 3954, OS thread handle 0x7fb45fbfa700, query id 2940154671 192.168.221.175 uuuuuuu
---TRANSACTION 814538702993, not started
MySQL thread id 3955, OS thread handle 0x7fb45fbc9700, query id 2940132979 192.168.164.15 uuuuuuu
---TRANSACTION 814538669342, not started
MySQL thread id 3930, OS thread handle 0x7fb45fe77700, query id 2940100921 192.168.208.172 uuuuuuu
---TRANSACTION 814538593345, not started
MySQL thread id 3932, OS thread handle 0x7fb460b9d700, query id 2940103040 192.168.177.232 uuuuuuu
---TRANSACTION 814538645543, not started
MySQL thread id 3872, OS thread handle 0x7fb460a77700, query id 2940079575 192.168.162.201 uuuuuuu
---TRANSACTION 814538694220, not started
MySQL thread id 3909, OS thread handle 0x7fb46051b700, query id 2940124280 192.168.164.15 uuuuuuu
---TRANSACTION 814538702059, not started
MySQL thread id 3887, OS thread handle 0x7fb46088d700, query id 2940131998 192.168.164.15 uuuuuuu
---TRANSACTION 814538698986, not started
MySQL thread id 3858, OS thread handle 0x7fb461c8d700, query id 2940128786 192.168.213.30 uuuuuuu
---TRANSACTION 814538668408, not started
MySQL thread id 3886, OS thread handle 0x7fb4608be700, query id 2940165125 192.168.213.4 uuuuuuu
---TRANSACTION 814538721169, not started
MySQL thread id 3873, OS thread handle 0x7fb460a46700, query id 2940150899 192.168.186.184 uuuuuuu
---TRANSACTION 814538696856, not started
MySQL thread id 3871, OS thread handle 0x7fb460aa8700, query id 2940126752 192.168.213.4 uuuuuuu
---TRANSACTION 814538698536, not started
MySQL thread id 3852, OS thread handle 0x7fb461d82700, query id 2940128356 192.168.208.172 uuuuuuu
---TRANSACTION 814538731864, not started
MySQL thread id 3827, OS thread handle 0x7fb461fff700, query id 2940161025 192.168.164.15 uuuuuuu
---TRANSACTION 814538449495, not started
MySQL thread id 3823, OS thread handle 0x7fb464d51700, query id 2940042424 192.168.208.172 uuuuuuu
---TRANSACTION 814538506556, not started
MySQL thread id 3758, OS thread handle 0x7fb463ddf700, query id 2940103122 192.168.218.166 uuuuuuu
---TRANSACTION 814538687917, not started
MySQL thread id 3754, OS thread handle 0x7fb463ea3700, query id 2940118870 192.168.213.4 uuuuuuu
---TRANSACTION 814538670361, not started
MySQL thread id 3786, OS thread handle 0x7fb4632d9700, query id 2940101981 192.168.167.129 uuuuuuu
---TRANSACTION 814538707126, not started
MySQL thread id 3787, OS thread handle 0x7fb4632a8700, query id 2940137076 192.168.221.175 uuuuuuu
---TRANSACTION 814538670391, not started
MySQL thread id 3785, OS thread handle 0x7fb46330a700, query id 2940102045 192.168.164.15 uuuuuuu
---TRANSACTION 814538643372, not started
MySQL thread id 3765, OS thread handle 0x7fb463d7d700, query id 2940077724 192.168.208.172 uuuuuuu
---TRANSACTION 814538589402, not started
MySQL thread id 3764, OS thread handle 0x7fb464e77700, query id 2940103063 192.168.211.62 uuuuuuu
---TRANSACTION 814538706056, not started
MySQL thread id 3741, OS thread handle 0x7fb4640be700, query id 2940136018 192.168.186.184 uuuuuuu
---TRANSACTION 814538595200, not started
MySQL thread id 3747, OS thread handle 0x7fb463f98700, query id 2940106247 192.168.163.136 uuuuuuu
---TRANSACTION 814538731438, not started
MySQL thread id 3701, OS thread handle 0x7fb46773b700, query id 2940160632 192.168.218.166 uuuuuuu
---TRANSACTION 814538628067, not started
MySQL thread id 3703, OS thread handle 0x7fb46ae46700, query id 2940063856 192.168.221.175 uuuuuuu
---TRANSACTION 814538695040, not started
MySQL thread id 3714, OS thread handle 0x7fb465f3b700, query id 2940125077 192.168.186.184 uuuuuuu
---TRANSACTION 814538596614, not started
MySQL thread id 3691, OS thread handle 0x7fb464b05700, query id 2940105858 192.168.164.15 uuuuuuu
---TRANSACTION 814538351205, not started
MySQL thread id 3704, OS thread handle 0x7fb464d82700, query id 2940098480 192.168.208.172 uuuuuuu
---TRANSACTION 814538734039, not started
MySQL thread id 3680, OS thread handle 0x7fb464cef700, query id 2940163164 192.168.163.136 uuuuuuu
---TRANSACTION 814538728598, not started
MySQL thread id 3660, OS thread handle 0x7fb464f6c700, query id 2940157934 192.168.163.136 uuuuuuu
---TRANSACTION 814538724858, not started
MySQL thread id 3675, OS thread handle 0x7fb464de4700, query id 2940154517 192.168.162.201 uuuuuuu
---TRANSACTION 814538712658, not started
MySQL thread id 3676, OS thread handle 0x7fb464db3700, query id 2940142682 192.168.164.15 uuuuuuu
---TRANSACTION 814538721849, not started
MySQL thread id 3664, OS thread handle 0x7fb464ea8700, query id 2940151622 192.168.218.166 uuuuuuu
---TRANSACTION 814538688271, not started
MySQL thread id 3653, OS thread handle 0x7fb464fff700, query id 2940119163 192.168.164.15 uuuuuuu
---TRANSACTION 814538469043, not started
MySQL thread id 3644, OS thread handle 0x7fb465551700, query id 2940059712 192.168.208.172 uuuuuuu
---TRANSACTION 814538640462, not started
MySQL thread id 3627, OS thread handle 0x7fb46a5e4700, query id 2940144700 192.168.164.15 uuuuuuu
---TRANSACTION 814538701237, not started
MySQL thread id 3629, OS thread handle 0x7fb465fff700, query id 2940131149 192.168.163.136 uuuuuuu
---TRANSACTION 814538678986, not started
MySQL thread id 3611, OS thread handle 0x7fb465c8d700, query id 2940110346 192.168.218.166 uuuuuuu
---TRANSACTION 814538700177, not started
MySQL thread id 3613, OS thread handle 0x7fb46873b700, query id 2940130048 192.168.213.30 uuuuuuu
---TRANSACTION 814538724945, not started
MySQL thread id 3598, OS thread handle 0x7fb465de4700, query id 2940154601 192.168.164.15 uuuuuuu
---TRANSACTION 814538653717, not started
MySQL thread id 3597, OS thread handle 0x7fb465e15700, query id 2940150529 192.168.186.184 uuuuuuu
---TRANSACTION 814538733530, not started
MySQL thread id 3572, OS thread handle 0x7fb46648d700, query id 2940162672 192.168.164.15 uuuuuuu
---TRANSACTION 814538705847, not started
MySQL thread id 3560, OS thread handle 0x7fb467398700, query id 2940135811 192.168.213.30 uuuuuuu
---TRANSACTION 814538713766, not started
MySQL thread id 3593, OS thread handle 0x7fb465ed9700, query id 2940143760 192.168.162.201 uuuuuuu
---TRANSACTION 814538730035, not started
MySQL thread id 3517, OS thread handle 0x7fb46a5b3700, query id 2940159296 192.168.164.15 uuuuuuu
---TRANSACTION 814538735273, not started
MySQL thread id 3573, OS thread handle 0x7fb46645c700, query id 2940164370 192.168.221.175 uuuuuuu
---TRANSACTION 814538702466, not started
MySQL thread id 3549, OS thread handle 0x7fb4685e4700, query id 2940132433 192.168.163.136 uuuuuuu
---TRANSACTION 814538682332, not started
MySQL thread id 3575, OS thread handle 0x7fb465fce700, query id 2940113645 192.168.163.136 uuuuuuu
---TRANSACTION 814538672860, not started
MySQL thread id 3547, OS thread handle 0x7fb46a582700, query id 2940104325 192.168.164.15 uuuuuuu
---TRANSACTION 814538699116, not started
MySQL thread id 3491, OS thread handle 0x7fb467305700, query id 2940128909 192.168.164.15 uuuuuuu
---TRANSACTION 814538724593, not started
MySQL thread id 3490, OS thread handle 0x7fb467336700, query id 2940154290 192.168.186.184 uuuuuuu
---TRANSACTION 814538714289, not started
MySQL thread id 3496, OS thread handle 0x7fb4685b3700, query id 2940144294 192.168.163.136 uuuuuuu
---TRANSACTION 814538723038, not started
MySQL thread id 3427, OS thread handle 0x7fb46c582700, query id 2940152715 192.168.163.136 uuuuuuu
---TRANSACTION 814538614875, not started
MySQL thread id 3463, OS thread handle 0x7fb467615700, query id 2940125742 192.168.162.201 uuuuuuu
---TRANSACTION 814538700816, not started
MySQL thread id 3467, OS thread handle 0x7fb4675b3700, query id 2940130700 192.168.163.136 uuuuuuu
---TRANSACTION 814538713922, not started
MySQL thread id 3440, OS thread handle 0x7fb468520700, query id 2940143921 192.168.186.184 uuuuuuu
---TRANSACTION 814538723657, not started
MySQL thread id 3418, OS thread handle 0x7fb46dcef700, query id 2940153345 192.168.164.15 uuuuuuu
---TRANSACTION 814538669127, not started
MySQL thread id 3422, OS thread handle 0x7fb46f23c700, query id 2940100676 192.168.213.30 uuuuuuu
---TRANSACTION 814538683284, not started
MySQL thread id 3426, OS thread handle 0x7fb46a520700, query id 2940114554 192.168.163.136 uuuuuuu
---TRANSACTION 814538716907, not started
MySQL thread id 3398, OS thread handle 0x7fb469646700, query id 2940146856 192.168.213.30 uuuuuuu
---TRANSACTION 814538602318, not started
MySQL thread id 3365, OS thread handle 0x7fb46dd20700, query id 2940109724 192.168.162.201 uuuuuuu
---TRANSACTION 814538724739, not started
MySQL thread id 3381, OS thread handle 0x7fb46ffce700, query id 2940154405 192.168.221.175 uuuuuuu
---TRANSACTION 814538668168, not started
MySQL thread id 3393, OS thread handle 0x7fb471db3700, query id 2940161406 192.168.177.232 uuuuuuu
---TRANSACTION 814538605541, not started
MySQL thread id 3321, OS thread handle 0x7fb479cef700, query id 2940122695 192.168.221.175 uuuuuuu
---TRANSACTION 814538728260, not started
MySQL thread id 3335, OS thread handle 0x7fb46ad20700, query id 2940157612 192.168.164.15 uuuuuuu
---TRANSACTION 814538724774, not started
MySQL thread id 3309, OS thread handle 0x7fb46c7ce700, query id 2940154438 192.168.215.64 uuuuuuu
---TRANSACTION 814538725433, not started
MySQL thread id 3311, OS thread handle 0x7fb481d51700, query id 2940155047 192.168.163.136 uuuuuuu
---TRANSACTION 814538728856, not started
MySQL thread id 3181, OS thread handle 0x7fb46de15700, query id 2940158171 192.168.167.129 uuuuuuu
---TRANSACTION 814538597861, not started
MySQL thread id 3214, OS thread handle 0x7fb46d246700, query id 2940106573 192.168.177.232 uuuuuuu
---TRANSACTION 814538687776, not started
MySQL thread id 3277, OS thread handle 0x7fb48b36c700, query id 2940118751 192.168.167.58 uuuuuuu
---TRANSACTION 814538736440, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 3198, OS thread handle 0x7fb46f3c4700, query id 2940165613 192.168.210.67 uuuuuuu statistics
SELECT `id`, `sport_id`, `radar_id`, `betradar_id`, `twitter_id`, `betconstruct_id`, `cc`, `name_1`, `name_3` FROM `team` WHERE `id` = '155' LIMIT 1
---TRANSACTION 814538732799, not started
MySQL thread id 3180, OS thread handle 0x7fb46de46700, query id 2940161928 192.168.213.4 uuuuuuu
---TRANSACTION 814538723824, not started
MySQL thread id 3189, OS thread handle 0x7fb46dcbe700, query id 2940153537 192.168.195.113 uuuuuuu
---TRANSACTION 814538728217, not started
MySQL thread id 3247, OS thread handle 0x7fb46ff9d700, query id 2940157580 192.168.221.175 uuuuuuu
---TRANSACTION 814538734203, not started
MySQL thread id 3203, OS thread handle 0x7fb46e45c700, query id 2940163328 192.168.167.58 uuuuuuu
---TRANSACTION 814538682089, not started
MySQL thread id 3206, OS thread handle 0x7fb46f69e700, query id 2940113387 192.168.213.30 uuuuuuu
---TRANSACTION 814538699480, not started
MySQL thread id 3179, OS thread handle 0x7fb46de77700, query id 2940129288 192.168.213.4 uuuuuuu
---TRANSACTION 814538692021, not started
MySQL thread id 3178, OS thread handle 0x7fb46dea8700, query id 2940122366 192.168.221.175 uuuuuuu
---TRANSACTION 814538704794, not started
MySQL thread id 3165, OS thread handle 0x7fb46fcef700, query id 2940134786 192.168.213.30 uuuuuuu
---TRANSACTION 814538726131, not started
MySQL thread id 3192, OS thread handle 0x7fb46d3ff700, query id 2940155653 192.168.218.166 uuuuuuu
---TRANSACTION 814538719954, not started
MySQL thread id 3137, OS thread handle 0x7fb46e48d700, query id 2940149814 192.168.213.4 uuuuuuu
---TRANSACTION 814538480904, not started
MySQL thread id 3128, OS thread handle 0x7fb46e646700, query id 2939930349 192.168.208.172 uuuuuuu
---TRANSACTION 814538711586, not started
MySQL thread id 3143, OS thread handle 0x7fb471cef700, query id 2940141661 192.168.167.129 uuuuuuu
---TRANSACTION 814538702221, not started
MySQL thread id 3068, OS thread handle 0x7fb46f8b9700, query id 2940132165 192.168.213.4 uuuuuuu
---TRANSACTION 814538669136, not started
MySQL thread id 3145, OS thread handle 0x7fb46f7c4700, query id 2940100685 192.168.218.166 uuuuuuu
---TRANSACTION 814538723836, not started
MySQL thread id 3058, OS thread handle 0x7fb46fa10700, query id 2940153550 192.168.177.232 uuuuuuu
---TRANSACTION 814538700637, not started
MySQL thread id 3083, OS thread handle 0x7fb46f762700, query id 2940130518 192.168.163.136 uuuuuuu
---TRANSACTION 814538640175, not started
MySQL thread id 3037, OS thread handle 0x7fb46fc5c700, query id 2940140071 192.168.215.64 uuuuuuu
---TRANSACTION 814538606843, not started
MySQL thread id 3042, OS thread handle 0x7fb46fbc9700, query id 2940044547 192.168.162.201 uuuuuuu
---TRANSACTION 814538709198, not started
MySQL thread id 3039, OS thread handle 0x7fb46fc2b700, query id 2940139215 192.168.167.58 uuuuuuu
---TRANSACTION 814538564321, not started
MySQL thread id 3033, OS thread handle 0x7fb471fff700, query id 2940080205 192.168.221.175 uuuuuuu
---TRANSACTION 814538666591, not started
MySQL thread id 3012, OS thread handle 0x7fb46ffff700, query id 2940157613 192.168.213.30 uuuuuuu
---TRANSACTION 814538722290, not started
MySQL thread id 3020, OS thread handle 0x7fb46fed9700, query id 2940152038 192.168.164.15 uuuuuuu
---TRANSACTION 814538598167, not started
MySQL thread id 2969, OS thread handle 0x7fb470b9d700, query id 2940106710 192.168.167.129 uuuuuuu
---TRANSACTION 814538679049, not started
MySQL thread id 2978, OS thread handle 0x7fb471ea8700, query id 2940110396 192.168.215.64 uuuuuuu
---TRANSACTION 814538676748, not started
MySQL thread id 2966, OS thread handle 0x7fb470bff700, query id 2940108165 192.168.213.30 uuuuuuu
---TRANSACTION 814538679313, not started
MySQL thread id 2944, OS thread handle 0x7fb47f05c700, query id 2940110647 192.168.186.184 uuuuuuu
---TRANSACTION 814538520687, not started
MySQL thread id 2923, OS thread handle 0x7fb47288d700, query id 2940107948 192.168.213.30 uuuuuuu
---TRANSACTION 814538723671, not started
MySQL thread id 2943, OS thread handle 0x7fb473951700, query id 2940153360 192.168.163.136 uuuuuuu
---TRANSACTION 814538588872, not started
MySQL thread id 2921, OS thread handle 0x7fb477e10700, query id 2940102729 192.168.218.166 uuuuuuu
---TRANSACTION 814538589933, not started
MySQL thread id 2828, OS thread handle 0x7fb4781b3700, query id 2940103125 192.168.215.64 uuuuuuu
---TRANSACTION 814538727879, not started
MySQL thread id 2893, OS thread handle 0x7fb47445c700, query id 2940157252 192.168.163.136 uuuuuuu
---TRANSACTION 814538674746, not started
MySQL thread id 2888, OS thread handle 0x7fb477057700, query id 2940106086 192.168.162.201 uuuuuuu
---TRANSACTION 814538670262, not started
MySQL thread id 2876, OS thread handle 0x7fb489fc4700, query id 2940101884 192.168.213.30 uuuuuuu
---TRANSACTION 814538588143, not started
MySQL thread id 2788, OS thread handle 0x7fb477088700, query id 2940164061 192.168.177.232 uuuuuuu
---TRANSACTION 814538607581, not started
MySQL thread id 2839, OS thread handle 0x7fb474677700, query id 2940118715 192.168.213.30 uuuuuuu
---TRANSACTION 814538692564, not started
MySQL thread id 2871, OS thread handle 0x7fb4738ef700, query id 2940122852 192.168.167.58 uuuuuuu
---TRANSACTION 814538706826, not started
MySQL thread id 2866, OS thread handle 0x7fb4739e4700, query id 2940136765 192.168.177.232 uuuuuuu
---TRANSACTION 814538736501, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 2865, OS thread handle 0x7fb485826700, query id 2940165580 192.168.167.58 uuuuuuu Sending data
SELECT * FROM `race_event` WHERE `race_id` = '1679122'
---TRANSACTION 814538619925, not started
MySQL thread id 2870, OS thread handle 0x7fb473920700, query id 2940129188 192.168.195.113 uuuuuuu
---TRANSACTION 814538728601, not started
MySQL thread id 2867, OS thread handle 0x7fb4739b3700, query id 2940157938 192.168.213.4 uuuuuuu
---TRANSACTION 814538723496, not started
MySQL thread id 2835, OS thread handle 0x7fb477c57700, query id 2940153183 192.168.218.166 uuuuuuu
---TRANSACTION 814538668446, not started
MySQL thread id 2830, OS thread handle 0x7fb4746d9700, query id 2940099940 192.168.217.71 uuuuuuu
---TRANSACTION 814538661498, not started
MySQL thread id 2879, OS thread handle 0x7fb4773c9700, query id 2940093583 192.168.210.67 uuuuuuu
---TRANSACTION 814538721693, not started
MySQL thread id 2834, OS thread handle 0x7fb482a10700, query id 2940151458 192.168.177.232 uuuuuuu
---TRANSACTION 814538668965, not started
MySQL thread id 2845, OS thread handle 0x7fb474551700, query id 2940100514 192.168.186.184 uuuuuuu
---TRANSACTION 814538704397, not started
MySQL thread id 2859, OS thread handle 0x7fb473ad9700, query id 2940134390 192.168.163.136 uuuuuuu
---TRANSACTION 814538711888, not started
MySQL thread id 2832, OS thread handle 0x7fb47802b700, query id 2940141946 192.168.167.58 uuuuuuu
---TRANSACTION 814538725587, not started
MySQL thread id 2822, OS thread handle 0x7fb4747ff700, query id 2940155185 192.168.221.175 uuuuuuu
---TRANSACTION 814538610977, not started
MySQL thread id 2778, OS thread handle 0x7fb477272700, query id 2940128010 192.168.213.30 uuuuuuu
---TRANSACTION 814538673382, not started
MySQL thread id 2806, OS thread handle 0x7fb479cbe700, query id 2940104778 192.168.195.113 uuuuuuu
---TRANSACTION 814538694976, not started
MySQL thread id 2777, OS thread handle 0x7fb4772a3700, query id 2940125008 192.168.177.232 uuuuuuu
---TRANSACTION 814538700194, not started
MySQL thread id 2807, OS thread handle 0x7fb482e77700, query id 2940130077 192.168.218.166 uuuuuuu
---TRANSACTION 814538611884, not started
MySQL thread id 2765, OS thread handle 0x7fb4774ef700, query id 2940125075 192.168.163.136 uuuuuuu
---TRANSACTION 814538701589, not started
MySQL thread id 2768, OS thread handle 0x7fb47745c700, query id 2940131519 192.168.213.4 uuuuuuu
---TRANSACTION 814538717810, not started
MySQL thread id 2784, OS thread handle 0x7fb47714c700, query id 2940147731 192.168.177.232 uuuuuuu
---TRANSACTION 814538730090, not started
MySQL thread id 2766, OS thread handle 0x7fb4774be700, query id 2940159350 192.168.221.175 uuuuuuu
---TRANSACTION 814538688684, not started
MySQL thread id 2773, OS thread handle 0x7fb477367700, query id 2940119504 192.168.213.4 uuuuuuu
---TRANSACTION 814538617211, not started
MySQL thread id 2752, OS thread handle 0x7fb479e46700, query id 2940054322 192.168.210.67 uuuuuuu
---TRANSACTION 814538666928, not started
MySQL thread id 2734, OS thread handle 0x7fb477dae700, query id 2940098347 192.168.221.175 uuuuuuu
---TRANSACTION 814538706772, not started
MySQL thread id 2736, OS thread handle 0x7fb477d4c700, query id 2940136708 192.168.213.4 uuuuuuu
---TRANSACTION 814538694818, not started
MySQL thread id 2721, OS thread handle 0x7fb477f36700, query id 2940124861 192.168.162.201 uuuuuuu
---TRANSACTION 814538723568, not started
MySQL thread id 2747, OS thread handle 0x7fb47776c700, query id 2940153253 192.168.217.71 uuuuuuu
---TRANSACTION 814538694177, not started
MySQL thread id 2739, OS thread handle 0x7fb477d1b700, query id 2940124235 192.168.177.232 uuuuuuu
---TRANSACTION 814538696120, not started
MySQL thread id 2720, OS thread handle 0x7fb477f67700, query id 2940126076 192.168.218.166 uuuuuuu
---TRANSACTION 814538696135, not started
MySQL thread id 2705, OS thread handle 0x7fb478246700, query id 2940126092 192.168.186.184 uuuuuuu
---TRANSACTION 814538702052, not started
MySQL thread id 2715, OS thread handle 0x7fb47805c700, query id 2940131987 192.168.177.232 uuuuuuu
---TRANSACTION 814538675692, not started
MySQL thread id 2713, OS thread handle 0x7fb4780be700, query id 2940107081 192.168.213.4 uuuuuuu
---TRANSACTION 814538579448, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 2704, OS thread handle 0x7fb478277700, query id 2940165717 192.168.163.136 uuuuuuu Sending data
SELECT COUNT(*) AS `count` FROM `xxxxxx_event` WHERE `sport_id` = 1 AND `time_status` = 0 AND `time` > 1570763402 LIMIT 1
---TRANSACTION 814538703729, not started
MySQL thread id 2706, OS thread handle 0x7fb478215700, query id 2940133732 192.168.221.175 uuuuuuu
---TRANSACTION 814538595506, not started
MySQL thread id 2698, OS thread handle 0x7fb47836c700, query id 2940034746 192.168.210.67 uuuuuuu
---TRANSACTION 814538705427, not started
MySQL thread id 2672, OS thread handle 0x7fb47fbce700, query id 2940135366 192.168.162.201 uuuuuuu
---TRANSACTION 814538645969, not started
MySQL thread id 2695, OS thread handle 0x7fb4783ff700, query id 2940079937 192.168.217.71 uuuuuuu
---TRANSACTION 814538696138, not started
MySQL thread id 2693, OS thread handle 0x7fb479c8d700, query id 2940126093 192.168.213.30 uuuuuuu
---TRANSACTION 814538519436, not started
MySQL thread id 2687, OS thread handle 0x7fb479db3700, query id 2940102821 192.168.177.232 uuuuuuu
---TRANSACTION 814538680772, not started
MySQL thread id 2659, OS thread handle 0x7fb47f1b3700, query id 2940112072 192.168.213.30 uuuuuuu
---TRANSACTION 814538717227, not started
MySQL thread id 2682, OS thread handle 0x7fb481982700, query id 2940147183 192.168.213.4 uuuuuuu
---TRANSACTION 814538713573, not started
MySQL thread id 2675, OS thread handle 0x7fb479f9d700, query id 2940143561 192.168.163.136 uuuuuuu
---TRANSACTION 814538669018, not started
MySQL thread id 2629, OS thread handle 0x7fb47fb6c700, query id 2940161752 192.168.163.136 uuuuuuu
---TRANSACTION 814538713975, not started
MySQL thread id 2649, OS thread handle 0x7fb47adb3700, query id 2940143977 192.168.221.175 uuuuuuu
---TRANSACTION 814538718030, not started
MySQL thread id 2657, OS thread handle 0x7fb479fff700, query id 2940147937 192.168.218.166 uuuuuuu
---TRANSACTION 814538588730, not started
MySQL thread id 2656, OS thread handle 0x7fb47ac5c700, query id 2940164610 192.168.177.232 uuuuuuu
---TRANSACTION 814538734190, not started
MySQL thread id 2620, OS thread handle 0x7fb47f08d700, query id 2940163311 192.168.177.232 uuuuuuu
---TRANSACTION 814538673723, not started
MySQL thread id 2636, OS thread handle 0x7fb481cbe700, query id 2940105088 192.168.162.201 uuuuuuu
---TRANSACTION 814538591902, not started
MySQL thread id 2648, OS thread handle 0x7fb47ade4700, query id 2940103527 192.168.213.4 uuuuuuu
---TRANSACTION 814538724576, not started
MySQL thread id 2614, OS thread handle 0x7fb4889ae700, query id 2940154273 192.168.162.201 uuuuuuu
---TRANSACTION 814538612620, not started
MySQL thread id 2628, OS thread handle 0x7fb481f9d700, query id 2940050138 192.168.217.71 uuuuuuu
---TRANSACTION 814538667899, not started
MySQL thread id 2642, OS thread handle 0x7fb47af0a700, query id 2940099302 192.168.163.136 uuuuuuu
---TRANSACTION 814538677090, not started
MySQL thread id 2564, OS thread handle 0x7fb482cbe700, query id 2940108485 192.168.221.175 uuuuuuu
---TRANSACTION 814538717694, not started
MySQL thread id 2599, OS thread handle 0x7fb48188d700, query id 2940147578 192.168.177.232 uuuuuuu
---TRANSACTION 814538694089, not started
MySQL thread id 2510, OS thread handle 0x7fb48405c700, query id 2940124158 192.168.221.175 uuuuuuu
---TRANSACTION 814538690318, not started
MySQL thread id 2593, OS thread handle 0x7fb47fb3b700, query id 2940120855 192.168.213.4 uuuuuuu
---TRANSACTION 814538519098, not started
MySQL thread id 2579, OS thread handle 0x7fb485547700, query id 2940123975 192.168.210.67 uuuuuuu
---TRANSACTION 814538734342, not started
MySQL thread id 2587, OS thread handle 0x7fb485d20700, query id 2940163462 192.168.186.184 uuuuuuu
---TRANSACTION 814538690733, not started
MySQL thread id 2588, OS thread handle 0x7fb488ea8700, query id 2940121221 192.168.163.136 uuuuuuu
---TRANSACTION 814538591471, not started
MySQL thread id 2575, OS thread handle 0x7fb47f85c700, query id 2940102203 192.168.213.30 uuuuuuu
---TRANSACTION 814538718111, not started
MySQL thread id 2565, OS thread handle 0x7fb482857700, query id 2940148017 192.168.163.136 uuuuuuu
---TRANSACTION 814538650198, not started
MySQL thread id 2539, OS thread handle 0x7fb481a46700, query id 2940083514 192.168.163.136 uuuuuuu
---TRANSACTION 814538736489, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 2523, OS thread handle 0x7fb481cef700, query id 2940165587 192.168.213.30 uuuuuuu Sending data
SELECT * FROM `10bet_odds_13_1` WHERE `event_id` = '15593122' AND `home_od` != '-' ORDER BY add_time LIMIT 1
---TRANSACTION 814538715411, not started
MySQL thread id 2499, OS thread handle 0x7fb485c8d700, query id 2940145399 192.168.213.30 uuuuuuu
---TRANSACTION 814538690664, not started
MySQL thread id 2532, OS thread handle 0x7fb485516700, query id 2940121165 192.168.167.58 uuuuuuu
---TRANSACTION 814538678554, not started
MySQL thread id 2528, OS thread handle 0x7fb481c2b700, query id 2940109907 192.168.210.67 uuuuuuu
---TRANSACTION 814538709675, not started
MySQL thread id 2461, OS thread handle 0x7fb4854b4700, query id 2940139704 192.168.221.175 uuuuuuu
---TRANSACTION 814538570716, not started
MySQL thread id 2526, OS thread handle 0x7fb481c8d700, query id 2940153743 192.168.217.71 uuuuuuu
---TRANSACTION 814538735438, not started
MySQL thread id 2548, OS thread handle 0x7fb4818ef700, query id 2940164526 192.168.213.4 uuuuuuu
---TRANSACTION 814538704349, not started
MySQL thread id 2535, OS thread handle 0x7fb481ad9700, query id 2940134351 192.168.186.184 uuuuuuu
---TRANSACTION 814538668430, not started
MySQL thread id 2466, OS thread handle 0x7fb482826700, query id 2940099920 192.168.213.4 uuuuuuu
---TRANSACTION 814538707958, not started
MySQL thread id 2496, OS thread handle 0x7fb481b9d700, query id 2940137938 192.168.177.232 uuuuuuu
---TRANSACTION 814538700331, not started
MySQL thread id 2517, OS thread handle 0x7fb4858ea700, query id 2940130212 192.168.213.4 uuuuuuu
---TRANSACTION 814538729810, not started
MySQL thread id 2484, OS thread handle 0x7fb4840ef700, query id 2940159081 192.168.186.184 uuuuuuu
---TRANSACTION 814538704159, not started
MySQL thread id 2498, OS thread handle 0x7fb489d47700, query id 2940134161 192.168.218.166 uuuuuuu
---TRANSACTION 814538719873, not started
MySQL thread id 2514, OS thread handle 0x7fb48e7e6700, query id 2940149740 192.168.163.136 uuuuuuu
---TRANSACTION 814538711799, not started
MySQL thread id 2426, OS thread handle 0x7fb4898e0700, query id 2940141812 192.168.167.129 uuuuuuu
---TRANSACTION 814538721706, not started
MySQL thread id 2477, OS thread handle 0x7fb48266d700, query id 2940151472 192.168.210.67 uuuuuuu
---TRANSACTION 814538467082, not started
MySQL thread id 2488, OS thread handle 0x7fb4824e5700, query id 2939986742 192.168.167.129 uuuuuuu
---TRANSACTION 814538727196, not started
MySQL thread id 2405, OS thread handle 0x7fb484182700, query id 2940156638 192.168.167.129 uuuuuuu
---TRANSACTION 814538724514, not started
MySQL thread id 2448, OS thread handle 0x7fb482b36700, query id 2940154209 192.168.213.30 uuuuuuu
---TRANSACTION 814538716533, not started
MySQL thread id 2419, OS thread handle 0x7fb485bfa700, query id 2940146492 192.168.162.201 uuuuuuu
---TRANSACTION 814538673104, not started
MySQL thread id 2472, OS thread handle 0x7fb482731700, query id 2940104534 192.168.213.30 uuuuuuu
---TRANSACTION 814538698028, not started
MySQL thread id 2492, OS thread handle 0x7fb4889df700, query id 2940127862 192.168.213.4 uuuuuuu
---TRANSACTION 814538711354, not started
MySQL thread id 2462, OS thread handle 0x7fb4828b9700, query id 2940141467 192.168.163.136 uuuuuuu
---TRANSACTION 814538589302, not started
MySQL thread id 2380, OS thread handle 0x7fb4855a9700, query id 2940101430 192.168.221.175 uuuuuuu
---TRANSACTION 814538659604, not started
MySQL thread id 2485, OS thread handle 0x7fb48e4d6700, query id 2940153639 192.168.163.136 uuuuuuu
---TRANSACTION 814538686882, not started
MySQL thread id 2470, OS thread handle 0x7fb482793700, query id 2940117955 192.168.167.58 uuuuuuu
---TRANSACTION 814538733742, not started
MySQL thread id 2411, OS thread handle 0x7fb485857700, query id 2940162883 192.168.210.67 uuuuuuu
---TRANSACTION 814538724446, not started
MySQL thread id 2377, OS thread handle 0x7fb487fce700, query id 2940154145 192.168.177.232 uuuuuuu
---TRANSACTION 814538706495, not started
MySQL thread id 2403, OS thread handle 0x7fb4841b3700, query id 2940136428 192.168.167.58 uuuuuuu
---TRANSACTION 814538721797, not started
MySQL thread id 2395, OS thread handle 0x7fb48430a700, query id 2940151567 192.168.163.136 uuuuuuu
---TRANSACTION 814538493271, not started
MySQL thread id 2404, OS thread handle 0x7fb486a46700, query id 2940084463 192.168.177.232 uuuuuuu
---TRANSACTION 814538715066, not started
MySQL thread id 2349, OS thread handle 0x7fb4859ae700, query id 2940145067 192.168.210.67 uuuuuuu
---TRANSACTION 814538591114, not started
MySQL thread id 2310, OS thread handle 0x7fb485ea8700, query id 2940103374 192.168.186.184 uuuuuuu
---TRANSACTION 814538713560, not started
MySQL thread id 2363, OS thread handle 0x7fb4857c4700, query id 2940143549 192.168.186.184 uuuuuuu
---TRANSACTION 814538717150, not started
MySQL thread id 2330, OS thread handle 0x7fb485b98700, query id 2940147113 192.168.163.136 uuuuuuu
---TRANSACTION 814538724670, not started
MySQL thread id 2344, OS thread handle 0x7fb4868be700, query id 2940154346 192.168.213.30 uuuuuuu
---TRANSACTION 814538717906, not started
MySQL thread id 2311, OS thread handle 0x7fb485e77700, query id 2940147822 192.168.213.4 uuuuuuu
---TRANSACTION 814538675595, not started
MySQL thread id 2309, OS thread handle 0x7fb485ed9700, query id 2940106981 192.168.186.184 uuuuuuu
---TRANSACTION 814538674985, not started
MySQL thread id 2303, OS thread handle 0x7fb485f9d700, query id 2940106351 192.168.162.201 uuuuuuu
---TRANSACTION 814538694008, not started
MySQL thread id 2306, OS thread handle 0x7fb485f0a700, query id 2940124087 192.168.163.136 uuuuuuu
---TRANSACTION 814538635734, not started
MySQL thread id 2299, OS thread handle 0x7fb486b9d700, query id 2940137340 192.168.213.4 uuuuuuu
---TRANSACTION 814538572727, not started
MySQL thread id 2290, OS thread handle 0x7fb48addf700, query id 2940155610 192.168.213.4 uuuuuuu
---TRANSACTION 814538679048, not started
MySQL thread id 2254, OS thread handle 0x7fb487d51700, query id 2940110395 192.168.215.64 uuuuuuu
---TRANSACTION 814538691491, not started
MySQL thread id 2228, OS thread handle 0x7fb487f0a700, query id 2940121860 192.168.167.129 uuuuuuu
---TRANSACTION 814538694526, not started
MySQL thread id 2231, OS thread handle 0x7fb488f9d700, query id 2940124579 192.168.167.129 uuuuuuu
---TRANSACTION 814538674980, not started
MySQL thread id 2230, OS thread handle 0x7fb488de4700, query id 2940106345 192.168.167.129 uuuuuuu
---TRANSACTION 814538524739, not started
MySQL thread id 2255, OS thread handle 0x7fb4899d5700, query id 2940122447 192.168.217.71 uuuuuuu
---TRANSACTION 814538672635, not started
MySQL thread id 2244, OS thread handle 0x7fb489c21700, query id 2940104141 192.168.215.64 uuuuuuu
---TRANSACTION 814538669642, not started
MySQL thread id 2229, OS thread handle 0x7fb489da9700, query id 2940101211 192.168.167.129 uuuuuuu
---TRANSACTION 814538685859, not started
MySQL thread id 2245, OS thread handle 0x7fb48897d700, query id 2940117035 192.168.163.136 uuuuuuu
---TRANSACTION 814538700604, not started
MySQL thread id 2169, OS thread handle 0x7fb488ed9700, query id 2940130482 192.168.213.4 uuuuuuu
---TRANSACTION 814538669003, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 2200, OS thread handle 0x7fb488a10700, query id 2940165752 192.168.213.4 uuuuuuu Sending data
SELECT COUNT(*) AS `count` FROM `betfair_event` WHERE `is_sp` = 1 AND `x_sport_id` = 1 AND `time_status` = 1 LIMIT 1
---TRANSACTION 814538729833, not started
MySQL thread id 2196, OS thread handle 0x7fb488ad4700, query id 2940159105 192.168.163.136 uuuuuuu
---TRANSACTION 814538712895, not started
MySQL thread id 2168, OS thread handle 0x7fb488f0a700, query id 2940142910 192.168.213.4 uuuuuuu
---TRANSACTION 814538532078, not started
MySQL thread id 2174, OS thread handle 0x7fb488e77700, query id 2939977258 192.168.218.166 uuuuuuu
---TRANSACTION 814538704695, not started
MySQL thread id 2140, OS thread handle 0x7fb489b2c700, query id 2940134695 192.168.167.129 uuuuuuu
---TRANSACTION 814538721962, not started
MySQL thread id 2120, OS thread handle 0x7fb489f00700, query id 2940151741 192.168.167.129 uuuuuuu
---TRANSACTION 814538648271, not started
MySQL thread id 2141, OS thread handle 0x7fb489afb700, query id 2940149937 192.168.163.136 uuuuuuu
---TRANSACTION 814538592987, not started
MySQL thread id 2132, OS thread handle 0x7fb489cb4700, query id 2940103003 192.168.164.15 uuuuuuu
---TRANSACTION 814538675656, not started
MySQL thread id 2126, OS thread handle 0x7fb489dda700, query id 2940107045 192.168.213.30 uuuuuuu
---TRANSACTION 814538730232, not started
MySQL thread id 2148, OS thread handle 0x7fb48b0ef700, query id 2940159487 192.168.211.62 uuuuuuu
---TRANSACTION 814538729298, not started
MySQL thread id 2111, OS thread handle 0x7fb48a088700, query id 2940158586 192.168.222.58 uuuuuuu
---TRANSACTION 814538583033, not started
MySQL thread id 2099, OS thread handle 0x7fb48a1df700, query id 2940101692 192.168.213.4 uuuuuuu
---TRANSACTION 814538721459, not started
MySQL thread id 2096, OS thread handle 0x7fb48a272700, query id 2940151196 192.168.221.175 uuuuuuu
---TRANSACTION 814538710593, not started
MySQL thread id 2092, OS thread handle 0x7fb48a336700, query id 2940140644 192.168.177.232 uuuuuuu
---TRANSACTION 814538724597, not started
MySQL thread id 2016, OS thread handle 0x7fb48b05c700, query id 2940154296 192.168.222.58 uuuuuuu
---TRANSACTION 814538722959, not started
MySQL thread id 2074, OS thread handle 0x7fb48a646700, query id 2940152644 192.168.222.58 uuuuuuu
---TRANSACTION 814538722915, not started
MySQL thread id 2073, OS thread handle 0x7fb48a677700, query id 2940152607 192.168.222.58 uuuuuuu
---TRANSACTION 814538721770, not started
MySQL thread id 2070, OS thread handle 0x7fb48a70a700, query id 2940151542 192.168.167.129 uuuuuuu
---TRANSACTION 814538617917, not started
MySQL thread id 2075, OS thread handle 0x7fb48a615700, query id 2940128433 192.168.221.175 uuuuuuu
---TRANSACTION 814538638312, not started
MySQL thread id 2068, OS thread handle 0x7fb48a76c700, query id 2940073282 192.168.215.64 uuuuuuu
---TRANSACTION 814538700534, not started
MySQL thread id 2069, OS thread handle 0x7fb48a73b700, query id 2940130412 192.168.163.136 uuuuuuu
---TRANSACTION 814538688838, not started
MySQL thread id 2078, OS thread handle 0x7fb48a582700, query id 2940119640 192.168.167.58 uuuuuuu
---TRANSACTION 814538707264, not started
MySQL thread id 2035, OS thread handle 0x7fb48bd20700, query id 2940137213 192.168.218.166 uuuuuuu
---TRANSACTION 814538484649, not started
MySQL thread id 2037, OS thread handle 0x7fb48ae41700, query id 2940082518 192.168.208.172 uuuuuuu
---TRANSACTION 814538686722, not started
MySQL thread id 2046, OS thread handle 0x7fb48deb6700, query id 2940117804 192.168.213.4 uuuuuuu
---TRANSACTION 814538703418, not started
MySQL thread id 2003, OS thread handle 0x7fb48b1e4700, query id 2940133375 192.168.163.136 uuuuuuu
---TRANSACTION 814538706016, not started
MySQL thread id 2000, OS thread handle 0x7fb48f82b700, query id 2940135977 192.168.163.136 uuuuuuu
---TRANSACTION 814538705272, not started
MySQL thread id 2002, OS thread handle 0x7fb48b215700, query id 2940135216 192.168.163.136 uuuuuuu
---TRANSACTION 814538730440, not started
MySQL thread id 2014, OS thread handle 0x7fb48f4b9700, query id 2940159683 192.168.213.4 uuuuuuu
---TRANSACTION 814538677762, not started
MySQL thread id 1978, OS thread handle 0x7fb48bcef700, query id 2940109135 192.168.213.30 uuuuuuu
---TRANSACTION 814538674452, not started
MySQL thread id 1977, OS thread handle 0x7fb48ed11700, query id 2940105774 192.168.213.4 uuuuuuu
---TRANSACTION 814538598188, not started
MySQL thread id 1968, OS thread handle 0x7fb48ce40700, query id 2940037049 192.168.213.4 uuuuuuu
---TRANSACTION 814538567192, not started
MySQL thread id 1950, OS thread handle 0x7fb48bfff700, query id 2940145566 192.168.162.201 uuuuuuu
---TRANSACTION 814538734781, not started
MySQL thread id 1955, OS thread handle 0x7fb48bfce700, query id 2940163897 192.168.167.58 uuuuuuu
---TRANSACTION 814538694124, not started
MySQL thread id 1958, OS thread handle 0x7fb48bf3b700, query id 2940124191 192.168.163.136 uuuuuuu
---TRANSACTION 814538693813, not started
MySQL thread id 1952, OS thread handle 0x7fb48cf35700, query id 2940123914 192.168.221.175 uuuuuuu
---TRANSACTION 814538678935, not started
MySQL thread id 1944, OS thread handle 0x7fb48c5b3700, query id 2940110301 192.168.163.136 uuuuuuu
---TRANSACTION 814538701960, not started
MySQL thread id 1929, OS thread handle 0x7fb48ccb8700, query id 2940131891 192.168.177.232 uuuuuuu
---TRANSACTION 814538555506, not started
MySQL thread id 1925, OS thread handle 0x7fb48d2d8700, query id 2940068022 192.168.222.58 uuuuuuu
---TRANSACTION 814538715521, not started
MySQL thread id 1903, OS thread handle 0x7fb48cd4b700, query id 2940145514 192.168.162.201 uuuuuuu
---TRANSACTION 814538559418, not started
MySQL thread id 1922, OS thread handle 0x7fb48d0ee700, query id 2940002312 192.168.167.129 uuuuuuu
---TRANSACTION 814538694680, not started
MySQL thread id 1923, OS thread handle 0x7fb48db44700, query id 2940124736 192.168.163.136 uuuuuuu
---TRANSACTION 814538728147, not started
MySQL thread id 1916, OS thread handle 0x7fb48d309700, query id 2940157505 192.168.167.129 uuuuuuu
---TRANSACTION 814538688182, not started
MySQL thread id 1904, OS thread handle 0x7fb48e879700, query id 2940119090 192.168.215.64 uuuuuuu
---TRANSACTION 814538670130, not started
MySQL thread id 1905, OS thread handle 0x7fb48de23700, query id 2940101753 192.168.162.201 uuuuuuu
---TRANSACTION 814538670107, not started
MySQL thread id 1914, OS thread handle 0x7fb48d276700, query id 2940101730 192.168.213.4 uuuuuuu
---TRANSACTION 814538591033, not started
MySQL thread id 1882, OS thread handle 0x7fb48ddc1700, query id 2940103059 192.168.213.4 uuuuuuu
---TRANSACTION 814538675008, not started
MySQL thread id 1829, OS thread handle 0x7fb48d39c700, query id 2940106374 192.168.213.30 uuuuuuu
---TRANSACTION 814538730539, not started
MySQL thread id 1881, OS thread handle 0x7fb48d5e8700, query id 2940159762 192.168.213.4 uuuuuuu
---TRANSACTION 814538706761, not started
MySQL thread id 1887, OS thread handle 0x7fc3182d2700, query id 2940136691 192.168.177.232 uuuuuuu
---TRANSACTION 814538699358, not started
MySQL thread id 1875, OS thread handle 0x7fb4941ab700, query id 2940129160 192.168.163.136 uuuuuuu
---TRANSACTION 814538702017, not started
MySQL thread id 1844, OS thread handle 0x7fb48d1b2700, query id 2940131947 192.168.163.136 uuuuuuu
---TRANSACTION 814538721727, not started
MySQL thread id 1840, OS thread handle 0x7fb48d245700, query id 2940151493 192.168.215.64 uuuuuuu
---TRANSACTION 814538666817, not started
MySQL thread id 1820, OS thread handle 0x7fb48d524700, query id 2940158415 192.168.211.62 uuuuuuu
---TRANSACTION 814538637712, not started
MySQL thread id 1852, OS thread handle 0x7fb48d05b700, query id 2940139263 192.168.213.4 uuuuuuu
---TRANSACTION 814538720532, not started
MySQL thread id 1794, OS thread handle 0x7fb48e259700, query id 2940150335 192.168.162.201 uuuuuuu
---TRANSACTION 814538734540, not started
MySQL thread id 1854, OS thread handle 0x7fb48cff9700, query id 2940163663 192.168.218.166 uuuuuuu
---TRANSACTION 814538734676, not started
MySQL thread id 1785, OS thread handle 0x7fb48d98b700, query id 2940163795 192.168.213.4 uuuuuuu
---TRANSACTION 814538695508, not started
MySQL thread id 1818, OS thread handle 0x7fb48d586700, query id 2940125501 192.168.163.136 uuuuuuu
---TRANSACTION 814538695011, not started
MySQL thread id 1765, OS thread handle 0x7fb490f54700, query id 2940125047 192.168.218.166 uuuuuuu
---TRANSACTION 814538593102, not started
MySQL thread id 1783, OS thread handle 0x7fb48d9bc700, query id 2940105876 192.168.211.62 uuuuuuu
---TRANSACTION 814538518044, not started
MySQL thread id 1781, OS thread handle 0x7fb48da1e700, query id 2940123895 192.168.163.136 uuuuuuu
---TRANSACTION 814538673296, not started
MySQL thread id 1760, OS thread handle 0x7fb48e7b5700, query id 2940104703 192.168.213.4 uuuuuuu
---TRANSACTION 814538654310, not started
MySQL thread id 1813, OS thread handle 0x7fb48d64a700, query id 2940087088 192.168.215.64 uuuuuuu
---TRANSACTION 814538515021, not started
MySQL thread id 1751, OS thread handle 0x7fb48dd2e700, query id 2940101519 192.168.162.201 uuuuuuu
---TRANSACTION 814538723480, not started
MySQL thread id 1756, OS thread handle 0x7fb48dc6a700, query id 2940153164 192.168.211.62 uuuuuuu
---TRANSACTION 814538681605, not started
MySQL thread id 1752, OS thread handle 0x7fb48dcfd700, query id 2940112894 192.168.215.64 uuuuuuu
---TRANSACTION 814538716373, not started
MySQL thread id 1755, OS thread handle 0x7fb48dc9b700, query id 2940146334 192.168.163.136 uuuuuuu
---TRANSACTION 814538723638, not started
MySQL thread id 1736, OS thread handle 0x7fb48dfab700, query id 2940153321 192.168.177.232 uuuuuuu
---TRANSACTION 814538669065, not started
MySQL thread id 1723, OS thread handle 0x7fb48e1f7700, query id 2940100627 192.168.186.184 uuuuuuu
---TRANSACTION 814538690166, not started
MySQL thread id 1725, OS thread handle 0x7fb48e195700, query id 2940120720 192.168.163.136 uuuuuuu
---TRANSACTION 814538690662, not started
MySQL thread id 1696, OS thread handle 0x7fb48f7c9700, query id 2940121163 192.168.162.201 uuuuuuu
---TRANSACTION 814538707099, not started
MySQL thread id 1704, OS thread handle 0x7fb48e3e1700, query id 2940137045 192.168.213.4 uuuuuuu
---TRANSACTION 814538706703, not started
MySQL thread id 1721, OS thread handle 0x7fb494953700, query id 2940136620 192.168.162.201 uuuuuuu
---TRANSACTION 814538675066, not started
MySQL thread id 1676, OS thread handle 0x7fb48e722700, query id 2940106432 192.168.163.136 uuuuuuu
---TRANSACTION 814538698499, not started
MySQL thread id 1650, OS thread handle 0x7fb48ea94700, query id 2940128317 192.168.213.4 uuuuuuu
---TRANSACTION 814538684324, not started
MySQL thread id 1651, OS thread handle 0x7fb48f20b700, query id 2940115576 192.168.167.129 uuuuuuu
---TRANSACTION 814538434409, not started
MySQL thread id 1614, OS thread handle 0x7fb490965700, query id 2940105295 192.168.215.64 uuuuuuu
---TRANSACTION 814538707114, not started
MySQL thread id 1616, OS thread handle 0x7fb48eeca700, query id 2940137060 192.168.162.201 uuuuuuu
---TRANSACTION 814538708432, not started
MySQL thread id 1599, OS thread handle 0x7fb48f0b4700, query id 2940138411 192.168.213.4 uuuuuuu
---TRANSACTION 814538669151, not started
MySQL thread id 1592, OS thread handle 0x7fb490314700, query id 2940100698 192.168.186.184 uuuuuuu
---TRANSACTION 814538670426, not started
MySQL thread id 1541, OS thread handle 0x7fb498447700, query id 2940102002 192.168.167.129 uuuuuuu
---TRANSACTION 814538715962, not started
MySQL thread id 1560, OS thread handle 0x7fb4907dd700, query id 2940145943 192.168.213.4 uuuuuuu
---TRANSACTION 814538727922, not started
MySQL thread id 1555, OS thread handle 0x7fb48f5ae700, query id 2940157299 192.168.215.64 uuuuuuu
---TRANSACTION 814538717576, not started
MySQL thread id 1539, OS thread handle 0x7fb49426f700, query id 2940147523 192.168.213.4 uuuuuuu
---TRANSACTION 814538734905, not started
MySQL thread id 1529, OS thread handle 0x7fb48ffd3700, query id 2940164017 192.168.163.136 uuuuuuu
---TRANSACTION 814538689914, not started
MySQL thread id 1490, OS thread handle 0x7fb48fa77700, query id 2940120488 192.168.213.30 uuuuuuu
---TRANSACTION 814538711994, not started
MySQL thread id 1489, OS thread handle 0x7fb48faa8700, query id 2940142046 192.168.211.62 uuuuuuu
---TRANSACTION 814538670777, not started
MySQL thread id 1528, OS thread handle 0x7fb48fad9700, query id 2940102429 192.168.218.166 uuuuuuu
---TRANSACTION 814538652739, not started
MySQL thread id 1493, OS thread handle 0x7fb490d39700, query id 2940151211 192.168.213.30 uuuuuuu
---TRANSACTION 814538733685, not started
MySQL thread id 1521, OS thread handle 0x7fb491a0c700, query id 2940162823 192.168.222.58 uuuuuuu
---TRANSACTION 814538668028, not started
MySQL thread id 1469, OS thread handle 0x7fb48fc30700, query id 2940159497 192.168.163.136 uuuuuuu
---TRANSACTION 814538639774, not started
MySQL thread id 1434, OS thread handle 0x7fb49021f700, query id 2940074597 192.168.208.172 uuuuuuu
---TRANSACTION 814538734889, not started
MySQL thread id 1467, OS thread handle 0x7fb494612700, query id 2940164003 192.168.162.201 uuuuuuu
---TRANSACTION 814538638008, not started
MySQL thread id 1464, OS thread handle 0x7fb48fc92700, query id 2940073018 192.168.208.172 uuuuuuu
---TRANSACTION 814538728514, not started
MySQL thread id 1453, OS thread handle 0x7fb48fe7c700, query id 2940157856 192.168.177.232 uuuuuuu
---TRANSACTION 814538560130, not started
MySQL thread id 1408, OS thread handle 0x7fb4906b7700, query id 2940078826 192.168.215.64 uuuuuuu
---TRANSACTION 814538672976, not started
MySQL thread id 1411, OS thread handle 0x7fb490624700, query id 2940104423 192.168.217.71 uuuuuuu
---TRANSACTION 814538699739, not started
MySQL thread id 1448, OS thread handle 0x7fb48ff71700, query id 2940129589 192.168.215.64 uuuuuuu
---TRANSACTION 814538723716, not started
MySQL thread id 1390, OS thread handle 0x7fb490a29700, query id 2940153410 192.168.211.62 uuuuuuu
---TRANSACTION 814538611753, not started
MySQL thread id 1348, OS thread handle 0x7fb490fe7700, query id 2940123199 192.168.213.30 uuuuuuu
---TRANSACTION 814538707667, not started
MySQL thread id 1355, OS thread handle 0x7fb4914e1700, query id 2940137635 192.168.177.232 uuuuuuu
---TRANSACTION 814538721349, not started
MySQL thread id 1350, OS thread handle 0x7fb49172d700, query id 2940151082 192.168.217.71 uuuuuuu
---TRANSACTION 814538698254, not started
MySQL thread id 1343, OS thread handle 0x7fb492121700, query id 2940128080 192.168.167.58 uuuuuuu
---TRANSACTION 814538723630, not started
MySQL thread id 1340, OS thread handle 0x7fb49107a700, query id 2940153315 192.168.213.4 uuuuuuu
---TRANSACTION 814538654083, not started
MySQL thread id 1331, OS thread handle 0x7fb491264700, query id 2940086882 192.168.217.71 uuuuuuu
---TRANSACTION 814538669345, not started
MySQL thread id 1330, OS thread handle 0x7fb498416700, query id 2940162882 192.168.162.201 uuuuuuu
---TRANSACTION 814538724461, not started
MySQL thread id 1332, OS thread handle 0x7fb49113e700, query id 2940154161 192.168.215.64 uuuuuuu
---TRANSACTION 814538702511, not started
MySQL thread id 1318, OS thread handle 0x7fb494395700, query id 2940132480 192.168.213.4 uuuuuuu
---TRANSACTION 814538668594, not started
MySQL thread id 1294, OS thread handle 0x7fb4916cb700, query id 2940100111 192.168.222.58 uuuuuuu
---TRANSACTION 814538698320, not started
MySQL thread id 1287, OS thread handle 0x7fb491cba700, query id 2940128144 192.168.177.232 uuuuuuu
---TRANSACTION 814538706072, not started
MySQL thread id 1307, OS thread handle 0x7fb4912f7700, query id 2940136030 192.168.208.172 uuuuuuu
---TRANSACTION 814538693451, not started
MySQL thread id 1306, OS thread handle 0x7fb491328700, query id 2940123612 192.168.208.172 uuuuuuu
---TRANSACTION 814538695834, not started
MySQL thread id 1258, OS thread handle 0x7fb491669700, query id 2940125809 192.168.163.136 uuuuuuu
---TRANSACTION 814538704860, not started
MySQL thread id 1253, OS thread handle 0x7fb4916fc700, query id 2940134863 192.168.167.129 uuuuuuu
---TRANSACTION 814538728441, not started
MySQL thread id 1259, OS thread handle 0x7fb4921b4700, query id 2940157796 192.168.215.64 uuuuuuu
---TRANSACTION 814538696057, not started
MySQL thread id 1230, OS thread handle 0x7fb4919aa700, query id 2940126017 192.168.162.201 uuuuuuu
---TRANSACTION 814538707828, not started
MySQL thread id 1270, OS thread handle 0x7fb491f37700, query id 2940137792 192.168.167.58 uuuuuuu
---TRANSACTION 814538725286, not started
MySQL thread id 1256, OS thread handle 0x7fb49169a700, query id 2940154922 192.168.215.64 uuuuuuu
---TRANSACTION 814538667917, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 1262, OS thread handle 0x7fb491f06700, query id 2940165657 192.168.213.4 uuuuuuu statistics
SELECT * FROM `xxxxxx_event` WHERE `id` = '83197263' LIMIT 1
---TRANSACTION 814538733279, not started
MySQL thread id 1257, OS thread handle 0x7fb4960de700, query id 2940162407 192.168.215.64 uuuuuuu
---TRANSACTION 814538702201, not started
MySQL thread id 1188, OS thread handle 0x7fb491ea4700, query id 2940132123 192.168.162.201 uuuuuuu
---TRANSACTION 814538675203, not started
MySQL thread id 1244, OS thread handle 0x7fb491853700, query id 2940106582 192.168.163.136 uuuuuuu
---TRANSACTION 814538674739, not started
MySQL thread id 1263, OS thread handle 0x7fb494e1c700, query id 2940106076 192.168.217.71 uuuuuuu
---TRANSACTION 814538436402, not started
MySQL thread id 1220, OS thread handle 0x7fb491ad0700, query id 2940032722 192.168.217.71 uuuuuuu
---TRANSACTION 814538470826, not started
MySQL thread id 1200, OS thread handle 0x7fb492fad700, query id 2940129428 192.168.167.129 uuuuuuu
---TRANSACTION 814538736458, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 1195, OS thread handle 0x7fb491d4d700, query id 2940165558 192.168.163.136 uuuuuuu Sending data
SELECT * FROM `ysb88_odds_update` WHERE `event_id` = '8596688'
---TRANSACTION 814538666870, not started
MySQL thread id 1146, OS thread handle 0x7fb493da6700, query id 2940158862 192.168.211.62 uuuuuuu
---TRANSACTION 814538666819, not started
MySQL thread id 1157, OS thread handle 0x7fb494707700, query id 2940098215 192.168.217.71 uuuuuuu
---TRANSACTION 814538703007, not started
MySQL thread id 1170, OS thread handle 0x7fb492df4700, query id 2940132992 192.168.221.175 uuuuuuu
---TRANSACTION 814538719972, not started
MySQL thread id 1145, OS thread handle 0x7fb4927d4700, query id 2940149831 192.168.163.136 uuuuuuu
---TRANSACTION 814538710980, not started
MySQL thread id 1117, OS thread handle 0x7fb4922da700, query id 2940141035 192.168.167.129 uuuuuuu
---TRANSACTION 814538697306, not started
MySQL thread id 1087, OS thread handle 0x7fb493970700, query id 2940127161 192.168.163.136 uuuuuuu
---TRANSACTION 814538703852, not started
MySQL thread id 1113, OS thread handle 0x7fb494f11700, query id 2940138848 192.168.221.175 uuuuuuu
---TRANSACTION 814538676152, not started
MySQL thread id 1088, OS thread handle 0x7fb4926ae700, query id 2940107524 192.168.211.62 uuuuuuu
---TRANSACTION 814538431765, not started
MySQL thread id 1099, OS thread handle 0x7fb496481700, query id 2940030002 192.168.217.71 uuuuuuu
---TRANSACTION 814538670907, not started
MySQL thread id 1061, OS thread handle 0x7fb495347700, query id 2940102560 192.168.163.136 uuuuuuu
---TRANSACTION 814538644419, not started
MySQL thread id 1128, OS thread handle 0x7fb493786700, query id 2940145140 192.168.213.30 uuuuuuu
---TRANSACTION 814538696351, not started
MySQL thread id 1109, OS thread handle 0x7fb4923cf700, query id 2940126293 192.168.162.201 uuuuuuu
---TRANSACTION 814538729297, not started
MySQL thread id 1092, OS thread handle 0x7fb4925ea700, query id 2940158588 192.168.213.4 uuuuuuu
---TRANSACTION 814538724564, not started
MySQL thread id 1085, OS thread handle 0x7fb493476700, query id 2940154222 192.168.164.15 uuuuuuu
---TRANSACTION 814538702995, not started
MySQL thread id 958, OS thread handle 0x7fb493f5f700, query id 2940132980 192.168.222.58 uuuuuuu
---TRANSACTION 814538729721, not started
MySQL thread id 1086, OS thread handle 0x7fb493c1e700, query id 2940159008 192.168.221.175 uuuuuuu
---TRANSACTION 814538699790, not started
MySQL thread id 1066, OS thread handle 0x7fb4929be700, query id 2940129650 192.168.213.4 uuuuuuu
---TRANSACTION 814538679111, not started
MySQL thread id 1067, OS thread handle 0x7fb49298d700, query id 2940110450 192.168.221.175 uuuuuuu
---TRANSACTION 814538607166, not started
MySQL thread id 1055, OS thread handle 0x7fb492ae4700, query id 2940044830 192.168.217.71 uuuuuuu
---TRANSACTION 814538692991, not started
MySQL thread id 997, OS thread handle 0x7fb4931f9700, query id 2940123223 192.168.162.201 uuuuuuu
---TRANSACTION 814538673310, not started
MySQL thread id 1051, OS thread handle 0x7fb492b46700, query id 2940104717 192.168.163.136 uuuuuuu
---TRANSACTION 814538473684, not started
MySQL thread id 1008, OS thread handle 0x7fb493a03700, query id 2940069885 192.168.208.172 uuuuuuu
---TRANSACTION 814538717105, not started
MySQL thread id 1031, OS thread handle 0x7fb492cce700, query id 2940147065 192.168.222.58 uuuuuuu
---TRANSACTION 814538668536, not started
MySQL thread id 855, OS thread handle 0x7fb495316700, query id 2940100031 192.168.167.58 uuuuuuu
---TRANSACTION 814538590043, not started
MySQL thread id 995, OS thread handle 0x7fb4957ae700, query id 2940030008 192.168.186.184 uuuuuuu
---TRANSACTION 814538733680, not started
MySQL thread id 1028, OS thread handle 0x7fb492d61700, query id 2940162819 192.168.163.136 uuuuuuu
---TRANSACTION 814538711534, not started
MySQL thread id 1019, OS thread handle 0x7fb492f1a700, query id 2940141612 192.168.222.58 uuuuuuu
---TRANSACTION 814538650739, not started
MySQL thread id 1007, OS thread handle 0x7fb493040700, query id 2940083982 192.168.208.172 uuuuuuu
---TRANSACTION 814538593308, not started
MySQL thread id 827, OS thread handle 0x7fc06b871700, query id 2940032813 192.168.167.58 uuuuuuu
---TRANSACTION 814538721801, not started
MySQL thread id 952, OS thread handle 0x7fb493819700, query id 2940151574 192.168.222.58 uuuuuuu
---TRANSACTION 814538588235, not started
MySQL thread id 832, OS thread handle 0x7fb495531700, query id 2940028329 192.168.217.71 uuuuuuu
---TRANSACTION 814538700500, not started
MySQL thread id 962, OS thread handle 0x7fb4936c2700, query id 2940130374 192.168.218.166 uuuuuuu
---TRANSACTION 814538692310, not started
MySQL thread id 953, OS thread handle 0x7fb494769700, query id 2940122636 192.168.213.4 uuuuuuu
---TRANSACTION 814538683386, not started
MySQL thread id 942, OS thread handle 0x7fb49390e700, query id 2940114652 192.168.186.184 uuuuuuu
---TRANSACTION 814538721579, not started
MySQL thread id 935, OS thread handle 0x7fb4939d2700, query id 2940151324 192.168.222.58 uuuuuuu
---TRANSACTION 814538668280, not started
MySQL thread id 886, OS thread handle 0x7fb496514700, query id 2940161275 192.168.167.129 uuuuuuu
---TRANSACTION 814538693535, not started
MySQL thread id 913, OS thread handle 0x7fb49457f700, query id 2940123681 192.168.213.4 uuuuuuu
---TRANSACTION 814538721120, not started
MySQL thread id 948, OS thread handle 0x7fb496545700, query id 2940150839 192.168.211.62 uuuuuuu
---TRANSACTION 814538707307, not started
MySQL thread id 928, OS thread handle 0x7fb493a34700, query id 2940137242 192.168.164.15 uuuuuuu
---TRANSACTION 814538700799, not started
MySQL thread id 947, OS thread handle 0x7fb493d75700, query id 2940130682 192.168.163.136 uuuuuuu
---TRANSACTION 814538507276, not started
MySQL thread id 921, OS thread handle 0x7fb493b5a700, query id 2940101210 192.168.217.71 uuuuuuu
---TRANSACTION 814538606380, not started
MySQL thread id 922, OS thread handle 0x7fb493b29700, query id 2940044127 192.168.208.172 uuuuuuu
---TRANSACTION 814538723088, not started
MySQL thread id 918, OS thread handle 0x7fb493bbc700, query id 2940152765 192.168.177.232 uuuuuuu
---TRANSACTION 814538703821, not started
MySQL thread id 797, OS thread handle 0x7fb495a8d700, query id 2940133834 192.168.167.129 uuuuuuu
---TRANSACTION 814538702344, not started
MySQL thread id 911, OS thread handle 0x7fb493c4f700, query id 2940132302 192.168.222.58 uuuuuuu
---TRANSACTION 814538677417, not started
MySQL thread id 912, OS thread handle 0x7fb496c29700, query id 2940108799 192.168.167.129 uuuuuuu
---TRANSACTION 814538725001, not started
MySQL thread id 908, OS thread handle 0x7fb493cb1700, query id 2940154653 192.168.163.136 uuuuuuu
---TRANSACTION 814538699283, not started
MySQL thread id 906, OS thread handle 0x7fb49632a700, query id 2940129080 192.168.186.184 uuuuuuu
---TRANSACTION 814538693270, not started
MySQL thread id 891, OS thread handle 0x7fb493ecc700, query id 2940123463 192.168.163.136 uuuuuuu
---TRANSACTION 814538591913, not started
MySQL thread id 894, OS thread handle 0x7fb493e6a700, query id 2940106460 192.168.222.58 uuuuuuu
---TRANSACTION 814538685727, not started
MySQL thread id 877, OS thread handle 0x7fb494054700, query id 2940116920 192.168.211.62 uuuuuuu
---TRANSACTION 814538608961, not started
MySQL thread id 883, OS thread handle 0x7fb493f2e700, query id 2940122441 192.168.213.30 uuuuuuu
---TRANSACTION 814538735315, not started
MySQL thread id 879, OS thread handle 0x7fb493ff2700, query id 2940164407 192.168.167.129 uuuuuuu
---TRANSACTION 814538640003, not started
MySQL thread id 850, OS thread handle 0x7fb49540b700, query id 2940144811 192.168.163.136 uuuuuuu
---TRANSACTION 814538669137, not started
MySQL thread id 826, OS thread handle 0x7fb49454e700, query id 2940100688 192.168.213.4 uuuuuuu
---TRANSACTION 814538681679, not started
MySQL thread id 881, OS thread handle 0x7fb493f90700, query id 2940112979 192.168.213.4 uuuuuuu
---TRANSACTION 814538735534, not started
MySQL thread id 885, OS thread handle 0x7fb495283700, query id 2940164619 192.168.186.184 uuuuuuu
---TRANSACTION 814538521685, not started
MySQL thread id 844, OS thread handle 0x7fb4943f7700, query id 2940117248 192.168.186.184 uuuuuuu
---TRANSACTION 814538723580, not started
MySQL thread id 817, OS thread handle 0x7fb4946a5700, query id 2940153265 192.168.215.64 uuuuuuu
---TRANSACTION 814538717718, not started
MySQL thread id 788, OS thread handle 0x7fb494a79700, query id 2940147642 192.168.167.129 uuuuuuu
---TRANSACTION 814538707111, not started
MySQL thread id 802, OS thread handle 0x7fb49488f700, query id 2940137057 192.168.167.58 uuuuuuu
---TRANSACTION 814538731315, not started
MySQL thread id 822, OS thread handle 0x7fb4945e1700, query id 2940160509 192.168.163.136 uuuuuuu
---TRANSACTION 814538669398, not started
MySQL thread id 831, OS thread handle 0x7fb4944bb700, query id 2940100972 192.168.213.30 uuuuuuu
---TRANSACTION 814538724579, not started
MySQL thread id 732, OS thread handle 0x7fb4979c0700, query id 2940154276 192.168.215.64 uuuuuuu
---TRANSACTION 814538703970, not started
MySQL thread id 772, OS thread handle 0x7fb494cc5700, query id 2940133977 192.168.222.58 uuuuuuu
---TRANSACTION 814538669732, not started
MySQL thread id 778, OS thread handle 0x7fb495bb3700, query id 2940101325 192.168.163.136 uuuuuuu
---TRANSACTION 814538670387, not started
MySQL thread id 763, OS thread handle 0x7fb494e4d700, query id 2940102041 192.168.222.58 uuuuuuu
---TRANSACTION 814538703592, not started
MySQL thread id 750, OS thread handle 0x7fb495006700, query id 2940133599 192.168.213.30 uuuuuuu
---TRANSACTION 814538724349, not started
MySQL thread id 733, OS thread handle 0x7fb4952b4700, query id 2940154044 192.168.163.136 uuuuuuu
---TRANSACTION 814538684554, not started
MySQL thread id 751, OS thread handle 0x7fb494fd5700, query id 2940115799 192.168.208.172 uuuuuuu
---TRANSACTION 814538495179, not started
MySQL thread id 766, OS thread handle 0x7fb494dba700, query id 2940100877 192.168.213.30 uuuuuuu
---TRANSACTION 814538615207, not started
MySQL thread id 749, OS thread handle 0x7fb495037700, query id 2940052528 192.168.217.71 uuuuuuu
---TRANSACTION 814538682260, not started
MySQL thread id 759, OS thread handle 0x7fb494e7e700, query id 2940113563 192.168.215.64 uuuuuuu
---TRANSACTION 814538711357, not started
MySQL thread id 742, OS thread handle 0x7fb49515d700, query id 2940141469 192.168.167.129 uuuuuuu
---TRANSACTION 814538708682, not started
MySQL thread id 737, OS thread handle 0x7fb495221700, query id 2940138680 192.168.221.175 uuuuuuu
---TRANSACTION 814538719343, not started
MySQL thread id 694, OS thread handle 0x7fb495872700, query id 2940149203 192.168.208.172 uuuuuuu
---TRANSACTION 814538731134, not started
MySQL thread id 689, OS thread handle 0x7fb495936700, query id 2940160265 192.168.215.64 uuuuuuu
---TRANSACTION 814538592608, not started
MySQL thread id 663, OS thread handle 0x7fb495c46700, query id 2940103493 192.168.167.129 uuuuuuu
---TRANSACTION 814538710586, not started
MySQL thread id 642, OS thread handle 0x7fb49822c700, query id 2940140635 192.168.217.71 uuuuuuu
---TRANSACTION 814538683474, not started
MySQL thread id 661, OS thread handle 0x7fb495ca8700, query id 2940114741 192.168.222.58 uuuuuuu
---TRANSACTION 814538729867, not started
MySQL thread id 680, OS thread handle 0x7fb497dc5700, query id 2940159134 192.168.215.64 uuuuuuu
---TRANSACTION 814538723883, not started
MySQL thread id 653, OS thread handle 0x7fb495d3b700, query id 2940153599 192.168.164.15 uuuuuuu
---TRANSACTION 814538703586, not started
MySQL thread id 640, OS thread handle 0x7fb495e92700, query id 2940133593 192.168.215.64 uuuuuuu
---TRANSACTION 814538674892, not started
MySQL thread id 666, OS thread handle 0x7fb495be4700, query id 2940106242 192.168.177.232 uuuuuuu
---TRANSACTION 814538727275, not started
MySQL thread id 612, OS thread handle 0x7fb4961d3700, query id 2940156708 192.168.213.30 uuuuuuu
---TRANSACTION 814538679932, not started
MySQL thread id 650, OS thread handle 0x7fb4978fc700, query id 2940111250 192.168.167.129 uuuuuuu
---TRANSACTION 814538721641, not started
MySQL thread id 596, OS thread handle 0x7fb496b03700, query id 2940151398 192.168.215.64 uuuuuuu
---TRANSACTION 814538600466, not started
MySQL thread id 631, OS thread handle 0x7fb495f56700, query id 2940116407 192.168.222.58 uuuuuuu
---TRANSACTION 814538694505, not started
MySQL thread id 601, OS thread handle 0x7fb4963bd700, query id 2940124559 192.168.222.58 uuuuuuu
---TRANSACTION 814538668849, not started
MySQL thread id 577, OS thread handle 0x7fb497495700, query id 2940100390 192.168.167.129 uuuuuuu
---TRANSACTION 814538735371, not started
MySQL thread id 576, OS thread handle 0x7fb497123700, query id 2940164460 192.168.222.58 uuuuuuu
---TRANSACTION 814538676227, not started
MySQL thread id 638, OS thread handle 0x7fb497c3d700, query id 2940107607 192.168.177.232 uuuuuuu
---TRANSACTION 814538702861, not started
MySQL thread id 554, OS thread handle 0x7fb4968e8700, query id 2940132843 192.168.195.113 uuuuuuu
---TRANSACTION 814538669908, not started
MySQL thread id 583, OS thread handle 0x7fb496609700, query id 2940101494 192.168.195.113 uuuuuuu
---TRANSACTION 814538687601, not started
MySQL thread id 501, OS thread handle 0x7fb497185700, query id 2940118589 192.168.215.64 uuuuuuu
---TRANSACTION 814538590823, not started
MySQL thread id 586, OS thread handle 0x7fb4965d8700, query id 2940030704 192.168.217.71 uuuuuuu
---TRANSACTION 814538669385, not started
MySQL thread id 527, OS thread handle 0x7fb496d1e700, query id 2940165736 192.168.167.129 uuuuuuu
---TRANSACTION 814538707613, not started
MySQL thread id 515, OS thread handle 0x7fb496f6a700, query id 2940137566 192.168.163.136 uuuuuuu
---TRANSACTION 814538674779, not started
MySQL thread id 584, OS thread handle 0x7fb496b96700, query id 2940106121 192.168.177.232 uuuuuuu
---TRANSACTION 814538721369, not started
MySQL thread id 485, OS thread handle 0x7fb4973a0700, query id 2940151101 192.168.162.201 uuuuuuu
---TRANSACTION 814538687789, not started
MySQL thread id 528, OS thread handle 0x7fb496ced700, query id 2940118761 192.168.177.232 uuuuuuu
---TRANSACTION 814538733999, not started
MySQL thread id 488, OS thread handle 0x7fb49733e700, query id 2940163130 192.168.163.136 uuuuuuu
---TRANSACTION 814538675070, not started
MySQL thread id 490, OS thread handle 0x7fb4972dc700, query id 2940106438 192.168.222.58 uuuuuuu
---TRANSACTION 814538699332, not started
MySQL thread id 495, OS thread handle 0x7fb497838700, query id 2940129129 192.168.177.232 uuuuuuu
---TRANSACTION 814538685248, not started
MySQL thread id 499, OS thread handle 0x7fb49792d700, query id 2940116473 192.168.167.129 uuuuuuu
---TRANSACTION 814538698532, not started
MySQL thread id 460, OS thread handle 0x7fb4976e1700, query id 2940128349 192.168.167.129 uuuuuuu
---TRANSACTION 814538559800, not started
MySQL thread id 457, OS thread handle 0x7fb497774700, query id 2940002624 192.168.163.136 uuuuuuu
---TRANSACTION 814538669076, not started
MySQL thread id 434, OS thread handle 0x7fb497b17700, query id 2940100639 192.168.167.129 uuuuuuu
---TRANSACTION 814538621033, not started
MySQL thread id 433, OS thread handle 0x7fb4e13c4700, query id 2940129660 192.168.222.58 uuuuuuu
---TRANSACTION 814538724711, not started
MySQL thread id 432, OS thread handle 0x7fba26840700, query id 2940154378 192.168.163.136 uuuuuuu
---TRANSACTION 814538726594, not started
MySQL thread id 411, OS thread handle 0x7fb497e27700, query id 2940156072 192.168.167.129 uuuuuuu
---TRANSACTION 814538736379, not started committing
MySQL thread id 408, OS thread handle 0x7fb497eeb700, query id 2940165378 192.168.163.136 uuuuuuu Sending data
SELECT * FROM `xxxxxx_odds_18_8` WHERE `event_id` = '83343796' AND `add_time` >= 1570763392 ORDER BY `add_time` DESC
---TRANSACTION 814538670529, not started
MySQL thread id 410, OS thread handle 0x7fb4e129e700, query id 2940102171 192.168.222.58 uuuuuuu
---TRANSACTION 814538490338, not started
MySQL thread id 388, OS thread handle 0x7fb4aeb6a700, query id 2940145816 192.168.177.232 uuuuuuu
---TRANSACTION 814538707773, not started
MySQL thread id 378, OS thread handle 0x7fb4ae8ed700, query id 2940137749 192.168.163.136 uuuuuuu
---TRANSACTION 814538631560, not started
MySQL thread id 373, OS thread handle 0x7fb4e11a9700, query id 2940134697 192.168.215.64 uuuuuuu
---TRANSACTION 814538589990, not started
MySQL thread id 358, OS thread handle 0x7fbc080d3700, query id 2940101686 192.168.167.129 uuuuuuu
---TRANSACTION 814538708023, not started
MySQL thread id 313, OS thread handle 0x7fb4e13f5700, query id 2940137981 192.168.211.62 uuuuuuu
---TRANSACTION 814538676215, not started
MySQL thread id 359, OS thread handle 0x7fb497e89700, query id 2940107594 192.168.218.166 uuuuuuu
---TRANSACTION 814538684283, not started
MySQL thread id 328, OS thread handle 0x7fb49828e700, query id 2940115537 192.168.167.129 uuuuuuu
---TRANSACTION 814538723253, not started
MySQL thread id 339, OS thread handle 0x7fb704166700, query id 2940152927 192.168.162.201 uuuuuuu
---TRANSACTION 814538459776, not started
MySQL thread id 363, OS thread handle 0x7fc06b8d3700, query id 2940053293 192.168.217.71 uuuuuuu
---TRANSACTION 814538706187, not started
MySQL thread id 340, OS thread handle 0x7fb4980d5700, query id 2940136136 192.168.215.64 uuuuuuu
---TRANSACTION 814538713035, not started
MySQL thread id 324, OS thread handle 0x7fb4982f0700, query id 2940143050 192.168.177.232 uuuuuuu
---TRANSACTION 814538729692, not started
MySQL thread id 315, OS thread handle 0x7fb498478700, query id 2940158978 192.168.222.58 uuuuuuu
---TRANSACTION 814538699340, not started
MySQL thread id 288, OS thread handle 0x7fb498910700, query id 2940129138 192.168.211.62 uuuuuuu
---TRANSACTION 814538393215, not started
MySQL thread id 300, OS thread handle 0x7fb4986c4700, query id 2939849625 192.168.208.172 uuuuuuu
---TRANSACTION 814538711777, not started
MySQL thread id 298, OS thread handle 0x7fb498726700, query id 2940141840 192.168.217.71 uuuuuuu
---TRANSACTION 814538667903, not started
MySQL thread id 281, OS thread handle 0x7fb498a67700, query id 2940099309 192.168.162.201 uuuuuuu
---TRANSACTION 814538647486, not started
MySQL thread id 244, OS thread handle 0x7fb4e1052700, query id 2940081169 192.168.208.172 uuuuuuu
---TRANSACTION 814538538654, not started
MySQL thread id 243, OS thread handle 0x7fb4e1083700, query id 2940127637 192.168.217.71 uuuuuuu
---TRANSACTION 814538704041, not started
MySQL thread id 234, OS thread handle 0x7fb4e120b700, query id 2940134029 192.168.218.166 uuuuuuu
---TRANSACTION 814538715383, not started
MySQL thread id 242, OS thread handle 0x7fb4e10b4700, query id 2940145369 192.168.218.166 uuuuuuu
---TRANSACTION 814538668261, not started
MySQL thread id 249, OS thread handle 0x7fb4aeb39700, query id 2940160963 192.168.222.58 uuuuuuu
---TRANSACTION 814538693905, not started
MySQL thread id 261, OS thread handle 0x7fb4ae980700, query id 2940123997 192.168.211.62 uuuuuuu
---TRANSACTION 814538718522, not started
MySQL thread id 220, OS thread handle 0x7fb5228a2700, query id 2940148431 192.168.195.113 uuuuuuu
---TRANSACTION 814538722132, not started
MySQL thread id 214, OS thread handle 0x7fbe8a104700, query id 2940151888 192.168.211.62 uuuuuuu
---TRANSACTION 814538723812, not started
MySQL thread id 126, OS thread handle 0x7fba26904700, query id 2940153521 192.168.164.15 uuuuuuu
---TRANSACTION 814538499210, not started
MySQL thread id 200, OS thread handle 0x7fb663871700, query id 2940101383 192.168.210.67 uuuuuuu
---TRANSACTION 814538607883, not started
MySQL thread id 206, OS thread handle 0x7fb5c3135700, query id 2940045544 192.168.215.64 uuuuuuu
---TRANSACTION 814538719191, not started
MySQL thread id 196, OS thread handle 0x7fb663935700, query id 2940149051 192.168.217.71 uuuuuuu
---TRANSACTION 814538668100, not started starting index read
mysql tables in use 1, locked 0
MySQL thread id 165, OS thread handle 0x7fba26966700, query id 2940165719 192.168.164.15 uuuuuuu statistics
SELECT * FROM `race` WHERE `FI` = '83339606' LIMIT 1
---TRANSACTION 814538729986, not started
MySQL thread id 150, OS thread handle 0x7fb8e58a2700, query id 2940159251 192.168.208.172 uuuuuuu
---TRANSACTION 814538671046, not started
MySQL thread id 140, OS thread handle 0x7fb9860a2700, query id 2940102650 192.168.208.172 uuuuuuu
---TRANSACTION 814538718424, not started
MySQL thread id 82, OS thread handle 0x7fbd490a2700, query id 2940148328 192.168.167.129 uuuuuuu
---TRANSACTION 814538643400, not started
MySQL thread id 179, OS thread handle 0x7fb7040a2700, query id 2940142149 192.168.162.201 uuuuuuu
---TRANSACTION 814538717816, not started
MySQL thread id 195, OS thread handle 0x7fbb67871700, query id 2940147738 192.168.215.64 uuuuuuu
---TRANSACTION 814538523462, not started
MySQL thread id 198, OS thread handle 0x7fb6638d3700, query id 2939969379 192.168.208.172 uuuuuuu
---TRANSACTION 814538730529, not started
MySQL thread id 185, OS thread handle 0x7fbf2a8d3700, query id 2940159775 192.168.222.58 uuuuuuu
---TRANSACTION 814538587170, not started
MySQL thread id 139, OS thread handle 0x7fb9860d3700, query id 2940027386 192.168.217.71 uuuuuuu
---TRANSACTION 814538698012, not started
MySQL thread id 142, OS thread handle 0x7fb986040700, query id 2940127840 192.168.210.67 uuuuuuu
---TRANSACTION 814538683519, not started
MySQL thread id 118, OS thread handle 0x7fbac7104700, query id 2940114780 192.168.162.201 uuuuuuu
---TRANSACTION 814538702267, not started
MySQL thread id 148, OS thread handle 0x7fb8e5904700, query id 2940132215 192.168.215.64 uuuuuuu
---TRANSACTION 814538680163, not started
MySQL thread id 70, OS thread handle 0x7fbde9935700, query id 2940111485 192.168.162.201 uuuuuuu
---TRANSACTION 814538687459, not started
MySQL thread id 164, OS thread handle 0x7fbb67840700, query id 2940118474 192.168.218.166 uuuuuuu
---TRANSACTION 814538676006, not started
MySQL thread id 103, OS thread handle 0x7fbc08071700, query id 2940107373 192.168.167.129 uuuuuuu
---TRANSACTION 814538677565, not started
MySQL thread id 128, OS thread handle 0x7fba268a2700, query id 2940108945 192.168.211.62 uuuuuuu
---TRANSACTION 814538701959, not started
MySQL thread id 120, OS thread handle 0x7fbac70a2700, query id 2940131879 192.168.215.64 uuuuuuu
---TRANSACTION 814538706549, not started
MySQL thread id 81, OS thread handle 0x7fbd490d3700, query id 2940136484 192.168.195.113 uuuuuuu
---TRANSACTION 814538645227, not started
MySQL thread id 59, OS thread handle 0x7fbf2a840700, query id 2940146734 192.168.218.166 uuuuuuu
---TRANSACTION 814538608410, not started
MySQL thread id 90, OS thread handle 0x7fbca8904700, query id 2940046018 192.168.210.67 uuuuuuu
---TRANSACTION 814538615471, not started
MySQL thread id 89, OS thread handle 0x7fbca8935700, query id 2940052764 192.168.208.172 uuuuuuu
---TRANSACTION 814538670516, not started
MySQL thread id 78, OS thread handle 0x7fbd49135700, query id 2940102160 192.168.211.62 uuuuuuu
---TRANSACTION 814538288019, not started
MySQL thread id 92, OS thread handle 0x7fbca88a2700, query id 2940026297 192.168.217.71 uuuuuuu
---TRANSACTION 814538724536, not started
MySQL thread id 75, OS thread handle 0x7fbde9840700, query id 2940154234 192.168.221.175 uuuuuuu
---TRANSACTION 814538579516, not started
MySQL thread id 91, OS thread handle 0x7fbca88d3700, query id 2940020480 192.168.215.64 uuuuuuu
---TRANSACTION 814538723942, not started
MySQL thread id 48, OS thread handle 0x7fbfcb071700, query id 2940153655 192.168.221.175 uuuuuuu
---TRANSACTION 814538689873, not started
MySQL thread id 53, OS thread handle 0x7fbf2a904700, query id 2940120454 192.168.213.4 uuuuuuu
---TRANSACTION 814538672623, not started
MySQL thread id 11, OS thread handle 0x7fc3168f9700, query id 2940104132 192.168.162.201 uuuuuuu
---TRANSACTION 814538515453, not started
MySQL thread id 10, OS thread handle 0x7fc31692a700, query id 2940106443 192.168.215.64 uuuuuuu
---TRANSACTION 814538683452, not started
MySQL thread id 45, OS thread handle 0x7fbfcb104700, query id 2940114710 192.168.215.64 uuuuuuu
---TRANSACTION 814538723847, not started
MySQL thread id 43, OS thread handle 0x7fbfcb166700, query id 2940153559 192.168.162.201 uuuuuuu
---TRANSACTION 814538482174, not started
MySQL thread id 39, OS thread handle 0x7fc06b8a2700, query id 2940087753 192.168.210.67 uuuuuuu
---TRANSACTION 814538733688, not started
MySQL thread id 33, OS thread handle 0x7fc06b997700, query id 2940162829 192.168.217.71 uuuuuuu
---TRANSACTION 814538511002, not started
MySQL thread id 19, OS thread handle 0x7fc1b6535700, query id 2940103509 192.168.222.58 uuuuuuu
---TRANSACTION 814538676189, not started
MySQL thread id 17, OS thread handle 0x7fc1b6597700, query id 2940107569 192.168.211.62 uuuuuuu
---TRANSACTION 814538735766, ACTIVE 0 sec fetching rows
mysql tables in use 1, locked 0
MySQL thread id 82641939, OS thread handle 0x7fb8e5997700, query id 2940164836 192.168.167.106 uuuuuuu Sending data
SELECT id, sport_id FROM sbobet_event WHERE time_status=1 AND updated_at > '1570763342'
Trx read view will not see trx with id >= 814538735767, sees < 814538719381
Trx #rec lock waits 0 #table lock waits 0
Trx total rec lock wait time 0 SEC
Trx total table lock wait time 0 SEC
---TRANSACTION 814538719381, ACTIVE 0 sec fetching rows
mysql tables in use 1, locked 0
MySQL thread id 82017268, OS thread handle 0x7fb4e1300700, query id 2940149237 192.168.209.173 uuuuuuu Sending data
SELECT * FROM betfair_event WHERE time_status='1' AND is_ex=1
Trx read view will not see trx with id >= 814538719382, sees < 814538705173
Trx #rec lock waits 2 #table lock waits 0
Trx total rec lock wait time 0 SEC
Trx total table lock wait time 0 SEC
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (read thread)
I/O thread 5 state: waiting for completed aio requests (read thread)
I/O thread 6 state: waiting for completed aio requests (write thread)
I/O thread 7 state: waiting for completed aio requests (write thread)
I/O thread 8 state: waiting for completed aio requests (write thread)
I/O thread 9 state: waiting for completed aio requests (write thread)
Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] ,
ibuf aio reads: 0, log i/o's: 0, sync i/o's: 0
Pending flushes (fsync) log: 0; buffer pool: 0
5555978 OS file reads, 355227047 OS file writes, 907269 OS fsyncs
119.55 reads/s, 16384 avg bytes/read, 2698.04 writes/s, 9.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 34292, seg size 34294, 12011 merges
merged operations:
insert 9497, delete mark 1348291, delete 11241
discarded operations:
insert 0, delete mark 0, delete 0
160017.43 hash searches/s, 114774.32 non-hash searches/s
---
LOG
---
Log sequence number 29187169323958
Log flushed up to 29187169208534
Pages flushed up to 29185524938006
Last checkpoint at 29185519613757
Max checkpoint age 10436059423
Checkpoint age target 10109932567
Modified age 1644385952
Checkpoint age 1649710201
0 pending log writes, 0 pending chkp writes
353352627 log i/o's done, 2675.86 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total memory allocated 53653667840; in additional pool allocated 0
Total memory allocated by read views 12362776
Internal hash tables (constant factor + variable factor)
Adaptive hash index 9510207536 (815984584 + 8694222952)
Page hash 2550904 (buffer pool 0 only)
Dictionary cache 209741257 (203997616 + 5743641)
File system 1422128 (812272 + 609856)
Lock system 128972728 (127499608 + 1473120)
Recovery system 0 (0 + 0)
Dictionary memory allocated 5743641
Buffer pool size 3145700
Buffer pool size, bytes 51539148800
Free buffers 5130
Database pages 2609917
Old database pages 963020
Modified db pages 22483
Percent of dirty pages(LRU & free pages): 0.860
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 3263450, not young 154629754
217.54 youngs/s, 8104.84 non-youngs/s
Pages read 5553395, created 185763, written 1873864
119.70 reads/s, 0.57 creates/s, 22.57 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 4 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 2609917, unzip_LRU len: 0
I/O sum[62980]:cur[0], unzip sum[0]:cur[0]
----------------------
INDIVIDUAL BUFFER POOL INFO
----------------------
---BUFFER POOL 0
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130555
Old database pages 48173
Modified db pages 1260
Percent of dirty pages(LRU & free pages): 0.963
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 160346, not young 7729239
13.14 youngs/s, 100.27 non-youngs/s
Pages read 277332, created 9105, written 103674
7.00 reads/s, 0.00 creates/s, 1.43 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 1 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130555, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 1
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 258
Database pages 130464
Old database pages 48139
Modified db pages 1294
Percent of dirty pages(LRU & free pages): 0.990
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 162700, not young 7859871
12.28 youngs/s, 95.56 non-youngs/s
Pages read 275311, created 8898, written 96353
5.71 reads/s, 0.00 creates/s, 0.86 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 1 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130464, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 2
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130445
Old database pages 48132
Modified db pages 1094
Percent of dirty pages(LRU & free pages): 0.837
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 165954, not young 8413499
8.71 youngs/s, 555.35 non-youngs/s
Pages read 284982, created 9626, written 91777
7.86 reads/s, 0.00 creates/s, 1.00 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 6 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130445, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 3
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130497
Old database pages 48151
Modified db pages 1006
Percent of dirty pages(LRU & free pages): 0.769
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 161153, not young 7405103
12.28 youngs/s, 736.32 non-youngs/s
Pages read 275412, created 9113, written 94871
9.57 reads/s, 0.00 creates/s, 1.00 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 9 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130497, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 4
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130510
Old database pages 48157
Modified db pages 1004
Percent of dirty pages(LRU & free pages): 0.768
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 169336, not young 7601922
13.43 youngs/s, 692.62 non-youngs/s
Pages read 282497, created 9769, written 96425
5.14 reads/s, 0.00 creates/s, 2.14 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 8 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130510, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 5
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130569
Old database pages 48178
Modified db pages 1005
Percent of dirty pages(LRU & free pages): 0.768
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 166892, not young 8054281
9.57 youngs/s, 201.83 non-youngs/s
Pages read 284103, created 9432, written 85412
4.43 reads/s, 0.00 creates/s, 0.86 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 2 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130569, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 6
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130499
Old database pages 48152
Modified db pages 1018
Percent of dirty pages(LRU & free pages): 0.779
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 160255, not young 7976231
12.43 youngs/s, 796.03 non-youngs/s
Pages read 277774, created 8536, written 86370
4.86 reads/s, 0.00 creates/s, 0.86 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 11 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130499, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 7
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130498
Old database pages 48152
Modified db pages 974
Percent of dirty pages(LRU & free pages): 0.745
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 164730, not young 7371897
7.86 youngs/s, 262.68 non-youngs/s
Pages read 272733, created 9224, written 88231
3.86 reads/s, 0.00 creates/s, 1.57 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 4 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130498, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 8
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130595
Old database pages 48187
Modified db pages 1097
Percent of dirty pages(LRU & free pages): 0.838
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 162781, not young 7639315
10.14 youngs/s, 817.17 non-youngs/s
Pages read 281171, created 9486, written 90741
7.43 reads/s, 0.00 creates/s, 1.29 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 11 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130595, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 9
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130441
Old database pages 48131
Modified db pages 983
Percent of dirty pages(LRU & free pages): 0.752
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 150824, not young 7284193
11.86 youngs/s, 748.18 non-youngs/s
Pages read 268655, created 8840, written 81454
6.86 reads/s, 0.00 creates/s, 0.86 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 12 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130441, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 10
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130430
Old database pages 48127
Modified db pages 1238
Percent of dirty pages(LRU & free pages): 0.947
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 164623, not young 7909985
10.57 youngs/s, 123.55 non-youngs/s
Pages read 280118, created 10033, written 98041
6.57 reads/s, 0.00 creates/s, 1.00 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 1 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130430, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 11
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130410
Old database pages 48119
Modified db pages 1135
Percent of dirty pages(LRU & free pages): 0.869
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 166997, not young 7578017
14.71 youngs/s, 182.69 non-youngs/s
Pages read 281999, created 8965, written 94717
7.14 reads/s, 0.00 creates/s, 1.00 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 2 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130410, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 12
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130481
Old database pages 48145
Modified db pages 1323
Percent of dirty pages(LRU & free pages): 1.012
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 163164, not young 7815399
6.57 youngs/s, 707.47 non-youngs/s
Pages read 275735, created 9619, written 109108
5.28 reads/s, 0.14 creates/s, 0.71 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 5 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130481, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 13
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130618
Old database pages 48196
Modified db pages 1270
Percent of dirty pages(LRU & free pages): 0.970
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 159496, not young 7663174
6.43 youngs/s, 23.28 non-youngs/s
Pages read 270956, created 9126, written 94311
2.86 reads/s, 0.00 creates/s, 1.00 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 0 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130618, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 14
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130550
Old database pages 48171
Modified db pages 915
Percent of dirty pages(LRU & free pages): 0.700
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 170975, not young 8029687
15.14 youngs/s, 72.85 non-youngs/s
Pages read 284510, created 9273, written 73196
5.43 reads/s, 0.00 creates/s, 0.43 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 0 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130550, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 15
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130447
Old database pages 48133
Modified db pages 1316
Percent of dirty pages(LRU & free pages): 1.007
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 165805, not young 7909436
10.57 youngs/s, 819.17 non-youngs/s
Pages read 280457, created 9309, written 99458
7.28 reads/s, 0.14 creates/s, 0.86 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 7 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130447, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 16
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130620
Old database pages 48197
Modified db pages 1238
Percent of dirty pages(LRU & free pages): 0.946
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 160361, not young 7284068
14.00 youngs/s, 710.90 non-youngs/s
Pages read 269505, created 9079, written 104656
3.86 reads/s, 0.00 creates/s, 1.71 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 4 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130620, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 17
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 257
Database pages 130532
Old database pages 48164
Modified db pages 1042
Percent of dirty pages(LRU & free pages): 0.797
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 167174, not young 7800855
8.43 youngs/s, 194.12 non-youngs/s
Pages read 282898, created 9338, written 88837
7.28 reads/s, 0.29 creates/s, 1.14 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 2 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130532, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 18
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130385
Old database pages 48111
Modified db pages 1183
Percent of dirty pages(LRU & free pages): 0.906
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 160902, not young 7808636
9.57 youngs/s, 139.84 non-youngs/s
Pages read 274106, created 9294, written 95312
8.14 reads/s, 0.00 creates/s, 1.29 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 1 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130385, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
---BUFFER POOL 19
Buffer pool size 157285
Buffer pool size, bytes 2576957440
Free buffers 256
Database pages 130371
Old database pages 48105
Modified db pages 1088
Percent of dirty pages(LRU & free pages): 0.833
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 158982, not young 7494946
9.86 youngs/s, 124.98 non-youngs/s
Pages read 273141, created 9698, written 100920
3.14 reads/s, 0.00 creates/s, 1.57 writes/s
Buffer pool hit rate 999 / 1000, young-making rate 0 / 1000 not 1 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 130371, unzip_LRU len: 0
I/O sum[3149]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
29 read views open inside InnoDB
22 RW transactions active inside InnoDB
0 RO transactions active inside InnoDB
22 out of 1000 descriptors used
---OLDEST VIEW---
Normal read view
Read view low limit trx n:o 814538710208
Read view up limit trx id 814538705173
Read view low limit trx id 814538710208
Read view individually stored trx ids:
Read view trx id 814538705173
Read view trx id 814538708101
Read view trx id 814538708216
Read view trx id 814538708642
Read view trx id 814538709274
Read view trx id 814538709486
Read view trx id 814538709595
Read view trx id 814538709604
Read view trx id 814538709652
Read view trx id 814538709669
Read view trx id 814538709747
Read view trx id 814538709884
Read view trx id 814538709914
Read view trx id 814538710095
Read view trx id 814538710189
Read view trx id 814538710190
-----------------
Main thread process no. 22106, id 140413750990592, state: sleeping
Number of rows inserted 7948692, updated 384695658, deleted 3819827, read 585861726349
35.00 inserts/s, 2829.74 updates/s, 3.57 deletes/s, 6955331.95 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 1
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
1 row in set (0.13 sec)
nothing special.
All are 'Sleep'. with 3949 rows
+--------------------------------------------------------+----------------+
| Variable_name | Value |
+--------------------------------------------------------+----------------+
| Aborted_clients | 101414 |
| Aborted_connects | 26001 |
| Access_denied_errors | 0 |
| Aria_pagecache_blocks_not_flushed | 0 |
| Aria_pagecache_blocks_unused | 15736 |
| Aria_pagecache_blocks_used | 156 |
| Aria_pagecache_read_requests | 7959085 |
| Aria_pagecache_reads | 1991 |
| Aria_pagecache_write_requests | 109929 |
| Aria_pagecache_writes | 0 |
| Aria_transaction_log_syncs | 0 |
| Binlog_commits | 0 |
| Binlog_group_commits | 0 |
| Binlog_group_commit_trigger_count | 0 |
| Binlog_group_commit_trigger_lock_wait | 0 |
| Binlog_group_commit_trigger_timeout | 0 |
| Binlog_snapshot_file | |
| Binlog_snapshot_position | 0 |
| Binlog_bytes_written | 0 |
| Binlog_cache_disk_use | 0 |
| Binlog_cache_use | 0 |
| Binlog_stmt_cache_disk_use | 0 |
| Binlog_stmt_cache_use | 0 |
| Busy_time | 0.000000 |
| Bytes_received | 371149593662 |
| Bytes_sent | 2038813471500 |
| Com_admin_commands | 384039609 |
| Com_alter_db | 0 |
| Com_alter_db_upgrade | 0 |
| Com_alter_event | 0 |
| Com_alter_function | 0 |
| Com_alter_procedure | 0 |
| Com_alter_server | 0 |
| Com_alter_table | 0 |
| Com_alter_tablespace | 0 |
| Com_analyze | 0 |
| Com_assign_to_keycache | 0 |
| Com_begin | 0 |
| Com_binlog | 0 |
| Com_call_procedure | 0 |
| Com_change_db | 0 |
| Com_change_master | 0 |
| Com_check | 0 |
| Com_checksum | 0 |
| Com_commit | 0 |
| Com_create_db | 0 |
| Com_create_event | 0 |
| Com_create_function | 0 |
| Com_create_index | 0 |
| Com_create_procedure | 0 |
| Com_create_role | 0 |
| Com_create_server | 0 |
| Com_create_table | 0 |
| Com_create_trigger | 0 |
| Com_create_udf | 0 |
| Com_create_user | 0 |
| Com_create_view | 0 |
| Com_dealloc_sql | 0 |
| Com_delete | 6557873 |
| Com_delete_multi | 0 |
| Com_do | 0 |
| Com_drop_db | 0 |
| Com_drop_event | 0 |
| Com_drop_function | 0 |
| Com_drop_index | 0 |
| Com_drop_procedure | 0 |
| Com_drop_role | 0 |
| Com_drop_server | 0 |
| Com_drop_table | 0 |
| Com_drop_trigger | 0 |
| Com_drop_user | 0 |
| Com_drop_view | 0 |
| Com_empty_query | 0 |
| Com_execute_sql | 0 |
| Com_flush | 4 |
| Com_get_diagnostics | 0 |
| Com_grant | 0 |
| Com_grant_role | 0 |
| Com_ha_close | 0 |
| Com_ha_open | 0 |
| Com_ha_read | 0 |
| Com_help | 0 |
| Com_insert | 396194687 |
| Com_insert_select | 375396 |
| Com_install_plugin | 0 |
| Com_kill | 0 |
| Com_load | 0 |
| Com_lock_tables | 0 |
| Com_optimize | 0 |
| Com_preload_keys | 0 |
| Com_prepare_sql | 0 |
| Com_purge | 0 |
| Com_purge_before_date | 0 |
| Com_release_savepoint | 0 |
| Com_rename_table | 0 |
| Com_rename_user | 0 |
| Com_repair | 0 |
| Com_replace | 0 |
| Com_replace_select | 0 |
| Com_reset | 0 |
| Com_resignal | 0 |
| Com_revoke | 0 |
| Com_revoke_all | 0 |
| Com_revoke_role | 0 |
| Com_rollback | 0 |
| Com_rollback_to_savepoint | 0 |
| Com_savepoint | 0 |
| Com_select | 2145719049 |
| Com_set_option | 82424533 |
| Com_show_authors | 0 |
| Com_show_binlog_events | 0 |
| Com_show_binlogs | 0 |
| Com_show_charsets | 0 |
| Com_show_client_statistics | 0 |
| Com_show_collations | 0 |
| Com_show_contributors | 0 |
| Com_show_create_db | 0 |
| Com_show_create_event | 0 |
| Com_show_create_func | 0 |
| Com_show_create_proc | 0 |
| Com_show_create_table | 0 |
| Com_show_create_trigger | 0 |
| Com_show_databases | 5 |
| Com_show_engine_logs | 0 |
| Com_show_engine_mutex | 0 |
| Com_show_engine_status | 7 |
| Com_show_errors | 0 |
| Com_show_events | 0 |
| Com_show_explain | 0 |
| Com_show_fields | 2814 |
| Com_show_function_status | 0 |
| Com_show_grants | 0 |
| Com_show_index_statistics | 0 |
| Com_show_keys | 0 |
| Com_show_master_status | 0 |
| Com_show_open_tables | 0 |
| Com_show_plugins | 0 |
| Com_show_privileges | 0 |
| Com_show_procedure_status | 0 |
| Com_show_processlist | 0 |
| Com_show_profile | 0 |
| Com_show_profiles | 0 |
| Com_show_relaylog_events | 0 |
| Com_show_slave_hosts | 1 |
| Com_show_slave_status | 1 |
| Com_show_status | 21 |
| Com_show_storage_engines | 1 |
| Com_show_table_statistics | 0 |
| Com_show_table_status | 5 |
| Com_show_tables | 8 |
| Com_show_triggers | 0 |
| Com_show_user_statistics | 0 |
| Com_show_variables | 2 |
| Com_show_warnings | 0 |
| Com_shutdown | 0 |
| Com_signal | 0 |
| Com_start_all_slaves | 0 |
| Com_start_slave | 0 |
| Com_stmt_close | 0 |
| Com_stmt_execute | 0 |
| Com_stmt_fetch | 0 |
| Com_stmt_prepare | 0 |
| Com_stmt_reprepare | 0 |
| Com_stmt_reset | 0 |
| Com_stmt_send_long_data | 0 |
| Com_stop_all_slaves | 0 |
| Com_stop_slave | 0 |
| Com_truncate | 0 |
| Com_uninstall_plugin | 0 |
| Com_unlock_tables | 0 |
| Com_update | 221643972 |
| Com_update_multi | 26754 |
| Com_xa_commit | 0 |
| Com_xa_end | 0 |
| Com_xa_prepare | 0 |
| Com_xa_recover | 0 |
| Com_xa_rollback | 0 |
| Com_xa_start | 0 |
| Compression | OFF |
| Connection_errors_accept | 0 |
| Connection_errors_internal | 0 |
| Connection_errors_max_connections | 0 |
| Connection_errors_peer_address | 0 |
| Connection_errors_select | 0 |
| Connection_errors_tcpwrap | 0 |
| Connections | 82545840 |
| Cpu_time | 0.000000 |
| Created_tmp_disk_tables | 1993 |
| Created_tmp_files | 11801 |
| Created_tmp_tables | 1465112 |
| Delayed_errors | 0 |
| Delayed_insert_threads | 0 |
| Delayed_writes | 0 |
| Delete_scan | 99424 |
| Empty_queries | 334521662 |
| Executed_events | 0 |
| Executed_triggers | 0 |
| Feature_delay_key_write | 0 |
| Feature_dynamic_columns | 0 |
| Feature_fulltext | 0 |
| Feature_gis | 0 |
| Feature_locale | 0 |
| Feature_subquery | 710 |
| Feature_timezone | 0 |
| Feature_trigger | 0 |
| Feature_xml | 0 |
| Flush_commands | 1 |
| Handler_commit | 2770512074 |
| Handler_delete | 3817707 |
| Handler_discover | 0 |
| Handler_external_lock | 0 |
| Handler_icp_attempts | 33146937908 |
| Handler_icp_match | 2155356606 |
| Handler_mrr_init | 0 |
| Handler_mrr_key_refills | 0 |
| Handler_mrr_rowid_refills | 0 |
| Handler_prepare | 0 |
| Handler_read_first | 416146 |
| Handler_read_key | 3009653298 |
| Handler_read_last | 11352 |
| Handler_read_next | 311448344199 |
| Handler_read_prev | 7086241172 |
| Handler_read_retry | 0 |
| Handler_read_rnd | 711489347 |
| Handler_read_rnd_deleted | 787 |
| Handler_read_rnd_next | 264109364617 |
| Handler_rollback | 2374 |
| Handler_savepoint | 0 |
| Handler_savepoint_rollback | 0 |
| Handler_tmp_update | 24087920 |
| Handler_tmp_write | 36305060 |
| Handler_update | 383996986 |
| Handler_write | 404376472 |
| Innodb_available_undo_logs | 128 |
| Innodb_background_log_sync | 132190 |
| Innodb_buffer_pool_bytes_data | 42761093120 |
| Innodb_buffer_pool_bytes_dirty | 384286720 |
| Innodb_buffer_pool_dump_status | not started |
| Innodb_buffer_pool_load_status | not started |
| Innodb_buffer_pool_pages_data | 2609930 |
| Innodb_buffer_pool_pages_dirty | 23455 |
| Innodb_buffer_pool_pages_flushed | 1870174 |
| Innodb_buffer_pool_pages_free | 5208 |
| Innodb_buffer_pool_pages_lru_flushed | 0 |
| Innodb_buffer_pool_pages_made_not_young | 153898237 |
| Innodb_buffer_pool_pages_made_young | 3255897 |
| Innodb_buffer_pool_pages_misc | 530562 |
| Innodb_buffer_pool_pages_old | 963023 |
| Innodb_buffer_pool_pages_total | 3145700 |
| Innodb_buffer_pool_read_ahead | 245519 |
| Innodb_buffer_pool_read_ahead_evicted | 0 |
| Innodb_buffer_pool_read_ahead_rnd | 0 |
| Innodb_buffer_pool_read_requests | 205410997532 |
| Innodb_buffer_pool_reads | 5281685 |
| Innodb_buffer_pool_wait_free | 1497 |
| Innodb_buffer_pool_write_requests | 2396452848 |
| Innodb_checkpoint_age | 1616577400 |
| Innodb_checkpoint_max_age | 10436059423 |
| Innodb_data_fsyncs | 905682 |
| Innodb_data_pending_fsyncs | 0 |
| Innodb_data_pending_reads | 0 |
| Innodb_data_pending_writes | 0 |
| Innodb_data_read | 90919277056 |
| Innodb_data_reads | 5547881 |
| Innodb_data_writes | 354556709 |
| Innodb_data_written | 332849017344 |
| Innodb_dblwr_pages_written | 0 |
| Innodb_dblwr_writes | 0 |
| Innodb_deadlocks | 2357 |
| Innodb_have_atomic_builtins | ON |
| Innodb_history_list_length | 1686 |
| Innodb_ibuf_discarded_delete_marks | 0 |
| Innodb_ibuf_discarded_deletes | 0 |
| Innodb_ibuf_discarded_inserts | 0 |
| Innodb_ibuf_free_list | 34292 |
| Innodb_ibuf_merged_delete_marks | 1348291 |
| Innodb_ibuf_merged_deletes | 11241 |
| Innodb_ibuf_merged_inserts | 9497 |
| Innodb_ibuf_merges | 12011 |
| Innodb_ibuf_segment_size | 34294 |
| Innodb_ibuf_size | 1 |
| Innodb_log_waits | 0 |
| Innodb_log_write_requests | 249873925 |
| Innodb_log_writes | 352666514 |
| Innodb_lsn_current | 29186948079599 |
| Innodb_lsn_flushed | 29186947420858 |
| Innodb_lsn_last_checkpoint | 29185331502199 |
| Innodb_master_thread_active_loops | 132190 |
| Innodb_master_thread_idle_loops | 0 |
| Innodb_max_trx_id | 814533456891 |
| Innodb_mem_adaptive_hash | 9508716592 |
| Innodb_mem_dictionary | 208909972 |
| Innodb_mem_total | 53653667840 |
| Innodb_mutex_os_waits | 196225562 |
| Innodb_mutex_spin_rounds | 15251000914 |
| Innodb_mutex_spin_waits | 3338389359 |
| Innodb_oldest_view_low_limit_trx_id | 814533446635 |
| Innodb_os_log_fsyncs | 193513 |
| Innodb_os_log_pending_fsyncs | 0 |
| Innodb_os_log_pending_writes | 0 |
| Innodb_os_log_written | 302201010176 |
| Innodb_page_size | 16384 |
| Innodb_pages_created | 185664 |
| Innodb_pages_read | 5545297 |
| Innodb_pages_written | 1870174 |
| Innodb_purge_trx_id | 814533446640 |
| Innodb_purge_undo_no | 0 |
| Innodb_read_views_memory | 12366112 |
| Innodb_row_lock_current_waits | 0 |
| Innodb_row_lock_time | 102627828 |
| Innodb_row_lock_time_avg | 80 |
| Innodb_row_lock_time_max | 51444 |
| Innodb_row_lock_waits | 1271833 |
| Innodb_rows_deleted | 3817707 |
| Innodb_rows_inserted | 7941092 |
| Innodb_rows_read | 584734384551 |
| Innodb_rows_updated | 383994484 |
| Innodb_system_rows_deleted | 0 |
| Innodb_system_rows_inserted | 0 |
| Innodb_system_rows_read | 1 |
| Innodb_system_rows_updated | 0 |
| Innodb_s_lock_os_waits | 122026001 |
| Innodb_s_lock_spin_rounds | 4514909669 |
| Innodb_s_lock_spin_waits | 146757357 |
| Innodb_truncated_status_writes | 0 |
| Innodb_x_lock_os_waits | 193687536 |
| Innodb_x_lock_spin_rounds | 7961743781 |
| Innodb_x_lock_spin_waits | 187037760 |
| Innodb_secondary_index_triggered_cluster_reads | 33967526681 |
| Innodb_secondary_index_triggered_cluster_reads_avoided | 0 |
| Innodb_buffered_aio_submitted | 245519 |
| Key_blocks_not_flushed | 0 |
| Key_blocks_unused | 107163 |
| Key_blocks_used | 2 |
| Key_blocks_warm | 0 |
| Key_read_requests | 10 |
| Key_reads | 2 |
| Key_write_requests | 0 |
| Key_writes | 0 |
| Last_query_cost | 0.000000 |
| Max_used_connections | 9000 |
| Memory_used | 597601840 |
| Not_flushed_delayed_rows | 0 |
| Open_files | 4 |
| Open_streams | 0 |
| Open_table_definitions | 601 |
| Open_tables | 4096 |
| Opened_files | 21950 |
| Opened_plugin_libraries | 0 |
| Opened_table_definitions | 1995 |
| Opened_tables | 49394 |
| Opened_views | 0 |
| Performance_schema_accounts_lost | 0 |
| Performance_schema_cond_classes_lost | 0 |
| Performance_schema_cond_instances_lost | 0 |
| Performance_schema_digest_lost | 0 |
| Performance_schema_file_classes_lost | 1 |
| Performance_schema_file_handles_lost | 0 |
| Performance_schema_file_instances_lost | 0 |
| Performance_schema_hosts_lost | 0 |
| Performance_schema_locker_lost | 0 |
| Performance_schema_mutex_classes_lost | 0 |
| Performance_schema_mutex_instances_lost | 0 |
| Performance_schema_rwlock_classes_lost | 0 |
| Performance_schema_rwlock_instances_lost | 0 |
| Performance_schema_session_connect_attrs_lost | 0 |
| Performance_schema_socket_classes_lost | 0 |
| Performance_schema_socket_instances_lost | 0 |
| Performance_schema_stage_classes_lost | 0 |
| Performance_schema_statement_classes_lost | 0 |
| Performance_schema_table_handles_lost | 2006591192 |
| Performance_schema_table_instances_lost | 0 |
| Performance_schema_thread_classes_lost | 0 |
| Performance_schema_thread_instances_lost | 0 |
| Performance_schema_users_lost | 0 |
| Prepared_stmt_count | 0 |
| Qcache_free_blocks | 0 |
| Qcache_free_memory | 0 |
| Qcache_hits | 0 |
| Qcache_inserts | 0 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 0 |
| Qcache_queries_in_cache | 0 |
| Qcache_total_blocks | 0 |
| Queries | 2935359621 |
| Questions | 2935359654 |
| Rows_read | 584037841031 |
| Rows_sent | 9245835242 |
| Rows_tmp_read | 61988152 |
| Rpl_status | AUTH_MASTER |
| Select_full_join | 4213 |
| Select_full_range_join | 0 |
| Select_range | 83648332 |
| Select_range_check | 0 |
| Select_scan | 1091502 |
| Slave_connections | 0 |
| Slave_heartbeat_period | 0.000 |
| Slave_open_temp_tables | 0 |
| Slave_received_heartbeats | 0 |
| Slave_retried_transactions | 0 |
| Slave_running | OFF |
| Slaves_connected | 0 |
| Slaves_running | 0 |
| Slow_launch_threads | 11 |
| Slow_queries | 315 |
| Sort_merge_passes | 7539 |
| Sort_priority_queue_sorts | 406380084 |
| Sort_range | 424415998 |
| Sort_rows | 2143823697 |
| Sort_scan | 198520 |
| Ssl_accept_renegotiates | 0 |
| Ssl_accepts | 0 |
| Ssl_callback_cache_hits | 0 |
| Ssl_cipher | |
| Ssl_cipher_list | |
| Ssl_client_connects | 0 |
| Ssl_connect_renegotiates | 0 |
| Ssl_ctx_verify_depth | 0 |
| Ssl_ctx_verify_mode | 0 |
| Ssl_default_timeout | 0 |
| Ssl_finished_accepts | 0 |
| Ssl_finished_connects | 0 |
| Ssl_server_not_after | |
| Ssl_server_not_before | |
| Ssl_session_cache_hits | 0 |
| Ssl_session_cache_misses | 0 |
| Ssl_session_cache_mode | NONE |
| Ssl_session_cache_overflows | 0 |
| Ssl_session_cache_size | 0 |
| Ssl_session_cache_timeouts | 0 |
| Ssl_sessions_reused | 0 |
| Ssl_used_session_cache_entries | 0 |
| Ssl_verify_depth | 0 |
| Ssl_verify_mode | 0 |
| Ssl_version | |
| Subquery_cache_hit | 0 |
| Subquery_cache_miss | 0 |
| Syncs | 5 |
| Table_locks_immediate | 2776837004 |
| Table_locks_waited | 0 |
| Tc_log_max_pages_used | 0 |
| Tc_log_page_size | 0 |
| Tc_log_page_waits | 0 |
| Threadpool_idle_threads | 0 |
| Threadpool_threads | 0 |
| Threads_cached | 25 |
| Threads_connected | 3890 |
| Threads_created | 6256428 |
| Threads_running | 10 |
| Update_scan | 11440 |
| Uptime | 133213 |
| Uptime_since_flush_status | 133213 |
+--------------------------------------------------------+----------------+
452 rows in set (0.02 sec)
*************************** 1. row ***************************
Variable_name: aria_block_size
Value: 8192
*************************** 2. row ***************************
Variable_name: aria_checkpoint_interval
Value: 30
*************************** 3. row ***************************
Variable_name: aria_checkpoint_log_activity
Value: 1048576
*************************** 4. row ***************************
Variable_name: aria_force_start_after_recovery_failures
Value: 0
*************************** 5. row ***************************
Variable_name: aria_group_commit
Value: none
*************************** 6. row ***************************
Variable_name: aria_group_commit_interval
Value: 0
*************************** 7. row ***************************
Variable_name: aria_log_file_size
Value: 1073741824
*************************** 8. row ***************************
Variable_name: aria_log_purge_type
Value: immediate
*************************** 9. row ***************************
Variable_name: aria_max_sort_file_size
Value: 9223372036853727232
*************************** 10. row ***************************
Variable_name: aria_page_checksum
Value: ON
*************************** 11. row ***************************
Variable_name: aria_pagecache_age_threshold
Value: 300
*************************** 12. row ***************************
Variable_name: aria_pagecache_buffer_size
Value: 134217728
*************************** 13. row ***************************
Variable_name: aria_pagecache_division_limit
Value: 100
*************************** 14. row ***************************
Variable_name: aria_pagecache_file_hash_size
Value: 512
*************************** 15. row ***************************
Variable_name: aria_recover
Value: NORMAL
*************************** 16. row ***************************
Variable_name: aria_repair_threads
Value: 1
*************************** 17. row ***************************
Variable_name: aria_sort_buffer_size
Value: 268434432
*************************** 18. row ***************************
Variable_name: aria_stats_method
Value: nulls_unequal
*************************** 19. row ***************************
Variable_name: aria_sync_log_dir
Value: NEWFILE
*************************** 20. row ***************************
Variable_name: aria_used_for_temp_tables
Value: ON
*************************** 21. row ***************************
Variable_name: auto_increment_increment
Value: 1
*************************** 22. row ***************************
Variable_name: auto_increment_offset
Value: 1
*************************** 23. row ***************************
Variable_name: autocommit
Value: ON
*************************** 24. row ***************************
Variable_name: automatic_sp_privileges
Value: ON
*************************** 25. row ***************************
Variable_name: back_log
Value: 150
*************************** 26. row ***************************
Variable_name: basedir
Value: /usr
*************************** 27. row ***************************
Variable_name: big_tables
Value: OFF
*************************** 28. row ***************************
Variable_name: binlog_annotate_row_events
Value: OFF
*************************** 29. row ***************************
Variable_name: binlog_cache_size
Value: 32768
*************************** 30. row ***************************
Variable_name: binlog_checksum
Value: NONE
*************************** 31. row ***************************
Variable_name: binlog_commit_wait_count
Value: 0
*************************** 32. row ***************************
Variable_name: binlog_commit_wait_usec
Value: 100000
*************************** 33. row ***************************
Variable_name: binlog_direct_non_transactional_updates
Value: OFF
*************************** 34. row ***************************
Variable_name: binlog_format
Value: STATEMENT
*************************** 35. row ***************************
Variable_name: binlog_optimize_thread_scheduling
Value: ON
*************************** 36. row ***************************
Variable_name: binlog_stmt_cache_size
Value: 32768
*************************** 37. row ***************************
Variable_name: bulk_insert_buffer_size
Value: 8388608
*************************** 38. row ***************************
Variable_name: character_set_client
Value: utf8mb4
*************************** 39. row ***************************
Variable_name: character_set_connection
Value: utf8mb4
*************************** 40. row ***************************
Variable_name: character_set_database
Value: utf8mb4
*************************** 41. row ***************************
Variable_name: character_set_filesystem
Value: binary
*************************** 42. row ***************************
Variable_name: character_set_results
Value: utf8mb4
*************************** 43. row ***************************
Variable_name: character_set_server
Value: utf8mb4
*************************** 44. row ***************************
Variable_name: character_set_system
Value: utf8
*************************** 45. row ***************************
Variable_name: character_sets_dir
Value: /usr/share/mysql/charsets/
*************************** 46. row ***************************
Variable_name: collation_connection
Value: utf8mb4_general_ci
*************************** 47. row ***************************
Variable_name: collation_database
Value: utf8mb4_general_ci
*************************** 48. row ***************************
Variable_name: collation_server
Value: utf8mb4_general_ci
*************************** 49. row ***************************
Variable_name: completion_type
Value: NO_CHAIN
*************************** 50. row ***************************
Variable_name: concurrent_insert
Value: AUTO
*************************** 51. row ***************************
Variable_name: connect_timeout
Value: 10
*************************** 52. row ***************************
Variable_name: datadir
Value: /var/lib/mysql/
*************************** 53. row ***************************
Variable_name: date_format
Value: %Y-%m-%d
*************************** 54. row ***************************
Variable_name: datetime_format
Value: %Y-%m-%d %H:%i:%s
*************************** 55. row ***************************
Variable_name: deadlock_search_depth_long
Value: 15
*************************** 56. row ***************************
Variable_name: deadlock_search_depth_short
Value: 4
*************************** 57. row ***************************
Variable_name: deadlock_timeout_long
Value: 50000000
*************************** 58. row ***************************
Variable_name: deadlock_timeout_short
Value: 10000
*************************** 59. row ***************************
Variable_name: debug_no_thread_alarm
Value: OFF
*************************** 60. row ***************************
Variable_name: default_regex_flags
Value:
*************************** 61. row ***************************
Variable_name: default_storage_engine
Value: InnoDB
*************************** 62. row ***************************
Variable_name: default_week_format
Value: 0
*************************** 63. row ***************************
Variable_name: delay_key_write
Value: ON
*************************** 64. row ***************************
Variable_name: delayed_insert_limit
Value: 100
*************************** 65. row ***************************
Variable_name: delayed_insert_timeout
Value: 300
*************************** 66. row ***************************
Variable_name: delayed_queue_size
Value: 1000
*************************** 67. row ***************************
Variable_name: div_precision_increment
Value: 4
*************************** 68. row ***************************
Variable_name: event_scheduler
Value: OFF
*************************** 69. row ***************************
Variable_name: expensive_subquery_limit
Value: 100
*************************** 70. row ***************************
Variable_name: expire_logs_days
Value: 0
*************************** 71. row ***************************
Variable_name: extra_max_connections
Value: 1
*************************** 72. row ***************************
Variable_name: extra_port
Value: 0
*************************** 73. row ***************************
Variable_name: flush
Value: OFF
*************************** 74. row ***************************
Variable_name: flush_time
Value: 0
*************************** 75. row ***************************
Variable_name: foreign_key_checks
Value: ON
*************************** 76. row ***************************
Variable_name: ft_boolean_syntax
Value: + -><()~*:""&|
*************************** 77. row ***************************
Variable_name: ft_max_word_len
Value: 84
*************************** 78. row ***************************
Variable_name: ft_min_word_len
Value: 4
*************************** 79. row ***************************
Variable_name: ft_query_expansion_limit
Value: 20
*************************** 80. row ***************************
Variable_name: ft_stopword_file
Value: (built-in)
*************************** 81. row ***************************
Variable_name: general_log
Value: OFF
*************************** 82. row ***************************
Variable_name: general_log_file
Value: fdb.log
*************************** 83. row ***************************
Variable_name: group_concat_max_len
Value: 1024
*************************** 84. row ***************************
Variable_name: gtid_binlog_pos
Value:
*************************** 85. row ***************************
Variable_name: gtid_binlog_state
Value:
*************************** 86. row ***************************
Variable_name: gtid_current_pos
Value: 0-1-648585453
*************************** 87. row ***************************
Variable_name: gtid_domain_id
Value: 0
*************************** 88. row ***************************
Variable_name: gtid_ignore_duplicates
Value: OFF
*************************** 89. row ***************************
Variable_name: gtid_slave_pos
Value: 0-1-648585453
*************************** 90. row ***************************
Variable_name: gtid_strict_mode
Value: OFF
*************************** 91. row ***************************
Variable_name: have_compress
Value: YES
*************************** 92. row ***************************
Variable_name: have_crypt
Value: YES
*************************** 93. row ***************************
Variable_name: have_dynamic_loading
Value: YES
*************************** 94. row ***************************
Variable_name: have_geometry
Value: YES
*************************** 95. row ***************************
Variable_name: have_openssl
Value: NO
*************************** 96. row ***************************
Variable_name: have_profiling
Value: YES
*************************** 97. row ***************************
Variable_name: have_query_cache
Value: YES
*************************** 98. row ***************************
Variable_name: have_rtree_keys
Value: YES
*************************** 99. row ***************************
Variable_name: have_ssl
Value: DISABLED
*************************** 100. row ***************************
Variable_name: have_symlink
Value: YES
*************************** 101. row ***************************
Variable_name: histogram_size
Value: 0
*************************** 102. row ***************************
Variable_name: histogram_type
Value: SINGLE_PREC_HB
*************************** 103. row ***************************
Variable_name: host_cache_size
Value: 128
*************************** 104. row ***************************
Variable_name: hostname
Value: fdb
*************************** 105. row ***************************
Variable_name: ignore_builtin_innodb
Value: OFF
*************************** 106. row ***************************
Variable_name: ignore_db_dirs
Value:
*************************** 107. row ***************************
Variable_name: init_connect
Value:
*************************** 108. row ***************************
Variable_name: init_file
Value:
*************************** 109. row ***************************
Variable_name: init_slave
Value:
*************************** 110. row ***************************
Variable_name: innodb_adaptive_flushing
Value: ON
*************************** 111. row ***************************
Variable_name: innodb_adaptive_flushing_lwm
Value: 10.000000
*************************** 112. row ***************************
Variable_name: innodb_adaptive_hash_index
Value: ON
*************************** 113. row ***************************
Variable_name: innodb_adaptive_hash_index_partitions
Value: 1
*************************** 114. row ***************************
Variable_name: innodb_adaptive_max_sleep_delay
Value: 150000
*************************** 115. row ***************************
Variable_name: innodb_additional_mem_pool_size
Value: 8388608
*************************** 116. row ***************************
Variable_name: innodb_api_bk_commit_interval
Value: 5
*************************** 117. row ***************************
Variable_name: innodb_api_disable_rowlock
Value: OFF
*************************** 118. row ***************************
Variable_name: innodb_api_enable_binlog
Value: OFF
*************************** 119. row ***************************
Variable_name: innodb_api_enable_mdl
Value: OFF
*************************** 120. row ***************************
Variable_name: innodb_api_trx_level
Value: 0
*************************** 121. row ***************************
Variable_name: innodb_autoextend_increment
Value: 64
*************************** 122. row ***************************
Variable_name: innodb_autoinc_lock_mode
Value: 1
*************************** 123. row ***************************
Variable_name: innodb_buffer_pool_dump_at_shutdown
Value: OFF
*************************** 124. row ***************************
Variable_name: innodb_buffer_pool_dump_now
Value: OFF
*************************** 125. row ***************************
Variable_name: innodb_buffer_pool_dump_pct
Value: 100
*************************** 126. row ***************************
Variable_name: innodb_buffer_pool_filename
Value: ib_buffer_pool
*************************** 127. row ***************************
Variable_name: innodb_buffer_pool_instances
Value: 20
*************************** 128. row ***************************
Variable_name: innodb_buffer_pool_load_abort
Value: OFF
*************************** 129. row ***************************
Variable_name: innodb_buffer_pool_load_at_startup
Value: OFF
*************************** 130. row ***************************
Variable_name: innodb_buffer_pool_load_now
Value: OFF
*************************** 131. row ***************************
Variable_name: innodb_buffer_pool_populate
Value: OFF
*************************** 132. row ***************************
Variable_name: innodb_buffer_pool_size
Value: 51539607552
*************************** 133. row ***************************
Variable_name: innodb_change_buffer_max_size
Value: 25
*************************** 134. row ***************************
Variable_name: innodb_change_buffering
Value: all
*************************** 135. row ***************************
Variable_name: innodb_checksum_algorithm
Value: innodb
*************************** 136. row ***************************
Variable_name: innodb_checksums
Value: ON
*************************** 137. row ***************************
Variable_name: innodb_cleaner_lsn_age_factor
Value: high_checkpoint
*************************** 138. row ***************************
Variable_name: innodb_cmp_per_index_enabled
Value: OFF
*************************** 139. row ***************************
Variable_name: innodb_commit_concurrency
Value: 0
*************************** 140. row ***************************
Variable_name: innodb_compression_failure_threshold_pct
Value: 5
*************************** 141. row ***************************
Variable_name: innodb_compression_level
Value: 6
*************************** 142. row ***************************
Variable_name: innodb_compression_pad_pct_max
Value: 50
*************************** 143. row ***************************
Variable_name: innodb_concurrency_tickets
Value: 5000
*************************** 144. row ***************************
Variable_name: innodb_corrupt_table_action
Value: assert
*************************** 145. row ***************************
Variable_name: innodb_data_file_path
Value: ibdata1:12M:autoextend
*************************** 146. row ***************************
Variable_name: innodb_data_home_dir
Value:
*************************** 147. row ***************************
Variable_name: innodb_disable_sort_file_cache
Value: OFF
*************************** 148. row ***************************
Variable_name: innodb_doublewrite
Value: OFF
*************************** 149. row ***************************
Variable_name: innodb_empty_free_list_algorithm
Value: backoff
*************************** 150. row ***************************
Variable_name: innodb_fake_changes
Value: OFF
*************************** 151. row ***************************
Variable_name: innodb_fast_shutdown
Value: 1
*************************** 152. row ***************************
Variable_name: innodb_file_format
Value: Antelope
*************************** 153. row ***************************
Variable_name: innodb_file_format_check
Value: ON
*************************** 154. row ***************************
Variable_name: innodb_file_format_max
Value: Antelope
*************************** 155. row ***************************
Variable_name: innodb_file_per_table
Value: ON
*************************** 156. row ***************************
Variable_name: innodb_flush_log_at_timeout
Value: 1
*************************** 157. row ***************************
Variable_name: innodb_flush_log_at_trx_commit
Value: 2
*************************** 158. row ***************************
Variable_name: innodb_flush_method
Value: O_DIRECT
*************************** 159. row ***************************
Variable_name: innodb_flush_neighbors
Value: 1
*************************** 160. row ***************************
Variable_name: innodb_flushing_avg_loops
Value: 30
*************************** 161. row ***************************
Variable_name: innodb_force_load_corrupted
Value: OFF
*************************** 162. row ***************************
Variable_name: innodb_force_recovery
Value: 0
*************************** 163. row ***************************
Variable_name: innodb_foreground_preflush
Value: exponential_backoff
*************************** 164. row ***************************
Variable_name: innodb_ft_aux_table
Value:
*************************** 165. row ***************************
Variable_name: innodb_ft_cache_size
Value: 8000000
*************************** 166. row ***************************
Variable_name: innodb_ft_enable_diag_print
Value: OFF
*************************** 167. row ***************************
Variable_name: innodb_ft_enable_stopword
Value: ON
*************************** 168. row ***************************
Variable_name: innodb_ft_max_token_size
Value: 84
*************************** 169. row ***************************
Variable_name: innodb_ft_min_token_size
Value: 3
*************************** 170. row ***************************
Variable_name: innodb_ft_num_word_optimize
Value: 2000
*************************** 171. row ***************************
Variable_name: innodb_ft_result_cache_limit
Value: 2000000000
*************************** 172. row ***************************
Variable_name: innodb_ft_server_stopword_table
Value:
*************************** 173. row ***************************
Variable_name: innodb_ft_sort_pll_degree
Value: 2
*************************** 174. row ***************************
Variable_name: innodb_ft_total_cache_size
Value: 640000000
*************************** 175. row ***************************
Variable_name: innodb_ft_user_stopword_table
Value:
*************************** 176. row ***************************
Variable_name: innodb_io_capacity
Value: 200
*************************** 177. row ***************************
Variable_name: innodb_io_capacity_max
Value: 2000
*************************** 178. row ***************************
Variable_name: innodb_kill_idle_transaction
Value: 0
*************************** 179. row ***************************
Variable_name: innodb_large_prefix
Value: OFF
*************************** 180. row ***************************
Variable_name: innodb_lock_wait_timeout
Value: 50
*************************** 181. row ***************************
Variable_name: innodb_locking_fake_changes
Value: ON
*************************** 182. row ***************************
Variable_name: innodb_locks_unsafe_for_binlog
Value: OFF
*************************** 183. row ***************************
Variable_name: innodb_log_arch_dir
Value: ./
*************************** 184. row ***************************
Variable_name: innodb_log_arch_expire_sec
Value: 0
*************************** 185. row ***************************
Variable_name: innodb_log_archive
Value: OFF
*************************** 186. row ***************************
Variable_name: innodb_log_block_size
Value: 512
*************************** 187. row ***************************
Variable_name: innodb_log_buffer_size
Value: 8388608
*************************** 188. row ***************************
Variable_name: innodb_log_checksum_algorithm
Value: innodb
*************************** 189. row ***************************
Variable_name: innodb_log_compressed_pages
Value: ON
*************************** 190. row ***************************
Variable_name: innodb_log_file_size
Value: 6442450944
*************************** 191. row ***************************
Variable_name: innodb_log_files_in_group
Value: 2
*************************** 192. row ***************************
Variable_name: innodb_log_group_home_dir
Value: ./
*************************** 193. row ***************************
Variable_name: innodb_lru_scan_depth
Value: 256
*************************** 194. row ***************************
Variable_name: innodb_max_bitmap_file_size
Value: 104857600
*************************** 195. row ***************************
Variable_name: innodb_max_changed_pages
Value: 1000000
*************************** 196. row ***************************
Variable_name: innodb_max_dirty_pages_pct
Value: 75.000000
*************************** 197. row ***************************
Variable_name: innodb_max_dirty_pages_pct_lwm
Value: 0.001000
*************************** 198. row ***************************
Variable_name: innodb_max_purge_lag
Value: 0
*************************** 199. row ***************************
Variable_name: innodb_max_purge_lag_delay
Value: 0
*************************** 200. row ***************************
Variable_name: innodb_mirrored_log_groups
Value: 1
*************************** 201. row ***************************
Variable_name: innodb_monitor_disable
Value:
*************************** 202. row ***************************
Variable_name: innodb_monitor_enable
Value:
*************************** 203. row ***************************
Variable_name: innodb_monitor_reset
Value:
*************************** 204. row ***************************
Variable_name: innodb_monitor_reset_all
Value:
*************************** 205. row ***************************
Variable_name: innodb_old_blocks_pct
Value: 37
*************************** 206. row ***************************
Variable_name: innodb_old_blocks_time
Value: 1000
*************************** 207. row ***************************
Variable_name: innodb_online_alter_log_max_size
Value: 134217728
*************************** 208. row ***************************
Variable_name: innodb_open_files
Value: 4096
*************************** 209. row ***************************
Variable_name: innodb_optimize_fulltext_only
Value: OFF
*************************** 210. row ***************************
Variable_name: innodb_page_size
Value: 16384
*************************** 211. row ***************************
Variable_name: innodb_print_all_deadlocks
Value: OFF
*************************** 212. row ***************************
Variable_name: innodb_print_lock_wait_timeout_info
Value: OFF
*************************** 213. row ***************************
Variable_name: innodb_purge_batch_size
Value: 300
*************************** 214. row ***************************
Variable_name: innodb_purge_threads
Value: 8
*************************** 215. row ***************************
Variable_name: innodb_random_read_ahead
Value: OFF
*************************** 216. row ***************************
Variable_name: innodb_read_ahead_threshold
Value: 56
*************************** 217. row ***************************
Variable_name: innodb_read_io_threads
Value: 4
*************************** 218. row ***************************
Variable_name: innodb_read_only
Value: OFF
*************************** 219. row ***************************
Variable_name: innodb_replication_delay
Value: 0
*************************** 220. row ***************************
Variable_name: innodb_rollback_on_timeout
Value: OFF
*************************** 221. row ***************************
Variable_name: innodb_rollback_segments
Value: 128
*************************** 222. row ***************************
Variable_name: innodb_sched_priority_cleaner
Value: 19
*************************** 223. row ***************************
Variable_name: innodb_show_locks_held
Value: 10
*************************** 224. row ***************************
Variable_name: innodb_show_verbose_locks
Value: 0
*************************** 225. row ***************************
Variable_name: innodb_simulate_comp_failures
Value: 0
*************************** 226. row ***************************
Variable_name: innodb_sort_buffer_size
Value: 1048576
*************************** 227. row ***************************
Variable_name: innodb_spin_wait_delay
Value: 6
*************************** 228. row ***************************
Variable_name: innodb_stats_auto_recalc
Value: ON
*************************** 229. row ***************************
Variable_name: innodb_stats_include_delete_marked
Value: OFF
*************************** 230. row ***************************
Variable_name: innodb_stats_method
Value: nulls_equal
*************************** 231. row ***************************
Variable_name: innodb_stats_modified_counter
Value: 0
*************************** 232. row ***************************
Variable_name: innodb_stats_on_metadata
Value: OFF
*************************** 233. row ***************************
Variable_name: innodb_stats_persistent
Value: ON
*************************** 234. row ***************************
Variable_name: innodb_stats_persistent_sample_pages
Value: 20
*************************** 235. row ***************************
Variable_name: innodb_stats_sample_pages
Value: 8
*************************** 236. row ***************************
Variable_name: innodb_stats_traditional
Value: ON
*************************** 237. row ***************************
Variable_name: innodb_stats_transient_sample_pages
Value: 8
*************************** 238. row ***************************
Variable_name: innodb_status_output
Value: OFF
*************************** 239. row ***************************
Variable_name: innodb_status_output_locks
Value: OFF
*************************** 240. row ***************************
Variable_name: innodb_strict_mode
Value: OFF
*************************** 241. row ***************************
Variable_name: innodb_support_xa
Value: ON
*************************** 242. row ***************************
Variable_name: innodb_sync_array_size
Value: 1
*************************** 243. row ***************************
Variable_name: innodb_sync_spin_loops
Value: 30
*************************** 244. row ***************************
Variable_name: innodb_table_locks
Value: ON
*************************** 245. row ***************************
Variable_name: innodb_thread_concurrency
Value: 0
*************************** 246. row ***************************
Variable_name: innodb_thread_sleep_delay
Value: 10000
*************************** 247. row ***************************
Variable_name: innodb_tmpdir
Value:
*************************** 248. row ***************************
Variable_name: innodb_track_changed_pages
Value: OFF
*************************** 249. row ***************************
Variable_name: innodb_undo_directory
Value: .
*************************** 250. row ***************************
Variable_name: innodb_undo_logs
Value: 128
*************************** 251. row ***************************
Variable_name: innodb_undo_tablespaces
Value: 0
*************************** 252. row ***************************
Variable_name: innodb_use_atomic_writes
Value: OFF
*************************** 253. row ***************************
Variable_name: innodb_use_fallocate
Value: OFF
*************************** 254. row ***************************
Variable_name: innodb_use_global_flush_log_at_trx_commit
Value: ON
*************************** 255. row ***************************
Variable_name: innodb_use_native_aio
Value: ON
*************************** 256. row ***************************
Variable_name: innodb_use_stacktrace
Value: OFF
*************************** 257. row ***************************
Variable_name: innodb_use_sys_malloc
Value: ON
*************************** 258. row ***************************
Variable_name: innodb_version
Value: 5.6.42-84.2
*************************** 259. row ***************************
Variable_name: innodb_write_io_threads
Value: 4
*************************** 260. row ***************************
Variable_name: interactive_timeout
Value: 28800
*************************** 261. row ***************************
Variable_name: join_buffer_size
Value: 131072
*************************** 262. row ***************************
Variable_name: join_buffer_space_limit
Value: 2097152
*************************** 263. row ***************************
Variable_name: join_cache_level
Value: 2
*************************** 264. row ***************************
Variable_name: keep_files_on_create
Value: OFF
*************************** 265. row ***************************
Variable_name: key_buffer_size
Value: 134217728
*************************** 266. row ***************************
Variable_name: key_cache_age_threshold
Value: 300
*************************** 267. row ***************************
Variable_name: key_cache_block_size
Value: 1024
*************************** 268. row ***************************
Variable_name: key_cache_division_limit
Value: 100
*************************** 269. row ***************************
Variable_name: key_cache_file_hash_size
Value: 512
*************************** 270. row ***************************
Variable_name: key_cache_segments
Value: 0
*************************** 271. row ***************************
Variable_name: large_files_support
Value: ON
*************************** 272. row ***************************
Variable_name: large_page_size
Value: 0
*************************** 273. row ***************************
Variable_name: large_pages
Value: OFF
*************************** 274. row ***************************
Variable_name: lc_messages
Value: en_US
*************************** 275. row ***************************
Variable_name: lc_messages_dir
Value: /usr/share/mysql
*************************** 276. row ***************************
Variable_name: lc_time_names
Value: en_US
*************************** 277. row ***************************
Variable_name: license
Value: GPL
*************************** 278. row ***************************
Variable_name: local_infile
Value: ON
*************************** 279. row ***************************
Variable_name: lock_wait_timeout
Value: 31536000
*************************** 280. row ***************************
Variable_name: locked_in_memory
Value: OFF
*************************** 281. row ***************************
Variable_name: log_bin
Value: OFF
*************************** 282. row ***************************
Variable_name: log_bin_trust_function_creators
Value: OFF
*************************** 283. row ***************************
Variable_name: log_error
Value:
*************************** 284. row ***************************
Variable_name: log_output
Value: FILE
*************************** 285. row ***************************
Variable_name: log_queries_not_using_indexes
Value: OFF
*************************** 286. row ***************************
Variable_name: log_slave_updates
Value: OFF
*************************** 287. row ***************************
Variable_name: log_slow_filter
Value: admin,filesort,filesort_on_disk,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
*************************** 288. row ***************************
Variable_name: log_slow_rate_limit
Value: 1
*************************** 289. row ***************************
Variable_name: log_slow_verbosity
Value:
*************************** 290. row ***************************
Variable_name: log_warnings
Value: 1
*************************** 291. row ***************************
Variable_name: long_query_time
Value: 10.000000
*************************** 292. row ***************************
Variable_name: low_priority_updates
Value: OFF
*************************** 293. row ***************************
Variable_name: lower_case_file_system
Value: OFF
*************************** 294. row ***************************
Variable_name: lower_case_table_names
Value: 0
*************************** 295. row ***************************
Variable_name: master_verify_checksum
Value: OFF
*************************** 296. row ***************************
Variable_name: max_allowed_packet
Value: 33554432
*************************** 297. row ***************************
Variable_name: max_binlog_cache_size
Value: 18446744073709547520
*************************** 298. row ***************************
Variable_name: max_binlog_size
Value: 1073741824
*************************** 299. row ***************************
Variable_name: max_binlog_stmt_cache_size
Value: 18446744073709547520
*************************** 300. row ***************************
Variable_name: max_connect_errors
Value: 3000
*************************** 301. row ***************************
Variable_name: max_connections
Value: 30000
*************************** 302. row ***************************
Variable_name: max_delayed_threads
Value: 20
*************************** 303. row ***************************
Variable_name: max_digest_length
Value: 1024
*************************** 304. row ***************************
Variable_name: max_error_count
Value: 64
*************************** 305. row ***************************
Variable_name: max_heap_table_size
Value: 536870912
*************************** 306. row ***************************
Variable_name: max_insert_delayed_threads
Value: 20
*************************** 307. row ***************************
Variable_name: max_join_size
Value: 18446744073709551615
*************************** 308. row ***************************
Variable_name: max_length_for_sort_data
Value: 1024
*************************** 309. row ***************************
Variable_name: max_long_data_size
Value: 33554432
*************************** 310. row ***************************
Variable_name: max_prepared_stmt_count
Value: 16382
*************************** 311. row ***************************
Variable_name: max_relay_log_size
Value: 1073741824
*************************** 312. row ***************************
Variable_name: max_seeks_for_key
Value: 4294967295
*************************** 313. row ***************************
Variable_name: max_sort_length
Value: 1024
*************************** 314. row ***************************
Variable_name: max_sp_recursion_depth
Value: 0
*************************** 315. row ***************************
Variable_name: max_tmp_tables
Value: 32
*************************** 316. row ***************************
Variable_name: max_user_connections
Value: 0
*************************** 317. row ***************************
Variable_name: max_write_lock_count
Value: 4294967295
*************************** 318. row ***************************
Variable_name: metadata_locks_cache_size
Value: 1024
*************************** 319. row ***************************
Variable_name: metadata_locks_hash_instances
Value: 8
*************************** 320. row ***************************
Variable_name: min_examined_row_limit
Value: 0
*************************** 321. row ***************************
Variable_name: mrr_buffer_size
Value: 262144
*************************** 322. row ***************************
Variable_name: multi_range_count
Value: 256
*************************** 323. row ***************************
Variable_name: myisam_block_size
Value: 1024
*************************** 324. row ***************************
Variable_name: myisam_data_pointer_size
Value: 6
*************************** 325. row ***************************
Variable_name: myisam_max_sort_file_size
Value: 9223372036853727232
*************************** 326. row ***************************
Variable_name: myisam_mmap_size
Value: 18446744073709551615
*************************** 327. row ***************************
Variable_name: myisam_recover_options
Value: BACKUP
*************************** 328. row ***************************
Variable_name: myisam_repair_threads
Value: 1
*************************** 329. row ***************************
Variable_name: myisam_sort_buffer_size
Value: 134216704
*************************** 330. row ***************************
Variable_name: myisam_stats_method
Value: nulls_unequal
*************************** 331. row ***************************
Variable_name: myisam_use_mmap
Value: OFF
*************************** 332. row ***************************
Variable_name: net_buffer_length
Value: 16384
*************************** 333. row ***************************
Variable_name: net_read_timeout
Value: 30
*************************** 334. row ***************************
Variable_name: net_retry_count
Value: 10
*************************** 335. row ***************************
Variable_name: net_write_timeout
Value: 60
*************************** 336. row ***************************
Variable_name: old
Value: OFF
*************************** 337. row ***************************
Variable_name: old_alter_table
Value: OFF
*************************** 338. row ***************************
Variable_name: old_mode
Value:
*************************** 339. row ***************************
Variable_name: old_passwords
Value: OFF
*************************** 340. row ***************************
Variable_name: open_files_limit
Value: 150005
*************************** 341. row ***************************
Variable_name: optimizer_prune_level
Value: 1
*************************** 342. row ***************************
Variable_name: optimizer_search_depth
Value: 62
*************************** 343. row ***************************
Variable_name: optimizer_selectivity_sampling_limit
Value: 100
*************************** 344. row ***************************
Variable_name: optimizer_switch
Value: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on
*************************** 345. row ***************************
Variable_name: optimizer_use_condition_selectivity
Value: 1
*************************** 346. row ***************************
Variable_name: performance_schema
Value: ON
*************************** 347. row ***************************
Variable_name: performance_schema_accounts_size
Value: 100
*************************** 348. row ***************************
Variable_name: performance_schema_digests_size
Value: 10000
*************************** 349. row ***************************
Variable_name: performance_schema_events_stages_history_long_size
Value: 10000
*************************** 350. row ***************************
Variable_name: performance_schema_events_stages_history_size
Value: 10
*************************** 351. row ***************************
Variable_name: performance_schema_events_statements_history_long_size
Value: 10000
*************************** 352. row ***************************
Variable_name: performance_schema_events_statements_history_size
Value: 10
*************************** 353. row ***************************
Variable_name: performance_schema_events_waits_history_long_size
Value: 10000
*************************** 354. row ***************************
Variable_name: performance_schema_events_waits_history_size
Value: 10
*************************** 355. row ***************************
Variable_name: performance_schema_hosts_size
Value: 100
*************************** 356. row ***************************
Variable_name: performance_schema_max_cond_classes
Value: 80
*************************** 357. row ***************************
Variable_name: performance_schema_max_cond_instances
Value: 120900
*************************** 358. row ***************************
Variable_name: performance_schema_max_digest_length
Value: 1024
*************************** 359. row ***************************
Variable_name: performance_schema_max_file_classes
Value: 50
*************************** 360. row ***************************
Variable_name: performance_schema_max_file_handles
Value: 32768
*************************** 361. row ***************************
Variable_name: performance_schema_max_file_instances
Value: 2154
*************************** 362. row ***************************
Variable_name: performance_schema_max_mutex_classes
Value: 200
*************************** 363. row ***************************
Variable_name: performance_schema_max_mutex_instances
Value: 185000
*************************** 364. row ***************************
Variable_name: performance_schema_max_rwlock_classes
Value: 40
*************************** 365. row ***************************
Variable_name: performance_schema_max_rwlock_instances
Value: 62800
*************************** 366. row ***************************
Variable_name: performance_schema_max_socket_classes
Value: 10
*************************** 367. row ***************************
Variable_name: performance_schema_max_socket_instances
Value: 60020
*************************** 368. row ***************************
Variable_name: performance_schema_max_stage_classes
Value: 150
*************************** 369. row ***************************
Variable_name: performance_schema_max_statement_classes
Value: 180
*************************** 370. row ***************************
Variable_name: performance_schema_max_table_handles
Value: 800
*************************** 371. row ***************************
Variable_name: performance_schema_max_table_instances
Value: 12500
*************************** 372. row ***************************
Variable_name: performance_schema_max_thread_classes
Value: 50
*************************** 373. row ***************************
Variable_name: performance_schema_max_thread_instances
Value: 60100
*************************** 374. row ***************************
Variable_name: performance_schema_session_connect_attrs_size
Value: 512
*************************** 375. row ***************************
Variable_name: performance_schema_setup_actors_size
Value: 100
*************************** 376. row ***************************
Variable_name: performance_schema_setup_objects_size
Value: 100
*************************** 377. row ***************************
Variable_name: performance_schema_users_size
Value: 100
*************************** 378. row ***************************
Variable_name: pid_file
Value: /var/run/mysqld/mysqld.pid
*************************** 379. row ***************************
Variable_name: plugin_dir
Value: /usr/lib/mysql/plugin/
*************************** 380. row ***************************
Variable_name: plugin_maturity
Value: unknown
*************************** 381. row ***************************
Variable_name: port
Value: 3306
*************************** 382. row ***************************
Variable_name: preload_buffer_size
Value: 32768
*************************** 383. row ***************************
Variable_name: profiling
Value: OFF
*************************** 384. row ***************************
Variable_name: profiling_history_size
Value: 15
*************************** 385. row ***************************
Variable_name: progress_report_time
Value: 5
*************************** 386. row ***************************
Variable_name: protocol_version
Value: 10
*************************** 387. row ***************************
Variable_name: query_alloc_block_size
Value: 8192
*************************** 388. row ***************************
Variable_name: query_cache_limit
Value: 8388608
*************************** 389. row ***************************
Variable_name: query_cache_min_res_unit
Value: 4096
*************************** 390. row ***************************
Variable_name: query_cache_size
Value: 0
*************************** 391. row ***************************
Variable_name: query_cache_strip_comments
Value: OFF
*************************** 392. row ***************************
Variable_name: query_cache_type
Value: OFF
*************************** 393. row ***************************
Variable_name: query_cache_wlock_invalidate
Value: OFF
*************************** 394. row ***************************
Variable_name: query_prealloc_size
Value: 8192
*************************** 395. row ***************************
Variable_name: range_alloc_block_size
Value: 4096
*************************** 396. row ***************************
Variable_name: read_buffer_size
Value: 131072
*************************** 397. row ***************************
Variable_name: read_only
Value: OFF
*************************** 398. row ***************************
Variable_name: read_rnd_buffer_size
Value: 262144
*************************** 399. row ***************************
Variable_name: relay_log
Value:
*************************** 400. row ***************************
Variable_name: relay_log_index
Value:
*************************** 401. row ***************************
Variable_name: relay_log_info_file
Value: relay-log.info
*************************** 402. row ***************************
Variable_name: relay_log_purge
Value: ON
*************************** 403. row ***************************
Variable_name: relay_log_recovery
Value: OFF
*************************** 404. row ***************************
Variable_name: relay_log_space_limit
Value: 0
*************************** 405. row ***************************
Variable_name: replicate_annotate_row_events
Value: OFF
*************************** 406. row ***************************
Variable_name: replicate_do_db
Value:
*************************** 407. row ***************************
Variable_name: replicate_do_table
Value:
*************************** 408. row ***************************
Variable_name: replicate_events_marked_for_skip
Value: replicate
*************************** 409. row ***************************
Variable_name: replicate_ignore_db
Value:
*************************** 410. row ***************************
Variable_name: replicate_ignore_table
Value:
*************************** 411. row ***************************
Variable_name: replicate_wild_do_table
Value:
*************************** 412. row ***************************
Variable_name: replicate_wild_ignore_table
Value:
*************************** 413. row ***************************
Variable_name: report_host
Value:
*************************** 414. row ***************************
Variable_name: report_password
Value:
*************************** 415. row ***************************
Variable_name: report_port
Value: 3306
*************************** 416. row ***************************
Variable_name: report_user
Value:
*************************** 417. row ***************************
Variable_name: rowid_merge_buff_size
Value: 8388608
*************************** 418. row ***************************
Variable_name: rpl_recovery_rank
Value: 0
*************************** 419. row ***************************
Variable_name: secure_auth
Value: OFF
*************************** 420. row ***************************
Variable_name: secure_file_priv
Value:
*************************** 421. row ***************************
Variable_name: server_id
Value: 0
*************************** 422. row ***************************
Variable_name: skip_external_locking
Value: ON
*************************** 423. row ***************************
Variable_name: skip_name_resolve
Value: ON
*************************** 424. row ***************************
Variable_name: skip_networking
Value: OFF
*************************** 425. row ***************************
Variable_name: skip_show_database
Value: OFF
*************************** 426. row ***************************
Variable_name: slave_compressed_protocol
Value: OFF
*************************** 427. row ***************************
Variable_name: slave_ddl_exec_mode
Value: IDEMPOTENT
*************************** 428. row ***************************
Variable_name: slave_domain_parallel_threads
Value: 0
*************************** 429. row ***************************
Variable_name: slave_exec_mode
Value: STRICT
*************************** 430. row ***************************
Variable_name: slave_load_tmpdir
Value: /tmp
*************************** 431. row ***************************
Variable_name: slave_max_allowed_packet
Value: 1073741824
*************************** 432. row ***************************
Variable_name: slave_net_timeout
Value: 3600
*************************** 433. row ***************************
Variable_name: slave_parallel_max_queued
Value: 131072
*************************** 434. row ***************************
Variable_name: slave_parallel_threads
Value: 0
*************************** 435. row ***************************
Variable_name: slave_skip_errors
Value: OFF
*************************** 436. row ***************************
Variable_name: slave_sql_verify_checksum
Value: ON
*************************** 437. row ***************************
Variable_name: slave_transaction_retries
Value: 10
*************************** 438. row ***************************
Variable_name: slave_type_conversions
Value:
*************************** 439. row ***************************
Variable_name: slow_launch_time
Value: 2
*************************** 440. row ***************************
Variable_name: slow_query_log
Value: OFF
*************************** 441. row ***************************
Variable_name: slow_query_log_file
Value: fdb-slow.log
*************************** 442. row ***************************
Variable_name: socket
Value: /var/run/mysqld/mysqld.sock
*************************** 443. row ***************************
Variable_name: sort_buffer_size
Value: 2097152
*************************** 444. row ***************************
Variable_name: sql_auto_is_null
Value: OFF
*************************** 445. row ***************************
Variable_name: sql_big_selects
Value: ON
*************************** 446. row ***************************
Variable_name: sql_buffer_result
Value: OFF
*************************** 447. row ***************************
Variable_name: sql_log_bin
Value: ON
*************************** 448. row ***************************
Variable_name: sql_log_off
Value: OFF
*************************** 449. row ***************************
Variable_name: sql_mode
Value:
*************************** 450. row ***************************
Variable_name: sql_notes
Value: ON
*************************** 451. row ***************************
Variable_name: sql_quote_show_create
Value: ON
*************************** 452. row ***************************
Variable_name: sql_safe_updates
Value: OFF
*************************** 453. row ***************************
Variable_name: sql_select_limit
Value: 18446744073709551615
*************************** 454. row ***************************
Variable_name: sql_slave_skip_counter
Value: 0
*************************** 455. row ***************************
Variable_name: sql_warnings
Value: OFF
*************************** 456. row ***************************
Variable_name: ssl_ca
Value:
*************************** 457. row ***************************
Variable_name: ssl_capath
Value:
*************************** 458. row ***************************
Variable_name: ssl_cert
Value:
*************************** 459. row ***************************
Variable_name: ssl_cipher
Value:
*************************** 460. row ***************************
Variable_name: ssl_crl
Value:
*************************** 461. row ***************************
Variable_name: ssl_crlpath
Value:
*************************** 462. row ***************************
Variable_name: ssl_key
Value:
*************************** 463. row ***************************
Variable_name: storage_engine
Value: InnoDB
*************************** 464. row ***************************
Variable_name: stored_program_cache
Value: 256
*************************** 465. row ***************************
Variable_name: sync_binlog
Value: 0
*************************** 466. row ***************************
Variable_name: sync_frm
Value: ON
*************************** 467. row ***************************
Variable_name: sync_master_info
Value: 0
*************************** 468. row ***************************
Variable_name: sync_relay_log
Value: 0
*************************** 469. row ***************************
Variable_name: sync_relay_log_info
Value: 0
*************************** 470. row ***************************
Variable_name: system_time_zone
Value: UTC
*************************** 471. row ***************************
Variable_name: table_definition_cache
Value: 400
*************************** 472. row ***************************
Variable_name: table_open_cache
Value: 4096
*************************** 473. row ***************************
Variable_name: thread_cache_size
Value: 32
*************************** 474. row ***************************
Variable_name: thread_concurrency
Value: 10
*************************** 475. row ***************************
Variable_name: thread_handling
Value: one-thread-per-connection
*************************** 476. row ***************************
Variable_name: thread_pool_idle_timeout
Value: 60
*************************** 477. row ***************************
Variable_name: thread_pool_max_threads
Value: 500
*************************** 478. row ***************************
Variable_name: thread_pool_oversubscribe
Value: 3
*************************** 479. row ***************************
Variable_name: thread_pool_size
Value: 20
*************************** 480. row ***************************
Variable_name: thread_pool_stall_limit
Value: 500
*************************** 481. row ***************************
Variable_name: thread_stack
Value: 196608
*************************** 482. row ***************************
Variable_name: time_format
Value: %H:%i:%s
*************************** 483. row ***************************
Variable_name: time_zone
Value: SYSTEM
*************************** 484. row ***************************
Variable_name: timed_mutexes
Value: OFF
*************************** 485. row ***************************
Variable_name: tmp_table_size
Value: 536870912
*************************** 486. row ***************************
Variable_name: tmpdir
Value: /tmp
*************************** 487. row ***************************
Variable_name: transaction_alloc_block_size
Value: 8192
*************************** 488. row ***************************
Variable_name: transaction_prealloc_size
Value: 4096
*************************** 489. row ***************************
Variable_name: tx_isolation
Value: REPEATABLE-READ
*************************** 490. row ***************************
Variable_name: tx_read_only
Value: OFF
*************************** 491. row ***************************
Variable_name: unique_checks
Value: ON
*************************** 492. row ***************************
Variable_name: updatable_views_with_limit
Value: YES
*************************** 493. row ***************************
Variable_name: use_stat_tables
Value: NEVER
*************************** 494. row ***************************
Variable_name: userstat
Value: OFF
*************************** 495. row ***************************
Variable_name: version
Value: 10.0.38-MariaDB-0ubuntu0.16.04.1
*************************** 496. row ***************************
Variable_name: version_comment
Value: Ubuntu 16.04
*************************** 497. row ***************************
Variable_name: version_compile_machine
Value: x86_64
*************************** 498. row ***************************
Variable_name: version_compile_os
Value: debian-linux-gnu
*************************** 499. row ***************************
Variable_name: version_malloc_library
Value: bundled jemalloc
*************************** 500. row ***************************
Variable_name: wait_timeout
Value: 60
500 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment