/usr/sbin/mysqld-5, Version: 5.1.39-log (Source distribution). started with:
Tcp port: 3306  Unix socket: /sandbox/var/lib/mysql/mysql5.sock
Time                 Id Command    Argument
# Time: 100124  4:16:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.726841  Lock_time: 0.000073 Rows_sent: 1  Rows_examined: 8034
use db177922_3;
SET timestamp=1264303001;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='106' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100124  5:30:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.581139  Lock_time: 0.000088 Rows_sent: 0  Rows_examined: 128361
SET timestamp=1264307407;
select customers_id from customers where block_warnings='1' and block_warnings_span='1' and block_warnings_dayspan>0 and (UNIX_TIMESTAMP(block_warnings_date)+(block_warnings_dayspan*60*60*24)) < UNIX_TIMESTAMP(now());
# Time: 100124 18:42:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.834817  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 256789
SET timestamp=1264354953;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100124 19:00:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.067500  Lock_time: 0.000074 Rows_sent: 128397  Rows_examined: 128397
SET timestamp=1264356007;
select LOWER(customers_email_address) as email from customers;
# Time: 100124 20:24:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 17.682641  Lock_time: 0.000081 Rows_sent: 1  Rows_examined: 362419
SET timestamp=1264361061;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-25T00:00:00';
# Time: 100124 20:27:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.302955  Lock_time: 0.000085 Rows_sent: 1  Rows_examined: 362421
SET timestamp=1264361268;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-23T00:00:00' AND o.date_purchased < '2010-01-25T00:00:00';
# Time: 100124 21:43:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.555597  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381738
SET timestamp=1264365800;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%Financial%' || o.billing_company LIKE '%Financial%' || o.delivery_company LIKE '%Financial%');
# Time: 100124 21:43:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.175615  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381738
SET timestamp=1264365828;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%Financial%' || o.billing_company LIKE '%Financial%' || o.delivery_company LIKE '%Financial%');
# Time: 100124 22:39:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.254156  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381740
SET timestamp=1264369161;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%DIO DEKORACJ%' || o.billing_company LIKE '%DIO DEKORACJ%' || o.delivery_company LIKE '%DIO DEKORACJ%');
# Time: 100124 23:05:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.154907  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381741
SET timestamp=1264370715;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%invicta%' || o.billing_company LIKE '%invicta%' || o.delivery_company LIKE '%invicta%');
# Time: 100125  0:07:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.060489  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381741
SET timestamp=1264374471;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%lux%' or o.billing_name like '%lux%' or o.delivery_name like '%lux%');
# Time: 100125  1:00:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.681362  Lock_time: 0.000061 Rows_sent: 128407  Rows_examined: 128407
SET timestamp=1264377615;
select LOWER(customers_email_address) as email from customers;
# Time: 100125  2:30:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.357766  Lock_time: 0.042860 Rows_sent: 1  Rows_examined: 78070
SET timestamp=1264383007;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102274' and n.id=s.notes_id and s.usr='102274' and s.read_status=0 order by n.id desc;
# Time: 100125  7:54:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.004627  Lock_time: 0.000110 Rows_sent: 8  Rows_examined: 253343
SET timestamp=1264402468;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100125  8:37:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.494717  Lock_time: 0.000091 Rows_sent: 1  Rows_examined: 256819
SET timestamp=1264405076;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100125  8:38:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.133340  Lock_time: 0.000018 Rows_sent: 247774  Rows_examined: 247774
SET timestamp=1264405104;
SELECT orders_id FROM orders WHERE combined_orders_id = '';
# Time: 100125  9:02:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.290145  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381749
SET timestamp=1264406525;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%planeta%' || o.billing_company LIKE '%planeta%' || o.delivery_company LIKE '%planeta%');
# Time: 100125  9:28:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.217138  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381751
SET timestamp=1264408117;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%dörr%' or o.billing_name like '%dörr%' or o.delivery_name like '%dörr%');
# Time: 100125  9:41:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.102147  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381751
SET timestamp=1264408902;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%szewczyk%' or o.billing_name like '%szewczyk%' or o.delivery_name like '%szewczyk%');
# Time: 100125  9:48:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.495584  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 381756
SET timestamp=1264409296;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Christian Andresen%' or o.billing_name like '%Christian Andresen%' or o.delivery_name like '%Christian Andresen%');
# Time: 100125  9:48:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.750877  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381756
SET timestamp=1264409297;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%gramegna%' or o.billing_name like '%gramegna%' or o.delivery_name like '%gramegna%');
# Time: 100125  9:49:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.084623  Lock_time: 0.000094 Rows_sent: 8  Rows_examined: 253349
SET timestamp=1264409362;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100125 10:00:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.006436  Lock_time: 0.000052 Rows_sent: 128413  Rows_examined: 128413
SET timestamp=1264410027;
select LOWER(customers_email_address) as email from customers;
# Time: 100125 10:01:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.685523  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381759
SET timestamp=1264410091;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%salatzki%' or o.billing_name like '%salatzki%' or o.delivery_name like '%salatzki%');
# Time: 100125 10:13:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.422320  Lock_time: 0.000027 Rows_sent: 1  Rows_examined: 109896
SET timestamp=1264410782;
SELECT sorting FROM incoming_payments order by sorting DESC limit 1;
# Time: 100125 10:19:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.535975  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381761
SET timestamp=1264411170;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%shoppingstargate%' or o.billing_name like '%shoppingstargate%' or o.delivery_name like '%shoppingstargate%');
# Time: 100125 10:19:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.598407  Lock_time: 0.000091 Rows_sent: 1  Rows_examined: 506701
SET timestamp=1264411185;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  c.customers_ebay_userid LIKE '%shoppingstargate%'    order by orders_id DESC limit 0, 60;
# Time: 100125 10:30:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.060074  Lock_time: 0.000127 Rows_sent: 0  Rows_examined: 256829
SET timestamp=1264411804;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Harry Liedke%' or c.customers_lastname like '%Harry Liedke%' or c.customers_firstname like '%Harry Liedke%' or c.customers_email_address like '%Harry Liedke%' or c.customers_ebay_userid LIKE '%Harry Liedke%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100125 10:42:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.284082  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381765
SET timestamp=1264412547;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Jessica Barkette%' or o.billing_name like '%Jessica Barkette%' or o.delivery_name like '%Jessica Barkette%');
# Time: 100125 10:48:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.412128  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 381765
SET timestamp=1264412931;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330395923994%';
# Time: 100125 11:00:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.211205  Lock_time: 0.000061 Rows_sent: 128416  Rows_examined: 128416
SET timestamp=1264413610;
select LOWER(customers_email_address) as email from customers;
# Time: 100125 11:19:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.878456  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381768
SET timestamp=1264414793;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300388663337%';
# Time: 100125 11:26:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.061229  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381771
SET timestamp=1264415193;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Alisa Weber%' or o.billing_name like '%Alisa Weber%' or o.delivery_name like '%Alisa Weber%');
# Time: 100125 11:27:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.131381  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381771
SET timestamp=1264415229;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Petra Innamorato%' or o.billing_name like '%Petra Innamorato%' or o.delivery_name like '%Petra Innamorato%');
# Time: 100125 11:30:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.919972  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 381771
SET timestamp=1264415441;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100125 11:31:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.744876  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381771
SET timestamp=1264415474;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100125 11:34:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.260537  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381774
SET timestamp=1264415657;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%stadtler%' or o.billing_name like '%stadtler%' or o.delivery_name like '%stadtler%');
# Time: 100125 11:39:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.813927  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381775
SET timestamp=1264415943;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%riediger%' or o.billing_name like '%riediger%' or o.delivery_name like '%riediger%');
# Time: 100125 11:41:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.152073  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381775
SET timestamp=1264416074;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Simon Kircher%' or o.billing_name like '%Simon Kircher%' or o.delivery_name like '%Simon Kircher%');
# Time: 100125 11:41:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.187273  Lock_time: 0.000066 Rows_sent: 1  Rows_examined: 381775
SET timestamp=1264416087;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Kircher%' or o.billing_name like '%Kircher%' or o.delivery_name like '%Kircher%');
# Time: 100125 11:50:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.472077  Lock_time: 0.000120 Rows_sent: 9  Rows_examined: 256837
SET timestamp=1264416643;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%linner%' or c.customers_lastname like '%linner%' or c.customers_firstname like '%linner%' or c.customers_email_address like '%linner%' or c.customers_ebay_userid LIKE '%linner%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100125 11:54:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.494667  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381779
SET timestamp=1264416883;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%linner%' or o.billing_name like '%linner%' or o.delivery_name like '%linner%');
# Time: 100125 12:01:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.204336  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381779
SET timestamp=1264417262;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%invicta%' || o.billing_company LIKE '%invicta%' || o.delivery_company LIKE '%invicta%');
# Time: 100125 12:02:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.257823  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381779
SET timestamp=1264417340;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%abby+%' or o.billing_name like '%abby+%' or o.delivery_name like '%abby+%');
# Time: 100125 12:02:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.618775  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381779
SET timestamp=1264417352;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%abby%' or o.billing_name like '%abby%' or o.delivery_name like '%abby%');
# Time: 100125 12:02:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.156357  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381780
SET timestamp=1264417376;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%georg hartmann%' or o.billing_name like '%georg hartmann%' or o.delivery_name like '%georg hartmann%');
# Time: 100125 12:04:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.399386  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381780
SET timestamp=1264417454;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%georg hartmann%' or o.billing_name like '%georg hartmann%' or o.delivery_name like '%georg hartmann%');
# Time: 100125 12:04:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.351066  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381780
SET timestamp=1264417474;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%abby%' or o.billing_name like '%abby%' or o.delivery_name like '%abby%');
# Time: 100125 12:08:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.232975  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381780
SET timestamp=1264417686;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%abby+%' or o.billing_name like '%abby+%' or o.delivery_name like '%abby+%');
# Time: 100125 12:11:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.105453  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381780
SET timestamp=1264417900;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%planeta%' || o.billing_company LIKE '%planeta%' || o.delivery_company LIKE '%planeta%');
# Time: 100125 12:13:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.122899  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381780
SET timestamp=1264418018;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%oskar schneider%' or o.billing_name like '%oskar schneider%' or o.delivery_name like '%oskar schneider%');
# Time: 100125 12:14:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.163947  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 381780
SET timestamp=1264418064;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%oskar schneider%' or o.billing_name like '%oskar schneider%' or o.delivery_name like '%oskar schneider%');
# Time: 100125 12:21:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.035969  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 381785
SET timestamp=1264418477;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%heide blou%' or o.billing_name like '%heide blou%' or o.delivery_name like '%heide blou%');
# Time: 100125 12:22:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.334352  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381785
SET timestamp=1264418540;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Claudia Kugel%' or o.billing_name like '%Claudia Kugel%' or o.delivery_name like '%Claudia Kugel%');
# Time: 100125 12:29:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.845713  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381786
SET timestamp=1264418971;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Huenten %' or o.billing_name like '%Huenten %' or o.delivery_name like '%Huenten %');
# Time: 100125 12:31:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.301443  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381786
SET timestamp=1264419099;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Huenten%' or o.billing_name like '%Huenten%' or o.delivery_name like '%Huenten%');
# Time: 100125 12:35:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.610714  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381788
SET timestamp=1264419340;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%invicta%' || o.billing_company LIKE '%invicta%' || o.delivery_company LIKE '%invicta%');
# Time: 100125 12:45:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.669017  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381790
SET timestamp=1264419943;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%dhl%' or o.billing_name like '%dhl%' or o.delivery_name like '%dhl%');
# Time: 100125 12:45:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.533175  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381790
SET timestamp=1264419957;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 12:46:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.298646  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381790
SET timestamp=1264420007;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%sandoval%' or o.billing_name like '%sandoval%' or o.delivery_name like '%sandoval%');
# Time: 100125 12:51:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.070374  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381794
SET timestamp=1264420272;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%ZENIT-MESSEBAU%' || o.billing_company LIKE '%ZENIT-MESSEBAU%' || o.delivery_company LIKE '%ZENIT-MESSEBAU%');
# Time: 100125 12:51:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.079555  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381794
SET timestamp=1264420283;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%ZENIT%' || o.billing_company LIKE '%ZENIT%' || o.delivery_company LIKE '%ZENIT%');
# Time: 100125 12:52:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.072971  Lock_time: 0.000037 Rows_sent: 1  Rows_examined: 381794
SET timestamp=1264420333;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '% info@zenit-messebau.com%';
# Time: 100125 12:53:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.146935  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 381795
SET timestamp=1264420407;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%info@zenit-messebau.com%' or o.billing_name like '%info@zenit-messebau.com%' or o.delivery_name like '%info@zenit-messebau.com%');
# Time: 100125 12:54:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.432709  Lock_time: 0.000112 Rows_sent: 1  Rows_examined: 256843
SET timestamp=1264420441;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%info@zenit-messebau.com%' or c.customers_lastname like '%info@zenit-messebau.com%' or c.customers_firstname like '%info@zenit-messebau.com%' or c.customers_email_address like '%info@zenit-messebau.com%' or c.customers_ebay_userid LIKE '%info@zenit-messebau.com%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100125 12:54:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.764053  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381795
SET timestamp=1264420442;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%voigt%' or o.billing_name like '%voigt%' or o.delivery_name like '%voigt%');
# Time: 100125 13:08:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.236673  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381800
SET timestamp=1264421281;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%sandoval%' or o.billing_name like '%sandoval%' or o.delivery_name like '%sandoval%');
# Time: 100125 13:08:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.045765  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381800
SET timestamp=1264421295;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:08:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.225530  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 381800
SET timestamp=1264421339;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:10:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.444241  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381800
SET timestamp=1264421408;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:11:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.684602  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 381800
SET timestamp=1264421474;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:11:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.893963  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381800
SET timestamp=1264421476;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%heuser%' or o.billing_name like '%heuser%' or o.delivery_name like '%heuser%');
# Time: 100125 13:12:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.650731  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421522;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:14:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.352690  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421641;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:14:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.296786  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421670;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:15:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.195449  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421708;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:15:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.238877  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421752;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:16:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.272599  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421788;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:16:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.294072  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421813;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:17:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.614488  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421837;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Yaseen Younes%' or o.billing_name like '%Yaseen Younes%' or o.delivery_name like '%Yaseen Younes%');
# Time: 100125 13:17:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.159810  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421843;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:17:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.193325  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421872;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:18:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.609713  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421894;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:18:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.238178  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421924;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:19:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.785435  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421945;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:19:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.588875  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264421968;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:20:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.860076  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422042;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:21:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.951296  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422061;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:21:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.544851  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422107;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:22:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.508882  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422120;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300388611463%';
# Time: 100125 13:22:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.386193  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422140;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:23:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.055407  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422189;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300388663337%';
# Time: 100125 13:23:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.266721  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422199;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:24:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.523504  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422240;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:24:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.185496  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 381801
SET timestamp=1264422261;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:25:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.216606  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381802
SET timestamp=1264422318;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:25:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.053801  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381803
SET timestamp=1264422354;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:26:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.056119  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381803
SET timestamp=1264422393;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:26:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.333556  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381803
SET timestamp=1264422412;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%');
# Time: 100125 13:27:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.658324  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381804
SET timestamp=1264422424;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dhl%' || o.billing_company LIKE '%dhl%' || o.delivery_company LIKE '%dhl%');
# Time: 100125 13:27:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.811528  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381804
SET timestamp=1264422437;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%dhl%' or o.billing_name like '%dhl%' or o.delivery_name like '%dhl%');
# Time: 100125 13:30:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.695191  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381804
SET timestamp=1264422631;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%');
# Time: 100125 13:37:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.072370  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381807
SET timestamp=1264423039;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%dg moden%' || o.billing_company LIKE '%dg moden%' || o.delivery_company LIKE '%dg moden%');
# Time: 100125 13:39:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.728877  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 381807
SET timestamp=1264423142;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%weber%' or o.billing_name like '%weber%' or o.delivery_name like '%weber%');
# Time: 100125 13:39:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.223471  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381807
SET timestamp=1264423181;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%weber%' or o.billing_name like '%weber%' or o.delivery_name like '%weber%');
# Time: 100125 13:45:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.629704  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 381808
SET timestamp=1264423518;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%link%' or o.billing_name like '%link%' or o.delivery_name like '%link%');
# Time: 100125 13:47:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.395571  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 381809
SET timestamp=1264423639;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Planeta%' or o.billing_name like '%Planeta%' or o.delivery_name like '%Planeta%');
# Time: 100125 13:47:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.048373  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381810
SET timestamp=1264423670;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%Planeta%' || o.billing_company LIKE '%Planeta%' || o.delivery_company LIKE '%Planeta%');
# Time: 100125 14:18:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.391441  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 381819
SET timestamp=1264425482;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Volkan Varlik%' or o.billing_name like '%Volkan Varlik%' or o.delivery_name like '%Volkan Varlik%');
# Time: 100125 14:19:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.583004  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381820
SET timestamp=1264425561;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%home &%' || o.billing_company LIKE '%home &%' || o.delivery_company LIKE '%home &%');
# Time: 100125 14:36:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.435811  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381826
SET timestamp=1264426606;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300382398600%';
# Time: 100125 14:39:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.451798  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381827
SET timestamp=1264426783;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Daniela Zotta%' or o.billing_name like '%Daniela Zotta%' or o.delivery_name like '%Daniela Zotta%');
# Time: 100125 14:41:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.601959  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264426905;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kuhlemann%' or o.billing_name like '%kuhlemann%' or o.delivery_name like '%kuhlemann%');
# Time: 100125 14:42:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.232705  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264426962;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Daniela Zotta%' or o.billing_name like '%Daniela Zotta%' or o.delivery_name like '%Daniela Zotta%');
# Time: 100125 14:42:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.188875  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264426974;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300378774136%';
# Time: 100125 14:43:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.163415  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427038;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300374712455%';
# Time: 100125 14:45:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.329508  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427136;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330389434655%';
# Time: 100125 14:46:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.518907  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427189;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300384013882%';
# Time: 100125 14:47:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.120820  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427221;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300380404403%';
# Time: 100125 14:47:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.984125  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427268;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Planeta%' or o.billing_name like '%Planeta%' or o.delivery_name like '%Planeta%');
# Time: 100125 14:48:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.275497  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427288;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Planeta design%' or o.billing_name like '%Planeta design%' or o.delivery_name like '%Planeta design%');
# Time: 100125 14:48:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.004283  Lock_time: 0.000088 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427324;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%Planeta%' || o.billing_company LIKE '%Planeta%' || o.delivery_company LIKE '%Planeta%');
# Time: 100125 14:48:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.781599  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381828
SET timestamp=1264427330;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300376587543%';
# Time: 100125 14:50:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.003082  Lock_time: 0.000021 Rows_sent: 247834  Rows_examined: 247834
SET timestamp=1264427401;
SELECT orders_id FROM orders WHERE combined_orders_id = '';
# Time: 100125 14:52:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.612548  Lock_time: 0.000080 Rows_sent: 0  Rows_examined: 256863
SET timestamp=1264427567;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%plüzke%' or c.customers_lastname like '%plüzke%' or c.customers_firstname like '%plüzke%' or c.customers_email_address like '%plüzke%' or c.customers_ebay_userid LIKE '%plüzke%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100125 14:55:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.295385  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 381830
SET timestamp=1264427716;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330397128661%';
# Time: 100125 14:58:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.206307  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 381831
SET timestamp=1264427921;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Elif Ataoglu%' or o.billing_name like '%Elif Ataoglu%' or o.delivery_name like '%Elif Ataoglu%');
# Time: 100125 15:01:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.077513  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381831
SET timestamp=1264428070;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kuhlemann%' or o.billing_name like '%kuhlemann%' or o.delivery_name like '%kuhlemann%');
# Time: 100125 15:05:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.368048  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381832
SET timestamp=1264428335;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%%' or o.billing_name like '%%' or o.delivery_name like '%%');
# Time: 100125 15:05:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.195799  Lock_time: 0.000110 Rows_sent: 60  Rows_examined: 760262
SET timestamp=1264428351;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%%' or o.billing_name like '%%' or o.delivery_name like '%%')  order by orders_id DESC limit 0, 60;
# Time: 100125 15:07:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.154901  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381832
SET timestamp=1264428424;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300386615215%';
# Time: 100125 15:07:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.335365  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381833
SET timestamp=1264428460;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Weber %' or o.billing_name like '%Weber %' or o.delivery_name like '%Weber %');
# Time: 100125 15:08:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.056597  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381833
SET timestamp=1264428482;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%ivory%' or o.billing_name like '%ivory%' or o.delivery_name like '%ivory%');
# Time: 100125 15:09:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.586373  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381833
SET timestamp=1264428540;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Weber %' or o.billing_name like '%Weber %' or o.delivery_name like '%Weber %');
# Time: 100125 15:11:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.138397  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 381833
SET timestamp=1264428683;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Heiko Wendlandt%' or o.billing_name like '%Heiko Wendlandt%' or o.delivery_name like '%Heiko Wendlandt%');
# Time: 100125 15:16:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.104818  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 381834
SET timestamp=1264428984;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%jahni123@googlemail.com%';
# Time: 100125 15:16:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.099034  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381834
SET timestamp=1264429001;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%bärbel murst%' or o.billing_name like '%bärbel murst%' or o.delivery_name like '%bärbel murst%');
# Time: 100125 15:20:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.442845  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 381836
SET timestamp=1264429200;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%abauer2@gmx.de%';
# Time: 100125 15:21:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.919645  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381836
SET timestamp=1264429302;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Windbrake%' or o.billing_name like '%Windbrake%' or o.delivery_name like '%Windbrake%');
# Time: 100125 15:24:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.055974  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381836
SET timestamp=1264429453;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%luzzi%' or o.billing_name like '%luzzi%' or o.delivery_name like '%luzzi%');
# Time: 100125 15:26:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.884283  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381836
SET timestamp=1264429560;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%bärbel murst%' or o.billing_name like '%bärbel murst%' or o.delivery_name like '%bärbel murst%');
# Time: 100125 15:26:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.071615  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381836
SET timestamp=1264429589;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Huber%' or o.billing_name like '%Huber%' or o.delivery_name like '%Huber%');
# Time: 100125 15:30:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.061806  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381837
SET timestamp=1264429817;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330382381272%';
# Time: 100125 15:38:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.249502  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381838
SET timestamp=1264430293;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%Ewie87@web.de%';
# Time: 100125 15:44:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.071441  Lock_time: 0.000064 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430692;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Gesine Giovinazzo-Todt%' or o.billing_name like '%Gesine Giovinazzo-Todt%' or o.delivery_name like '%Gesine Giovinazzo-Todt%');
# Time: 100125 15:45:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.338857  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430715;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%msp management%' or o.billing_name like '%msp management%' or o.delivery_name like '%msp management%');
# Time: 100125 15:45:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.225827  Lock_time: 0.000020 Rows_sent: 247842  Rows_examined: 247842
SET timestamp=1264430728;
SELECT orders_id FROM orders WHERE combined_orders_id = '';
# Time: 100125 15:45:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.798386  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430748;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Thomas Hallen%' or o.billing_name like '%Thomas Hallen%' or o.delivery_name like '%Thomas Hallen%');
# Time: 100125 15:46:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.671553  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430768;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%msp management%' || o.billing_company LIKE '%msp management%' || o.delivery_company LIKE '%msp management%');
# Time: 100125 15:47:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.226342  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430834;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%oender%' or o.billing_name like '%oender%' or o.delivery_name like '%oender%');
# Time: 100125 15:47:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.640310  Lock_time: 0.000059 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430858;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%oender%' || o.billing_company LIKE '%oender%' || o.delivery_company LIKE '%oender%');
# Time: 100125 15:47:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.031455  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430877;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%arzu oender%' || o.billing_company LIKE '%arzu oender%' || o.delivery_company LIKE '%arzu oender%');
# Time: 100125 15:48:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.510013  Lock_time: 0.015445 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264430888;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%arzu oender%' or o.billing_name like '%arzu oender%' or o.delivery_name like '%arzu oender%');
# Time: 100125 15:52:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.181810  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264431134;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%thomas.seibel@gmx.de%';
# Time: 100125 15:52:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.092979  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381839
SET timestamp=1264431167;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Thomas M Seibel%' or o.billing_name like '%Thomas M Seibel%' or o.delivery_name like '%Thomas M Seibel%');
# Time: 100125 15:53:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.549347  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381840
SET timestamp=1264431185;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%thomas.seibel@gmx.de%';
# Time: 100125 15:53:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.088873  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381840
SET timestamp=1264431229;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Seibel%' or o.billing_name like '%Seibel%' or o.delivery_name like '%Seibel%');
# Time: 100125 16:03:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.855479  Lock_time: 0.000090 Rows_sent: 3  Rows_examined: 506829
SET timestamp=1264431786;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  c.customers_ebay_userid LIKE '%angiegini%'    order by orders_id DESC limit 0, 60;
# Time: 100125 16:23:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.758465  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381850
SET timestamp=1264433026;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Michael roos%' or o.billing_name like '%Michael roos%' or o.delivery_name like '%Michael roos%');
# Time: 100125 16:40:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.609245  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 381854
SET timestamp=1264434041;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%kram-ar@t-online.de%';
# Time: 100125 16:40:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.168521  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381854
SET timestamp=1264434050;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%kram-ar@tonline.de%';
# Time: 100125 16:41:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.729729  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381855
SET timestamp=1264434085;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Artur Kramarenko%' or o.billing_name like '%Artur Kramarenko%' or o.delivery_name like '%Artur Kramarenko%');
# Time: 100125 16:42:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.960212  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 381855
SET timestamp=1264434164;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '% 	mail@carsten-schmitt.de%';
# Time: 100125 16:43:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.160238  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 381855
SET timestamp=1264434184;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%Schmitt-Höppner%';
# Time: 100125 16:43:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.927857  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381855
SET timestamp=1264434194;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Schmitt-Höppner%' or o.billing_name like '%Schmitt-Höppner%' or o.delivery_name like '%Schmitt-Höppner%');
# Time: 100125 16:43:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.582154  Lock_time: 0.000064 Rows_sent: 1  Rows_examined: 381855
SET timestamp=1264434205;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Höppner%' or o.billing_name like '%Höppner%' or o.delivery_name like '%Höppner%');
# Time: 100125 16:44:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.213209  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381855
SET timestamp=1264434282;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Markus Plünzke%' or o.billing_name like '%Markus Plünzke%' or o.delivery_name like '%Markus Plünzke%');
# Time: 100125 16:49:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.013313  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 381856
SET timestamp=1264434593;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330396255507%';
# Time: 100125 16:56:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.130703  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381858
SET timestamp=1264435016;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Tovar%' or o.billing_name like '%Tovar%' or o.delivery_name like '%Tovar%');
# Time: 100125 17:27:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.066735  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381866
SET timestamp=1264436861;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%varlik%' or o.billing_name like '%varlik%' or o.delivery_name like '%varlik%');
# Time: 100125 17:31:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.824806  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381868
SET timestamp=1264437103;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Sukmana%' or o.billing_name like '%Sukmana%' or o.delivery_name like '%Sukmana%');
# Time: 100125 17:42:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.010176  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381868
SET timestamp=1264437729;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%fiefeck%' or o.billing_name like '%fiefeck%' or o.delivery_name like '%fiefeck%');
# Time: 100125 17:45:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.626429  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 381868
SET timestamp=1264437905;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300387023001%';
# Time: 100125 18:17:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.321096  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381883
SET timestamp=1264439844;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%sakhi%' or o.billing_name like '%sakhi%' or o.delivery_name like '%sakhi%');
# Time: 100125 18:52:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.090779  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 381898
SET timestamp=1264441952;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330393284603%';
# Time: 100125 18:53:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.127165  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 381898
SET timestamp=1264442006;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330393824603%';
# Time: 100125 19:08:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.106674  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381901
SET timestamp=1264442924;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100125 19:27:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.770501  Lock_time: 0.000084 Rows_sent: 1  Rows_examined: 362565
SET timestamp=1264444066;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-26T00:00:00';
# Time: 100125 19:38:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.317166  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381909
SET timestamp=1264444718;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%home%' || o.billing_company LIKE '%home%' || o.delivery_company LIKE '%home%');
# Time: 100125 19:46:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.030185  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381910
SET timestamp=1264445175;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%home%' || o.billing_company LIKE '%home%' || o.delivery_company LIKE '%home%');
# Time: 100125 19:46:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.198063  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381910
SET timestamp=1264445201;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%home%' || o.billing_company LIKE '%home%' || o.delivery_company LIKE '%home%');
# Time: 100125 20:05:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.611293  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 362569
SET timestamp=1264446359;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-26T00:00:00';
# Time: 100125 20:10:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.155135  Lock_time: 0.000059 Rows_sent: 1  Rows_examined: 362571
SET timestamp=1264446603;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-26T00:00:00';
# Time: 100126  0:02:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.330221  Lock_time: 0.000088 Rows_sent: 1  Rows_examined: 362599
SET timestamp=1264460547;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-26T00:00:00';
# Time: 100126  0:15:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.247205  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381942
SET timestamp=1264461352;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%home%' or o.billing_name like '%home%' or o.delivery_name like '%home%');
# Time: 100126  0:19:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.085333  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381942
SET timestamp=1264461552;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%home%' or o.billing_name like '%home%' or o.delivery_name like '%home%');
# Time: 100126  0:19:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.074900  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381942
SET timestamp=1264461572;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%home%' or o.billing_name like '%home%' or o.delivery_name like '%home%');
# Time: 100126  0:44:01
# User@Host: db177922_20[db177922_20] @ local3 [127.0.0.3]
# Query_time: 3.723671  Lock_time: 0.000107 Rows_sent: 15  Rows_examined: 135
use db177922_20;
SET timestamp=1264463041;
SELECT SQL_CALC_FOUND_ROWS  wordpresswp_posts.* FROM wordpresswp_posts  INNER JOIN wordpresswp_term_relationships ON (wordpresswp_posts.ID = wordpresswp_term_relationships.object_id) INNER JOIN wordpresswp_term_taxonomy ON (wordpresswp_term_relationships.term_taxonomy_id = wordpresswp_term_taxonomy.term_taxonomy_id)  WHERE 1=1  AND wordpresswp_term_taxonomy.taxonomy = 'category'  AND wordpresswp_term_taxonomy.term_id IN ('29')  AND wordpresswp_posts.post_type = 'post' AND (wordpresswp_posts.post_status = 'publish') GROUP BY wordpresswp_posts.ID ORDER BY wordpresswp_posts.post_date DESC LIMIT 0, 15;
# Time: 100126  1:00:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.799129  Lock_time: 0.000059 Rows_sent: 128461  Rows_examined: 128461
use db177922_3;
SET timestamp=1264464010;
select LOWER(customers_email_address) as email from customers;
# Time: 100126  5:30:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.254750  Lock_time: 0.000077 Rows_sent: 0  Rows_examined: 128462
SET timestamp=1264480207;
select customers_id from customers where block_warnings='1' and block_warnings_span='1' and block_warnings_dayspan>0 and (UNIX_TIMESTAMP(block_warnings_date)+(block_warnings_dayspan*60*60*24)) < UNIX_TIMESTAMP(now());
# Time: 100126  7:54:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.014385  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381946
SET timestamp=1264488891;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300387563661%';
# Time: 100126  8:12:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.418136  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 256925
SET timestamp=1264489963;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100126  8:16:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.026518  Lock_time: 0.000112 Rows_sent: 60  Rows_examined: 232786
SET timestamp=1264490196;
select c.customers_id,c.customers_firstname, c.customers_lastname, o.customers_company,sum(op.final_price) as ordersum from customers c, orders_products op, orders o where o.date_purchased>'2010-01-19' and o.date_purchased<'2010-01-26' and c.customers_id = o.customers_id and o.orders_id = op.orders_id and  o.orders_status != '7' and o.orders_status != '5'  group by c.customers_id order by ordersum DESC limit 0, 60;
# Time: 100126  8:18:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.222017  Lock_time: 0.000085 Rows_sent: 1  Rows_examined: 362603
SET timestamp=1264490288;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126  8:45:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.988552  Lock_time: 0.000035 Rows_sent: 1  Rows_examined: 1890
SET timestamp=1264491935;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='134' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100126  8:45:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.647208  Lock_time: 0.000037 Rows_sent: 1  Rows_examined: 3240
SET timestamp=1264491957;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='177' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100126  8:46:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.368277  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 710
SET timestamp=1264491983;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='988' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100126  8:46:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.315374  Lock_time: 0.000035 Rows_sent: 811  Rows_examined: 1622
SET timestamp=1264491985;
SELECT DATE_FORMAT(date_saved,'%d.%m.%Y - %H:%i:%s') as datum,editor_id,comments FROM products_history WHERE products_id='4201' ORDER BY date_saved DESC;
# Time: 100126  8:46:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.024413  Lock_time: 0.000036 Rows_sent: 1  Rows_examined: 3524
SET timestamp=1264491988;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='124' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100126  8:48:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.236886  Lock_time: 0.000065 Rows_sent: 60  Rows_examined: 701
SET timestamp=1264492084;
select *,DATE_FORMAT(date_saved,'%d.%m.%y') as datum from history_bestand where products_id='7227' order by date_saved desc limit 0, 60;
# Time: 100126  8:48:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.287945  Lock_time: 0.000076 Rows_sent: 60  Rows_examined: 1635
SET timestamp=1264492097;
select *,DATE_FORMAT(date_saved,'%d.%m.%y') as datum from history_bestand where products_id='1451' order by date_saved desc limit 0, 60;
# Time: 100126  8:48:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 29.348981  Lock_time: 0.000110 Rows_sent: 33  Rows_examined: 253489
SET timestamp=1264492112;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100126  8:48:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.809431  Lock_time: 0.000049 Rows_sent: 60  Rows_examined: 1364
SET timestamp=1264492125;
select *,DATE_FORMAT(date_saved,'%d.%m.%y') as datum from history_bestand where products_id='1452' order by date_saved desc limit 0, 60;
# Time: 100126  8:50:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.320194  Lock_time: 0.000028 Rows_sent: 1  Rows_examined: 76
SET timestamp=1264492209;
SELECT SUM(quantity) as anzahl FROM ebay_auctions WHERE products_id='3444' and status=1;
# Time: 100126  8:51:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.888534  Lock_time: 0.000023 Rows_sent: 247919  Rows_examined: 247919
SET timestamp=1264492267;
SELECT orders_id FROM orders WHERE combined_orders_id = '';
# Time: 100126  8:58:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.590815  Lock_time: 0.000086 Rows_sent: 8  Rows_examined: 253506
SET timestamp=1264492714;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263887909' and UNIX_TIMESTAMP(date_purchased)<'1264492709'  and orders_status != '7' GROUP BY tag;
# Time: 100126  9:00:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 17.685616  Lock_time: 0.000063 Rows_sent: 128463  Rows_examined: 128463
SET timestamp=1264492825;
select LOWER(customers_email_address) as email from customers;
# Time: 100126  9:11:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.456710  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381948
SET timestamp=1264493470;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%innamorato %' or o.billing_name like '%innamorato %' or o.delivery_name like '%innamorato %');
# Time: 100126  9:18:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.287304  Lock_time: 0.000073 Rows_sent: 1  Rows_examined: 159537
SET timestamp=1264493914;
select count(1) as total  from shippings where status='0';
# Time: 100126  9:21:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.874216  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381951
SET timestamp=1264494072;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%michael leissing%' or o.billing_name like '%michael leissing%' or o.delivery_name like '%michael leissing%');
# Time: 100126  9:43:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.369617  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 256931
SET timestamp=1264495406;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100126  9:53:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.919131  Lock_time: 0.000094 Rows_sent: 0  Rows_examined: 506983
SET timestamp=1264496034;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  c.customers_ebay_userid LIKE '%caro.wagner@gmx.net%'    order by orders_id DESC limit 0, 60;
# Time: 100126  9:54:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.667652  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381955
SET timestamp=1264496048;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%caro.wagner@gmx.net%';
# Time: 100126  9:55:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.271110  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381955
SET timestamp=1264496133;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%Schmitt GmbH Co. KG%' || o.billing_company LIKE '%Schmitt GmbH Co. KG%' || o.delivery_company LIKE '%Schmitt GmbH Co. KG%');
# Time: 100126  9:57:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.146884  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 381955
SET timestamp=1264496225;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%info@schmittconcept.com%';
# Time: 100126  9:57:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.616672  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381955
SET timestamp=1264496236;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Wagner%' or o.billing_name like '%Wagner%' or o.delivery_name like '%Wagner%');
# Time: 100126 10:05:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.312515  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381956
SET timestamp=1264496707;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%MARKEMENT GmbH%' || o.billing_company LIKE '%MARKEMENT GmbH%' || o.delivery_company LIKE '%MARKEMENT GmbH%');
# Time: 100126 10:08:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.063323  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381957
SET timestamp=1264496907;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Frank Bott%' or o.billing_name like '%Frank Bott%' or o.delivery_name like '%Frank Bott%');
# Time: 100126 10:27:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.403506  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381958
SET timestamp=1264498035;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%thomas murst%' or o.billing_name like '%thomas murst%' or o.delivery_name like '%thomas murst%');
# Time: 100126 10:37:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.408225  Lock_time: 0.000033 Rows_sent: 1  Rows_examined: 602913
SET timestamp=1264498671;
select SUM(op.final_price) as subtotal_final from orders_products op, orders o where o.parent_orders_id = '' && op.orders_id=o.orders_id;
# Time: 100126 10:37:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.332262  Lock_time: 0.000032 Rows_sent: 351730  Rows_examined: 602913
SET timestamp=1264498677;
select op.final_price, op.products_tax, op.allow_tax from orders_products op, orders o where o.parent_orders_id = '' && o.orders_id=op.orders_id;
# Time: 100126 10:39:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.463928  Lock_time: 0.000021 Rows_sent: 0  Rows_examined: 0
SET timestamp=1264498795;
delete from orders_recalculate where orders_id = '';
# Time: 100126 10:47:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.929244  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381958
SET timestamp=1264499272;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%bekir%' or o.billing_name like '%bekir%' or o.delivery_name like '%bekir%');
# Time: 100126 10:50:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.293930  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381958
SET timestamp=1264499418;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%concept 212%' || o.billing_company LIKE '%concept 212%' || o.delivery_company LIKE '%concept 212%');
# Time: 100126 10:58:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.035380  Lock_time: 0.000072 Rows_sent: 1  Rows_examined: 381958
SET timestamp=1264499921;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%planeta%' or o.billing_name like '%planeta%' or o.delivery_name like '%planeta%');
# Time: 100126 10:59:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.279264  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381958
SET timestamp=1264499967;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%planeta%' || o.billing_company LIKE '%planeta%' || o.delivery_company LIKE '%planeta%');
# Time: 100126 11:01:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.183874  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381959
SET timestamp=1264500081;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%strätz%' or o.billing_name like '%strätz%' or o.delivery_name like '%strätz%');
# Time: 100126 11:02:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.095640  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381959
SET timestamp=1264500146;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%lonn%' or o.billing_name like '%lonn%' or o.delivery_name like '%lonn%');
# Time: 100126 11:05:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.000896  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381959
SET timestamp=1264500332;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%MACKEWITZ%' or o.billing_name like '%MACKEWITZ%' or o.delivery_name like '%MACKEWITZ%');
# Time: 100126 11:05:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.038810  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381959
SET timestamp=1264500347;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%MACKE%' or o.billing_name like '%MACKE%' or o.delivery_name like '%MACKE%');
# Time: 100126 11:06:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.400409  Lock_time: 0.000036 Rows_sent: 1  Rows_examined: 381959
SET timestamp=1264500407;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300388698253%';
# Time: 100126 11:06:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.402231  Lock_time: 0.000022 Rows_sent: 247926  Rows_examined: 247926
SET timestamp=1264500408;
SELECT orders_id FROM orders WHERE combined_orders_id = '';
# Time: 100126 11:09:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.171222  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381959
SET timestamp=1264500564;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300388953488%';
# Time: 100126 11:28:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.141369  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381963
SET timestamp=1264501739;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Melanie Brucker%' or o.billing_name like '%Melanie Brucker%' or o.delivery_name like '%Melanie Brucker%');
# Time: 100126 11:56:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.005654  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381970
SET timestamp=1264503413;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%SMa Ostsee-Galerie%' || o.billing_company LIKE '%SMa Ostsee-Galerie%' || o.delivery_company LIKE '%SMa Ostsee-Galerie%');
# Time: 100126 11:57:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.297218  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381970
SET timestamp=1264503440;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%UDIO DEKORAC%' || o.billing_company LIKE '%UDIO DEKORAC%' || o.delivery_company LIKE '%UDIO DEKORAC%');
# Time: 100126 11:57:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.626192  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 381970
SET timestamp=1264503446;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Sma ostsee%' or o.billing_name like '%Sma ostsee%' or o.delivery_name like '%Sma ostsee%');
# Time: 100126 11:57:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.072594  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381970
SET timestamp=1264503453;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%prignitz%' or o.billing_name like '%prignitz%' or o.delivery_name like '%prignitz%');
# Time: 100126 11:57:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.931214  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381970
SET timestamp=1264503461;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Sma osts%' or o.billing_name like '%Sma osts%' or o.delivery_name like '%Sma osts%');
# Time: 100126 11:57:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.200285  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381970
SET timestamp=1264503475;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%Sma %' || o.billing_company LIKE '%Sma %' || o.delivery_company LIKE '%Sma %');
# Time: 100126 12:07:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.614073  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381977
SET timestamp=1264504025;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%');
# Time: 100126 12:07:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.300636  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381977
SET timestamp=1264504046;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%');
# Time: 100126 12:09:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.031218  Lock_time: 0.000136 Rows_sent: 1  Rows_examined: 256941
SET timestamp=1264504162;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Püttner%' or c.customers_lastname like '%Püttner%' or c.customers_firstname like '%Püttner%' or c.customers_email_address like '%Püttner%' or c.customers_ebay_userid LIKE '%Püttner%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100126 12:11:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.019169  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 381977
SET timestamp=1264504288;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%thomas murst%' or o.billing_name like '%thomas murst%' or o.delivery_name like '%thomas murst%');
# Time: 100126 12:12:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.099504  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 381977
SET timestamp=1264504340;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Volkan Varilk%' or o.billing_name like '%Volkan Varilk%' or o.delivery_name like '%Volkan Varilk%');
# Time: 100126 12:12:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.175628  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381978
SET timestamp=1264504364;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Volkan%' or o.billing_name like '%Volkan%' or o.delivery_name like '%Volkan%');
# Time: 100126 12:27:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.343395  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381981
SET timestamp=1264505221;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100126 12:30:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.743773  Lock_time: 0.000080 Rows_sent: 1  Rows_examined: 381983
SET timestamp=1264505425;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Küster%' or o.billing_name like '%Küster%' or o.delivery_name like '%Küster%');
# Time: 100126 12:32:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.359340  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381983
SET timestamp=1264505572;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330397777327%';
# Time: 100126 12:34:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.964101  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381983
SET timestamp=1264505678;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%greiner%' or o.billing_name like '%greiner%' or o.delivery_name like '%greiner%');
# Time: 100126 12:38:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.076495  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 381984
SET timestamp=1264505907;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%dese%' or o.billing_name like '%dese%' or o.delivery_name like '%dese%');
# Time: 100126 12:46:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.233420  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381984
SET timestamp=1264506369;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%yaseen%' or o.billing_name like '%yaseen%' or o.delivery_name like '%yaseen%');
# Time: 100126 12:49:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.624642  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 381985
SET timestamp=1264506599;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300389918175%';
# Time: 100126 12:54:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.246592  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381987
SET timestamp=1264506891;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%walther%' or o.billing_name like '%walther%' or o.delivery_name like '%walther%');
# Time: 100126 12:54:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.016150  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 381987
SET timestamp=1264506897;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%walther%' or o.billing_name like '%walther%' or o.delivery_name like '%walther%');
# Time: 100126 12:55:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.145032  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381987
SET timestamp=1264506918;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300389296234%';
# Time: 100126 12:58:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.249372  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 381987
SET timestamp=1264507091;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330397727195%';
# Time: 100126 13:00:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.072605  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 381990
SET timestamp=1264507219;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%yaseen%' or o.billing_name like '%yaseen%' or o.delivery_name like '%yaseen%');
# Time: 100126 13:08:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.449879  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 381992
SET timestamp=1264507717;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%network%' || o.billing_company LIKE '%network%' || o.delivery_company LIKE '%network%');
# Time: 100126 13:11:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.053920  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 381995
SET timestamp=1264507877;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%wellejus%' or o.billing_name like '%wellejus%' or o.delivery_name like '%wellejus%');
# Time: 100126 13:11:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.146174  Lock_time: 0.000060 Rows_sent: 1  Rows_examined: 381995
SET timestamp=1264507914;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%sabrina Asmus%' or o.billing_name like '%sabrina Asmus%' or o.delivery_name like '%sabrina Asmus%');
# Time: 100126 13:25:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.439972  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 381999
SET timestamp=1264508726;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330398270068%';
# Time: 100126 13:31:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.138484  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 382002
SET timestamp=1264509061;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300389679771%';
# Time: 100126 13:44:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.019269  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382006
SET timestamp=1264509883;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100126 13:52:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.025853  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382009
SET timestamp=1264510340;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100126 13:55:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.110883  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382009
SET timestamp=1264510508;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '% 	Daniela Zotta    %' or o.billing_name like '% 	Daniela Zotta    %' or o.delivery_name like '% 	Daniela Zotta    %');
# Time: 100126 13:55:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.055932  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382009
SET timestamp=1264510518;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Daniela Zotta%' or o.billing_name like '%Daniela Zotta%' or o.delivery_name like '%Daniela Zotta%');
# Time: 100126 13:58:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.018829  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382012
SET timestamp=1264510686;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Priegnitz%' or o.billing_name like '%Priegnitz%' or o.delivery_name like '%Priegnitz%');
# Time: 100126 13:58:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.579595  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382012
SET timestamp=1264510696;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Prignitz%' or o.billing_name like '%Prignitz%' or o.delivery_name like '%Prignitz%');
# Time: 100126 14:07:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.144314  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382018
SET timestamp=1264511265;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Jessica Barkette%' or o.billing_name like '%Jessica Barkette%' or o.delivery_name like '%Jessica Barkette%');
# Time: 100126 14:17:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.024224  Lock_time: 0.000111 Rows_sent: 60  Rows_examined: 253351
SET timestamp=1264511846;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100126 14:20:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.440343  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382019
SET timestamp=1264512028;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%wefer%' or o.billing_name like '%wefer%' or o.delivery_name like '%wefer%');
# Time: 100126 14:20:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.414053  Lock_time: 0.000072 Rows_sent: 11  Rows_examined: 253544
SET timestamp=1264512032;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 60, 60;
# Time: 100126 14:25:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.264875  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382019
SET timestamp=1264512347;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%stecken%' or o.billing_name like '%stecken%' or o.delivery_name like '%stecken%');
# Time: 100126 14:44:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.515114  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 382021
SET timestamp=1264513478;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Maja Lauschke%' or o.billing_name like '%Maja Lauschke%' or o.delivery_name like '%Maja Lauschke%');
# Time: 100126 14:45:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.944059  Lock_time: 0.000071 Rows_sent: 1  Rows_examined: 362649
SET timestamp=1264513543;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 14:45:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.648686  Lock_time: 0.000074 Rows_sent: 1  Rows_examined: 362649
SET timestamp=1264513553;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 14:48:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.460599  Lock_time: 0.000084 Rows_sent: 1  Rows_examined: 362649
SET timestamp=1264513713;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-26T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 14:48:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.937106  Lock_time: 0.000079 Rows_sent: 1  Rows_examined: 362649
SET timestamp=1264513723;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-26T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 14:49:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.543423  Lock_time: 0.000083 Rows_sent: 1  Rows_examined: 362649
SET timestamp=1264513751;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-25T00:00:00' AND o.date_purchased < '2010-01-26T00:00:00';
# Time: 100126 14:49:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.375138  Lock_time: 0.000086 Rows_sent: 1  Rows_examined: 362649
SET timestamp=1264513759;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-25T00:00:00' AND o.date_purchased < '2010-01-26T00:00:00';
# Time: 100126 14:55:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.032335  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382025
SET timestamp=1264514128;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%wefer%' or o.billing_name like '%wefer%' or o.delivery_name like '%wefer%');
# Time: 100126 14:57:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.340886  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 382026
SET timestamp=1264514255;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%pöter%' or o.billing_name like '%pöter%' or o.delivery_name like '%pöter%');
# Time: 100126 15:11:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.214669  Lock_time: 0.000106 Rows_sent: 60  Rows_examined: 253251
SET timestamp=1264515085;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100126 15:14:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.070114  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 382033
SET timestamp=1264515259;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%glet%' or o.billing_name like '%glet%' or o.delivery_name like '%glet%');
# Time: 100126 15:47:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.103363  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382037
SET timestamp=1264517222;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Olaf Rebbe%' or o.billing_name like '%Olaf Rebbe%' or o.delivery_name like '%Olaf Rebbe%');
# Time: 100126 15:49:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.012609  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382037
SET timestamp=1264517348;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%taurus%' || o.billing_company LIKE '%taurus%' || o.delivery_company LIKE '%taurus%');
# Time: 100126 15:57:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.402664  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382039
SET timestamp=1264517856;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%ingo hes%' or o.billing_name like '%ingo hes%' or o.delivery_name like '%ingo hes%');
# Time: 100126 16:20:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.249204  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 382047
SET timestamp=1264519253;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300389033944%';
# Time: 100126 16:21:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.267527  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382047
SET timestamp=1264519290;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spork%' or o.billing_name like '%spork%' or o.delivery_name like '%spork%');
# Time: 100126 16:23:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.106293  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382049
SET timestamp=1264519390;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100126 16:25:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.265148  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 382049
SET timestamp=1264519556;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.customers_email_address LIKE '%a.schaefer@@unit-art.de%';
# Time: 100126 16:26:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.338923  Lock_time: 0.000124 Rows_sent: 0  Rows_examined: 256971
SET timestamp=1264519588;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%a.schaefer@@unit-art.de%' or c.customers_lastname like '%a.schaefer@@unit-art.de%' or c.customers_firstname like '%a.schaefer@@unit-art.de%' or c.customers_email_address like '%a.schaefer@@unit-art.de%' or c.customers_ebay_userid LIKE '%a.schaefer@@unit-art.de%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100126 16:27:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.435969  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382050
SET timestamp=1264519647;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%unit%' || o.billing_company LIKE '%unit%' || o.delivery_company LIKE '%unit%');
# Time: 100126 16:53:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.092929  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382058
SET timestamp=1264521183;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Oksana4ka24@hotmail.com%' or o.billing_name like '%Oksana4ka24@hotmail.com%' or o.delivery_name like '%Oksana4ka24@hotmail.com%');
# Time: 100126 16:53:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.432276  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 382058
SET timestamp=1264521210;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tweej%' or o.billing_name like '%tweej%' or o.delivery_name like '%tweej%');
# Time: 100126 17:04:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.004277  Lock_time: 0.000143 Rows_sent: 0  Rows_examined: 256975
SET timestamp=1264521861;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%technik@das-meininer-theater.de%' or c.customers_lastname like '%technik@das-meininer-theater.de%' or c.customers_firstname like '%technik@das-meininer-theater.de%' or c.customers_email_address like '%technik@das-meininer-theater.de%' or c.customers_ebay_userid LIKE '%technik@das-meininer-theater.de%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100126 17:26:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.690127  Lock_time: 0.000084 Rows_sent: 1  Rows_examined: 362681
SET timestamp=1264523176;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 17:28:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.218399  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 362681
SET timestamp=1264523330;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-26T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 17:29:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.617012  Lock_time: 0.000138 Rows_sent: 1  Rows_examined: 362681
SET timestamp=1264523350;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 17:29:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.723081  Lock_time: 0.000080 Rows_sent: 1  Rows_examined: 362681
SET timestamp=1264523359;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-27T00:00:00';
# Time: 100126 17:33:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.031714  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382070
SET timestamp=1264523626;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Dagmar Kläbe%' or o.billing_name like '%Dagmar Kläbe%' or o.delivery_name like '%Dagmar Kläbe%');
# Time: 100126 17:49:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.153337  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 382076
SET timestamp=1264524594;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300382405103%';
# Time: 100126 17:50:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.171614  Lock_time: 0.000037 Rows_sent: 1  Rows_examined: 382076
SET timestamp=1264524623;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300382405103%';
# Time: 100126 17:52:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.966905  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 382076
SET timestamp=1264524747;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%inancial Base%' || o.billing_company LIKE '%inancial Base%' || o.delivery_company LIKE '%inancial Base%');
# Time: 100126 17:59:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.033304  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382079
SET timestamp=1264525160;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%dagmar klä%' or o.billing_name like '%dagmar klä%' or o.delivery_name like '%dagmar klä%');
# Time: 100126 18:27:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.001581  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382082
SET timestamp=1264526862;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Natascha Karaca%' or o.billing_name like '%Natascha Karaca%' or o.delivery_name like '%Natascha Karaca%');
# Time: 100126 18:52:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.543462  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 382090
SET timestamp=1264528363;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Fischer%' or o.billing_name like '%Fischer%' or o.delivery_name like '%Fischer%');
# Time: 100126 19:02:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.118845  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382092
SET timestamp=1264528946;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%');
# Time: 100126 19:37:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.019871  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 382107
SET timestamp=1264531020;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kraul%' or o.billing_name like '%kraul%' or o.delivery_name like '%kraul%');
# Time: 100126 20:31:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.648434  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 382115
SET timestamp=1264534316;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100126 21:00:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.124992  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382119
SET timestamp=1264536022;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100126 21:02:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.003743  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382119
SET timestamp=1264536125;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100126 21:08:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.355229  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382120
SET timestamp=1264536539;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%ewelina%' or o.billing_name like '%ewelina%' or o.delivery_name like '%ewelina%');
# Time: 100127  1:03:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.918288  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 2156
SET timestamp=1264550629;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='781' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:03:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.535022  Lock_time: 0.000036 Rows_sent: 1  Rows_examined: 3698
SET timestamp=1264550634;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='789' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:23:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.209876  Lock_time: 0.000035 Rows_sent: 1  Rows_examined: 1276
SET timestamp=1264551812;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='69' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:27:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.664081  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 2148
SET timestamp=1264552050;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='187' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:31:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.389611  Lock_time: 0.000035 Rows_sent: 1  Rows_examined: 2002
SET timestamp=1264552288;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='59' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:45:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.378631  Lock_time: 0.000035 Rows_sent: 1  Rows_examined: 1572
SET timestamp=1264553129;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='27' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:46:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.196540  Lock_time: 0.000036 Rows_sent: 1  Rows_examined: 2170
SET timestamp=1264553184;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='225' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:46:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.869899  Lock_time: 0.000066 Rows_sent: 1  Rows_examined: 8036
SET timestamp=1264553194;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='106' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  1:56:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.705395  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 13158
SET timestamp=1264553793;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='111' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  2:00:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.352022  Lock_time: 0.000092 Rows_sent: 97727  Rows_examined: 239852
SET timestamp=1264554035;
select distinct LOWER(userid) as username from ebay_transactions;
# Time: 100127  2:24:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.424893  Lock_time: 0.000036 Rows_sent: 1  Rows_examined: 1276
SET timestamp=1264555495;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='69' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  2:33:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.243523  Lock_time: 0.000036 Rows_sent: 1  Rows_examined: 1572
SET timestamp=1264555989;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='27' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  2:38:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.364154  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 2170
SET timestamp=1264556338;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='225' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  2:39:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.614672  Lock_time: 0.000112 Rows_sent: 1  Rows_examined: 8036
SET timestamp=1264556346;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='106' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  2:40:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.236932  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 1570
SET timestamp=1264556410;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='284' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  3:00:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.641592  Lock_time: 0.000037 Rows_sent: 1  Rows_examined: 2148
SET timestamp=1264557614;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='187' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  3:06:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.113268  Lock_time: 0.000085 Rows_sent: 1  Rows_examined: 1548
SET timestamp=1264557987;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='152' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  3:10:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.600904  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 834
SET timestamp=1264558230;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='1588' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  3:25:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.946488  Lock_time: 0.000075 Rows_sent: 1  Rows_examined: 8036
SET timestamp=1264559152;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='106' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  4:04:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.221542  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 8036
SET timestamp=1264561440;
SELECT SUM(products_quantity) as anzahl FROM orders_products op,orders o WHERE op.products_id='106' and o.orders_status IN (6,4,1,2,9) and o.orders_id=op.orders_id;
# Time: 100127  5:30:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.172606  Lock_time: 0.000077 Rows_sent: 0  Rows_examined: 128515
SET timestamp=1264566607;
select customers_id from customers where block_warnings='1' and block_warnings_span='1' and block_warnings_dayspan>0 and (UNIX_TIMESTAMP(block_warnings_date)+(block_warnings_dayspan*60*60*24)) < UNIX_TIMESTAMP(now());
# Time: 100127  7:54:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.257663  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 79808
SET timestamp=1264575292;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='40863' and n.id=s.notes_id and s.usr='40863' and s.read_status=0 order by n.id desc;
# Time: 100127  8:44:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.658858  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 257031
SET timestamp=1264578279;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127  9:37:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.978715  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 382145
SET timestamp=1264581429;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Marcus Weinert%' or o.billing_name like '%Marcus Weinert%' or o.delivery_name like '%Marcus Weinert%');
# Time: 100127 10:08:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.523011  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382149
SET timestamp=1264583288;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%berit holtkamp%' or o.billing_name like '%berit holtkamp%' or o.delivery_name like '%berit holtkamp%');
# Time: 100127 10:21:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.029347  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382156
SET timestamp=1264584108;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Simone Hamacher%' or o.billing_name like '%Simone Hamacher%' or o.delivery_name like '%Simone Hamacher%');
# Time: 100127 10:22:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.020727  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382156
SET timestamp=1264584129;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Hamacher%' or o.billing_name like '%Hamacher%' or o.delivery_name like '%Hamacher%');
# Time: 100127 10:29:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.069046  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382157
SET timestamp=1264584547;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Pascale%' or o.billing_name like '%Pascale%' or o.delivery_name like '%Pascale%');
# Time: 100127 10:49:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.637507  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264585768;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 10:49:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.185401  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264585788;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 10:50:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.327755  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264585856;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 10:51:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.567474  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264585904;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 10:52:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.036577  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264585934;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 10:53:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.267823  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264585988;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 10:54:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.900519  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264586041;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 10:54:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.327820  Lock_time: 0.000115 Rows_sent: 1  Rows_examined: 382160
SET timestamp=1264586050;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:00:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.995196  Lock_time: 0.000056 Rows_sent: 128526  Rows_examined: 128526
SET timestamp=1264586414;
select LOWER(customers_email_address) as email from customers;
# Time: 100127 11:07:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.435971  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264586837;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330394016399%';
# Time: 100127 11:09:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.076621  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264586959;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%planeta%' || o.billing_company LIKE '%planeta%' || o.delivery_company LIKE '%planeta%');
# Time: 100127 11:11:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.336737  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587075;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:14:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.089207  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587298;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:15:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.153129  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587357;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:19:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.119658  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587549;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300372993720%';
# Time: 100127 11:20:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.074584  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587615;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:20:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.100255  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587642;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:21:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.010861  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587702;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:22:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.074440  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587749;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:22:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.072978  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382163
SET timestamp=1264587758;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%TWEEJ%' or o.billing_name like '%TWEEJ%' or o.delivery_name like '%TWEEJ%');
# Time: 100127 11:23:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.319180  Lock_time: 0.000116 Rows_sent: 60  Rows_examined: 253223
SET timestamp=1264587834;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100127 11:30:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.446448  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382169
SET timestamp=1264588218;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:31:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.421735  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382169
SET timestamp=1264588287;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%stakochem%' or o.billing_name like '%stakochem%' or o.delivery_name like '%stakochem%');
# Time: 100127 11:31:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.287482  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382169
SET timestamp=1264588298;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:31:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.790949  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382170
SET timestamp=1264588312;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.676312  Lock_time: 0.000077 Rows_sent: 60  Rows_examined: 253223
SET timestamp=1264588312;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100127 11:32:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.003925  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382170
SET timestamp=1264588328;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:32:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.360069  Lock_time: 0.000078 Rows_sent: 60  Rows_examined: 253223
SET timestamp=1264588333;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100127 11:32:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.248697  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382170
SET timestamp=1264588337;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:32:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.230413  Lock_time: 0.000080 Rows_sent: 60  Rows_examined: 253223
SET timestamp=1264588360;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100127 11:34:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.616631  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382170
SET timestamp=1264588464;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:36:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.878704  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382170
SET timestamp=1264588615;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%stakoche%' or o.billing_name like '%stakoche%' or o.delivery_name like '%stakoche%');
# Time: 100127 11:37:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.218822  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382170
SET timestamp=1264588625;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakoche%' || o.billing_company LIKE '%stakoche%' || o.delivery_company LIKE '%stakoche%');
# Time: 100127 11:41:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.097722  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382170
SET timestamp=1264588870;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:44:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.834008  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 382171
SET timestamp=1264589070;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%engelmann%' or o.billing_name like '%engelmann%' or o.delivery_name like '%engelmann%');
# Time: 100127 11:45:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.124671  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 382171
SET timestamp=1264589112;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100127 11:48:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.096078  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382172
SET timestamp=1264589336;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:49:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.171044  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382172
SET timestamp=1264589388;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:51:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.158953  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382172
SET timestamp=1264589484;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:51:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.023619  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382172
SET timestamp=1264589518;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:52:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.788661  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382172
SET timestamp=1264589532;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%stakochem%' || o.billing_company LIKE '%stakochem%' || o.delivery_company LIKE '%stakochem%');
# Time: 100127 11:56:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.476719  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382174
SET timestamp=1264589809;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300382398600%';
# Time: 100127 11:57:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.891157  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 382176
SET timestamp=1264589841;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 11:58:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.082819  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382176
SET timestamp=1264589928;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:00:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.368803  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382177
SET timestamp=1264590057;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%');
# Time: 100127 12:01:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.010126  Lock_time: 0.000119 Rows_sent: 60  Rows_examined: 253513
SET timestamp=1264590103;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 60, 60;
# Time: 100127 12:01:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.063960  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590104;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:01:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.009687  Lock_time: 0.000125 Rows_sent: 15  Rows_examined: 253650
SET timestamp=1264590113;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 120, 60;
# Time: 100127 12:02:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.345167  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590136;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Axel Lülten%' or o.billing_name like '%Axel Lülten%' or o.delivery_name like '%Axel Lülten%');
# Time: 100127 12:02:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.112079  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590162;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Max Beier%' or o.billing_name like '%Max Beier%' or o.delivery_name like '%Max Beier%');
# Time: 100127 12:02:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.275820  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590177;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Axel Lülten%' or o.billing_name like '%Axel Lülten%' or o.delivery_name like '%Axel Lülten%');
# Time: 100127 12:03:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.881227  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590213;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%jung%' or o.billing_name like '%jung%' or o.delivery_name like '%jung%');
# Time: 100127 12:03:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.149361  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590229;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Axel Lülten%' or o.billing_name like '%Axel Lülten%' or o.delivery_name like '%Axel Lülten%');
# Time: 100127 12:04:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.379674  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590252;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Axel Lülten%' or o.billing_name like '%Axel Lülten%' or o.delivery_name like '%Axel Lülten%');
# Time: 100127 12:04:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.262064  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590296;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Axel Lülten%' or o.billing_name like '%Axel Lülten%' or o.delivery_name like '%Axel Lülten%');
# Time: 100127 12:06:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.021431  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590384;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Axel Lülten%' or o.billing_name like '%Axel Lülten%' or o.delivery_name like '%Axel Lülten%');
# Time: 100127 12:07:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.366181  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590453;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:08:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.290960  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590493;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:08:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.334156  Lock_time: 0.000107 Rows_sent: 60  Rows_examined: 253163
SET timestamp=1264590537;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100127 12:09:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.536080  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590560;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%dieterhagen%' or o.billing_name like '%dieterhagen%' or o.delivery_name like '%dieterhagen%');
# Time: 100127 12:09:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.876666  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590575;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%dietershagen%' or o.billing_name like '%dietershagen%' or o.delivery_name like '%dietershagen%');
# Time: 100127 12:09:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.637879  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590580;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:09:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.626468  Lock_time: 0.000084 Rows_sent: 60  Rows_examined: 253163
SET timestamp=1264590584;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100127 12:09:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.464970  Lock_time: 0.000106 Rows_sent: 60  Rows_examined: 253163
SET timestamp=1264590598;
select o.versender,o.orders_id from orders o LEFT JOIN wrapping_counter wc USING(orders_id) where (o.orders_status='6' or ((o.payment_method IN ('invoice','cod','yes_cod','sofortueberweisungredirect','heidelpay','heidelpaycc','heidelpaydc','heidelpaydd','heidelpayotideal','heidelpayotsofort') ) and (o.orders_status = 1 or o.orders_status=2 or o.orders_status=6) and date_shipping='0000-00-00 00:00:00' ) ) and o.goods_despatched='0' and block_shipping=0 and o.rueckstand=0 and wc.orders_id IS NULL order by o.customers_id limit 0, 60;
# Time: 100127 12:11:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.546360  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382178
SET timestamp=1264590710;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Giovinazzo-Todt%' or o.billing_name like '%Giovinazzo-Todt%' or o.delivery_name like '%Giovinazzo-Todt%');
# Time: 100127 12:12:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.072537  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382179
SET timestamp=1264590766;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100127 12:16:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.235327  Lock_time: 0.000125 Rows_sent: 2  Rows_examined: 257065
SET timestamp=1264590977;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%dietershagen%' or c.customers_lastname like '%dietershagen%' or c.customers_firstname like '%dietershagen%' or c.customers_email_address like '%dietershagen%' or c.customers_ebay_userid LIKE '%dietershagen%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100127 12:16:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.285561  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382179
SET timestamp=1264590982;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:16:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.588586  Lock_time: 0.000086 Rows_sent: 2  Rows_examined: 257065
SET timestamp=1264590986;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%dietershagen%' or c.customers_lastname like '%dietershagen%' or c.customers_firstname like '%dietershagen%' or c.customers_email_address like '%dietershagen%' or c.customers_ebay_userid LIKE '%dietershagen%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100127 12:17:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.954452  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382179
SET timestamp=1264591067;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:18:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.714581  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382180
SET timestamp=1264591093;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:19:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.907664  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 382180
SET timestamp=1264591145;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300389659607%';
# Time: 100127 12:19:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.753959  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382180
SET timestamp=1264591189;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:21:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.044549  Lock_time: 0.000130 Rows_sent: 1  Rows_examined: 382180
SET timestamp=1264591261;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:25:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.207440  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382181
SET timestamp=1264591530;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100127 12:25:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.019818  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382181
SET timestamp=1264591534;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100127 12:27:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.287644  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382181
SET timestamp=1264591634;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Töpfer%' or o.billing_name like '%Töpfer%' or o.delivery_name like '%Töpfer%');
# Time: 100127 12:32:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.426714  Lock_time: 0.000059 Rows_sent: 1  Rows_examined: 382183
SET timestamp=1264591975;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Heiko Knopp%' or o.billing_name like '%Heiko Knopp%' or o.delivery_name like '%Heiko Knopp%');
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.220892  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 382183
SET timestamp=1264591975;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%33039016399%';
# Time: 100127 12:33:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.030598  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 382183
SET timestamp=1264592002;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330394016399%';
# Time: 100127 12:39:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.063625  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382185
SET timestamp=1264592381;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:39:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.007188  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382185
SET timestamp=1264592394;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%invicta%' || o.billing_company LIKE '%invicta%' || o.delivery_company LIKE '%invicta%');
# Time: 100127 12:41:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.056296  Lock_time: 0.000037 Rows_sent: 1  Rows_examined: 382185
SET timestamp=1264592502;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300388360872%';
# Time: 100127 12:41:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.044387  Lock_time: 0.000090 Rows_sent: 1  Rows_examined: 382185
SET timestamp=1264592515;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Warkus%' or o.billing_name like '%Warkus%' or o.delivery_name like '%Warkus%');
# Time: 100127 12:42:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.668372  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382185
SET timestamp=1264592569;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330398922097%';
# Time: 100127 12:43:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.603314  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382186
SET timestamp=1264592633;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%meier%' or o.billing_name like '%meier%' or o.delivery_name like '%meier%');
# Time: 100127 12:44:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.036317  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 382186
SET timestamp=1264592687;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330394123136%';
# Time: 100127 12:48:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.034295  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 382186
SET timestamp=1264592893;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%330398267401%';
# Time: 100127 12:50:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.714303  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382186
SET timestamp=1264593052;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%invicta%' || o.billing_company LIKE '%invicta%' || o.delivery_company LIKE '%invicta%');
# Time: 100127 12:55:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.849360  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382188
SET timestamp=1264593342;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100127 12:58:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.372508  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382189
SET timestamp=1264593494;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100127 12:59:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.526754  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 382189
SET timestamp=1264593594;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  o.ebay_id LIKE '%300390268363%';
# Time: 100127 13:01:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.020056  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382189
SET timestamp=1264593718;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Andre Over%' or o.billing_name like '%Andre Over%' or o.delivery_name like '%Andre Over%');
# Time: 100127 13:06:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.505840  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 382189
SET timestamp=1264593998;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kusch%' or o.billing_name like '%kusch%' or o.delivery_name like '%kusch%');
# Time: 100127 13:11:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.341039  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 382190
SET timestamp=1264594289;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Daniel Pascale%' or o.billing_name like '%Daniel Pascale%' or o.delivery_name like '%Daniel Pascale%');
# Time: 100127 13:11:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.608755  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 257069
SET timestamp=1264594318;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127 13:13:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.323110  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382191
SET timestamp=1264594431;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Michael Renner%' or o.billing_name like '%Michael Renner%' or o.delivery_name like '%Michael Renner%');
# Time: 100127 13:20:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.170049  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382194
SET timestamp=1264594812;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_company LIKE '%invicta%' || o.billing_company LIKE '%invicta%' || o.delivery_company LIKE '%invicta%');
# Time: 100127 13:22:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.595160  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 382194
SET timestamp=1264594956;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Michael Renner%' or o.billing_name like '%Michael Renner%' or o.delivery_name like '%Michael Renner%');
# Time: 100127 13:25:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.707308  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382196
SET timestamp=1264595158;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Sielfeldt%' or o.billing_name like '%Sielfeldt%' or o.delivery_name like '%Sielfeldt%');
# Time: 100127 13:28:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.092780  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382197
SET timestamp=1264595307;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%christian weber%' or o.billing_name like '%christian weber%' or o.delivery_name like '%christian weber%');
# Time: 100127 13:29:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.082480  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382197
SET timestamp=1264595342;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%christian weber%' or o.billing_name like '%christian weber%' or o.delivery_name like '%christian weber%');
# Time: 100127 13:37:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.461990  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382203
SET timestamp=1264595847;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%tovar%' or o.billing_name like '%tovar%' or o.delivery_name like '%tovar%');
# Time: 100127 13:45:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.927192  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382206
SET timestamp=1264596303;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Nancy Denies%' or o.billing_name like '%Nancy Denies%' or o.delivery_name like '%Nancy Denies%');
# Time: 100127 13:45:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.100709  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382206
SET timestamp=1264596318;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Denies%' or o.billing_name like '%Denies%' or o.delivery_name like '%Denies%');
# Time: 100127 13:51:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.603090  Lock_time: 0.000094 Rows_sent: 1  Rows_examined: 507345
SET timestamp=1264596694;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  c.customers_ebay_userid LIKE '%cherry_*%'    order by orders_id DESC limit 0, 60;
# Time: 100127 13:53:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.465234  Lock_time: 0.000089 Rows_sent: 1  Rows_examined: 507345
SET timestamp=1264596794;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  c.customers_ebay_userid LIKE '%brankinio%'    order by orders_id DESC limit 0, 60;
# Time: 100127 13:56:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.237062  Lock_time: 0.000093 Rows_sent: 1  Rows_examined: 507347
SET timestamp=1264596985;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  c.customers_ebay_userid LIKE '%nico250877%'    order by orders_id DESC limit 0, 60;
# Time: 100127 14:01:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.157644  Lock_time: 0.000020 Rows_sent: 248106  Rows_examined: 248106
SET timestamp=1264597309;
SELECT orders_id FROM orders WHERE combined_orders_id = '';
# Time: 100127 14:01:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.979474  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 382213
SET timestamp=1264597318;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Akcan%' or o.billing_name like '%Akcan%' or o.delivery_name like '%Akcan%');
# Time: 100127 14:02:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.132401  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382213
SET timestamp=1264597323;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Michael Renner%' or o.billing_name like '%Michael Renner%' or o.delivery_name like '%Michael Renner%');
# Time: 100127 14:07:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.167303  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382213
SET timestamp=1264597674;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100127 14:15:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.089052  Lock_time: 0.000051 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598100;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263993297' and UNIX_TIMESTAMP(date_purchased)<'1264598097'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.804438  Lock_time: 0.000049 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598105;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263993297' and UNIX_TIMESTAMP(date_purchased)<'1264598097'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.499148  Lock_time: 0.000132 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264598109;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993297' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598097'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.500429  Lock_time: 0.000072 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598113;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993297' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598097'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.028407  Lock_time: 0.000065 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264598125;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993317' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598117'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.187111  Lock_time: 0.000066 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598128;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993317' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598117'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.429757  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598131;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993317' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598117'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.028853  Lock_time: 0.061058 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598138;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263993334' and UNIX_TIMESTAMP(date_purchased)<'1264598134'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.884355  Lock_time: 0.000068 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598142;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263993334' and UNIX_TIMESTAMP(date_purchased)<'1264598134'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.151396  Lock_time: 0.000092 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264598147;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993334' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598134'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.366877  Lock_time: 0.000054 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598150;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263993344' and UNIX_TIMESTAMP(date_purchased)<'1264598144'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.691009  Lock_time: 0.000071 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598152;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993334' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598134'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.250110  Lock_time: 0.000055 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598155;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263993344' and UNIX_TIMESTAMP(date_purchased)<'1264598144'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:15:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.247714  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598157;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993334' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598134'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:16:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.725533  Lock_time: 0.000072 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264598160;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993344' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598144'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:16:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.213992  Lock_time: 0.010675 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598166;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993344' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598144'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:16:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.527099  Lock_time: 0.000096 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598168;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263993365' and UNIX_TIMESTAMP(date_purchased)<'1264598165'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:16:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.481254  Lock_time: 0.000054 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598172;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263993365' and UNIX_TIMESTAMP(date_purchased)<'1264598165'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:16:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.220792  Lock_time: 0.000085 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598178;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993365' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598165'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:16:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.025629  Lock_time: 0.000078 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598181;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993365' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598165'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:16:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.223131  Lock_time: 0.000126 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598219;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993406' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598206'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.818369  Lock_time: 0.000052 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598245;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263993442' and UNIX_TIMESTAMP(date_purchased)<'1264598242'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.272894  Lock_time: 0.000067 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598257;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993442' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598242'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.516539  Lock_time: 0.071931 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598261;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263993456' and UNIX_TIMESTAMP(date_purchased)<'1264598256'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.950413  Lock_time: 0.000052 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598264;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263993460' and UNIX_TIMESTAMP(date_purchased)<'1264598260'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.514409  Lock_time: 0.000051 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598265;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263993456' and UNIX_TIMESTAMP(date_purchased)<'1264598256'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.160221  Lock_time: 0.000091 Rows_sent: 8  Rows_examined: 253693
SET timestamp=1264598268;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263993460' and UNIX_TIMESTAMP(date_purchased)<'1264598260'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.116196  Lock_time: 0.000111 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264598269;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993456' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598256'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.699602  Lock_time: 0.000106 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264598272;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993460' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598260'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.709597  Lock_time: 0.000099 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598272;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993456' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598256'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.487154  Lock_time: 0.000097 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598275;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993460' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598260'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:17:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.646844  Lock_time: 0.000068 Rows_sent: 8  Rows_examined: 109932
SET timestamp=1264598279;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263993460' and UNIX_TIMESTAMP(orders.date_purchased)<'1264598260'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:19:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.101155  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382213
SET timestamp=1264598393;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%Martin Jozwiak%' or o.billing_name like '%Martin Jozwiak%' or o.delivery_name like '%Martin Jozwiak%');
# Time: 100127 14:26:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.384522  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382215
SET timestamp=1264598791;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%wöbse%' or o.billing_name like '%wöbse%' or o.delivery_name like '%wöbse%');
/usr/sbin/mysqld-5, Version: 5.1.39-log (Source distribution). started with:
Tcp port: 3306  Unix socket: /sandbox/var/lib/mysql/mysql5.sock
Time                 Id Command    Argument
# Time: 100127 14:39:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.833312  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 382215
use db177922_3;
SET timestamp=1264599557;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%spierling%' or o.billing_name like '%spierling%' or o.delivery_name like '%spierling%');
# Time: 100127 14:41:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.354998  Lock_time: 0.000080 Rows_sent: 8  Rows_examined: 253694
SET timestamp=1264599714;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263994909' and UNIX_TIMESTAMP(date_purchased)<'1264599709'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:42:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.624774  Lock_time: 0.000052 Rows_sent: 8  Rows_examined: 253694
SET timestamp=1264599720;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263994909' and UNIX_TIMESTAMP(date_purchased)<'1264599709'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:42:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.222197  Lock_time: 0.000063 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264599724;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263994909' and UNIX_TIMESTAMP(orders.date_purchased)<'1264599709'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:42:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.367416  Lock_time: 0.000088 Rows_sent: 8  Rows_examined: 109933
SET timestamp=1264599756;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263994947' and UNIX_TIMESTAMP(orders.date_purchased)<'1264599747'  and orders_status != '7' GROUP BY tag;
# Time: 100127 14:51:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.190709  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 382215
SET timestamp=1264600269;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%HESKAMP%' or o.billing_name like '%HESKAMP%' or o.delivery_name like '%HESKAMP%');
# Time: 100127 15:01:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.285946  Lock_time: 0.000061 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264600884;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996070' and UNIX_TIMESTAMP(orders.date_purchased)<'1264600870'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:01:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.387181  Lock_time: 0.000055 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264600895;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996092' and UNIX_TIMESTAMP(date_purchased)<'1264600892'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:02:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.121898  Lock_time: 0.000071 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264600943;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996132' and UNIX_TIMESTAMP(orders.date_purchased)<'1264600932'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:06:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.946682  Lock_time: 0.000037 Rows_sent: 1  Rows_examined: 257083
SET timestamp=1264601210;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127 15:08:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.069188  Lock_time: 0.000060 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601281;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996475' and UNIX_TIMESTAMP(date_purchased)<'1264601275'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:08:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.576148  Lock_time: 0.000081 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264601285;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996475' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601275'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:08:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.110543  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 257085
SET timestamp=1264601287;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%braun%' or c.customers_lastname like '%braun%' or c.customers_firstname like '%braun%' or c.customers_email_address like '%braun%' or c.customers_ebay_userid LIKE '%braun%');
# Time: 100127 15:08:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.024510  Lock_time: 0.000073 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601288;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996475' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601275'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:08:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.650815  Lock_time: 0.000074 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601292;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996475' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601275'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:08:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.425370  Lock_time: 0.000076 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601298;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996494' and UNIX_TIMESTAMP(date_purchased)<'1264601294'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:08:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.546381  Lock_time: 0.000059 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601302;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996494' and UNIX_TIMESTAMP(date_purchased)<'1264601294'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:08:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.275880  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 257085
SET timestamp=1264601306;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127 15:08:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.081429  Lock_time: 0.000104 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601307;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996494' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601294'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:08:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.640161  Lock_time: 0.000066 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601312;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996494' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601294'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.238957  Lock_time: 0.000081 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601340;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996535' and UNIX_TIMESTAMP(date_purchased)<'1264601335'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.046781  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 83037
SET timestamp=1264601342;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:09:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.048505  Lock_time: 0.000065 Rows_sent: 1  Rows_examined: 83037
SET timestamp=1264601350;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:09:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.721697  Lock_time: 0.000048 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601351;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996535' and UNIX_TIMESTAMP(date_purchased)<'1264601335'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.542408  Lock_time: 0.000051 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601356;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996544' and UNIX_TIMESTAMP(date_purchased)<'1264601344'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.345882  Lock_time: 0.000072 Rows_sent: 1  Rows_examined: 257085
SET timestamp=1264601359;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Theden%' or c.customers_lastname like '%Theden%' or c.customers_firstname like '%Theden%' or c.customers_email_address like '%Theden%' or c.customers_ebay_userid LIKE '%Theden%');
# Time: 100127 15:09:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.490682  Lock_time: 0.000112 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601361;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996535' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601335'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.291677  Lock_time: 0.000059 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601365;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996544' and UNIX_TIMESTAMP(date_purchased)<'1264601344'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.967060  Lock_time: 0.101919 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601367;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996535' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601335'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.884755  Lock_time: 0.000093 Rows_sent: 3  Rows_examined: 257085
SET timestamp=1264601369;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Theden%' or c.customers_lastname like '%Theden%' or c.customers_firstname like '%Theden%' or c.customers_email_address like '%Theden%' or c.customers_ebay_userid LIKE '%Theden%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100127 15:09:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.539442  Lock_time: 0.000101 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601371;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996544' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601344'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.213574  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78377
SET timestamp=1264601376;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# Time: 100127 15:09:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.228750  Lock_time: 0.000073 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601379;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996535' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601335'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.107562  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 80206
SET timestamp=1264601380;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:09:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.036652  Lock_time: 0.000099 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601383;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996544' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601344'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 23.411286  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 382217
SET timestamp=1264601386;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%braun%' or o.billing_name like '%braun%' or o.delivery_name like '%braun%');
# Time: 100127 15:09:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.213703  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78209
SET timestamp=1264601389;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:09:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.032295  Lock_time: 0.000104 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601395;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996544' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601344'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:09:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.961276  Lock_time: 0.000059 Rows_sent: 60  Rows_examined: 254403
SET timestamp=1264601397;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%braun%' or o.billing_name like '%braun%' or o.delivery_name like '%braun%')  order by orders_id DESC limit 0, 60;
# Time: 100127 15:09:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.579905  Lock_time: 0.000083 Rows_sent: 1  Rows_examined: 257085
SET timestamp=1264601398;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Theden%' or c.customers_lastname like '%Theden%' or c.customers_firstname like '%Theden%' or c.customers_email_address like '%Theden%' or c.customers_ebay_userid LIKE '%Theden%');
# Time: 100127 15:10:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.383171  Lock_time: 0.000083 Rows_sent: 1  Rows_examined: 42831
SET timestamp=1264601404;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%form%' or p.products_ean like '%form%' or p.products_model like '%form%' or pdi.distributor_products_number like '%form%' or pd.ebay_title like '%form%' or pd.products_extra_text like '%form%'  )  and (  p2c.categories_id != '35' and p2c.categories_id != '80' and p2c.categories_id != '44' and p2c.categories_id != '131' );
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.298195  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78209
SET timestamp=1264601404;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:10:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.863470  Lock_time: 0.000085 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601407;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996596' and UNIX_TIMESTAMP(date_purchased)<'1264601396'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:10:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.691838  Lock_time: 0.000100 Rows_sent: 60  Rows_examined: 43540
SET timestamp=1264601408;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%form%' or p.products_ean like '%form%' or p.products_model like '%form%' or pdi.distributor_products_number like '%form%' or pd.ebay_title like '%form%' or pd.products_extra_text like '%form%'  )  and (  p2c.categories_id != '35' and p2c.categories_id != '80' and p2c.categories_id != '44' and p2c.categories_id != '131' ) group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:10:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.305789  Lock_time: 0.000074 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601412;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996600' and UNIX_TIMESTAMP(date_purchased)<'1264601400'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:10:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.214194  Lock_time: 0.000080 Rows_sent: 3  Rows_examined: 257085
SET timestamp=1264601414;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Theden%' or c.customers_lastname like '%Theden%' or c.customers_firstname like '%Theden%' or c.customers_email_address like '%Theden%' or c.customers_ebay_userid LIKE '%Theden%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100127 15:10:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.927858  Lock_time: 0.000059 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601415;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996596' and UNIX_TIMESTAMP(date_purchased)<'1264601396'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:10:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.316083  Lock_time: 3.350026 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601419;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996600' and UNIX_TIMESTAMP(date_purchased)<'1264601400'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:10:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.533780  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78253
SET timestamp=1264601428;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:10:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.596386  Lock_time: 0.000065 Rows_sent: 1  Rows_examined: 78285
SET timestamp=1264601432;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:10:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 18.482019  Lock_time: 3.587099 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601434;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996596' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601396'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.138245  Lock_time: 0.000066 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601434;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996600' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601400'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:10:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.898461  Lock_time: 0.000148 Rows_sent: 1  Rows_examined: 95909
SET timestamp=1264601435;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='41536' and n.id=s.notes_id and s.usr='41536' and s.read_status=0 order by n.id desc;
# Time: 100127 15:10:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.197665  Lock_time: 0.978511 Rows_sent: 1  Rows_examined: 80206
SET timestamp=1264601438;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:10:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.259015  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 95921
SET timestamp=1264601439;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='41536' order by n.id desc;
# Time: 100127 15:10:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.209439  Lock_time: 0.000091 Rows_sent: 1  Rows_examined: 83037
SET timestamp=1264601442;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.106827  Lock_time: 0.000113 Rows_sent: 31  Rows_examined: 41497
SET timestamp=1264601442;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%xxl%' or p.products_ean like '%xxl%' or p.products_model like '%xxl%' or pdi.distributor_products_number like '%xxl%' or pd.ebay_title like '%xxl%' or pd.products_extra_text like '%xxl%'  )  and (  p2c.categories_id != '147' and p2c.categories_id != '143' and p2c.categories_id != '155' and p2c.categories_id != '131' and p2c.categories_id != '44' and p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' and p2c.categories_id != '225' and p2c.categories_id != '228' and p2c.categories_id != '217' ) group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:10:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.856514  Lock_time: 0.000081 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601445;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996596' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601396'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.915279  Lock_time: 0.000075 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601445;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996600' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601400'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:10:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.779640  Lock_time: 0.000107 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601458;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996596' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601396'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.353856  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601458;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996600' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601400'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:11:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.069176  Lock_time: 0.000102 Rows_sent: 1  Rows_examined: 78542
SET timestamp=1264601460;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102276' order by n.id desc;
# Time: 100127 15:11:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.030373  Lock_time: 0.000656 Rows_sent: 1  Rows_examined: 78277
SET timestamp=1264601461;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102274' and n.id=s.notes_id and s.usr='102274' and s.read_status=0 order by n.id desc;
# Time: 100127 15:11:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.946441  Lock_time: 0.000161 Rows_sent: 1  Rows_examined: 79310
SET timestamp=1264601462;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='107581' and n.id=s.notes_id and s.usr='107581' and s.read_status=0 order by n.id desc;
# Time: 100127 15:11:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.372023  Lock_time: 0.000060 Rows_sent: 1  Rows_examined: 78224
SET timestamp=1264601471;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='127533' order by n.id desc;
# Time: 100127 15:11:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.656101  Lock_time: 0.000094 Rows_sent: 1  Rows_examined: 78377
SET timestamp=1264601472;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.679598  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78253
SET timestamp=1264601472;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:11:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.041881  Lock_time: 0.035385 Rows_sent: 1  Rows_examined: 41435
SET timestamp=1264601487;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%xxl%' or p.products_ean like '%xxl%' or p.products_model like '%xxl%' or pdi.distributor_products_number like '%xxl%' or pd.ebay_title like '%xxl%' or pd.products_extra_text like '%xxl%'  )  and (  p2c.categories_id != '147' and p2c.categories_id != '143' and p2c.categories_id != '155' and p2c.categories_id != '131' and p2c.categories_id != '44' and p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' and p2c.categories_id != '225' and p2c.categories_id != '228' and p2c.categories_id != '217' );
# Time: 100127 15:11:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.171599  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 95909
SET timestamp=1264601499;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='41536' and n.id=s.notes_id and s.usr='41536' and s.read_status=0 order by n.id desc;
# Time: 100127 15:11:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.039498  Lock_time: 0.000078 Rows_sent: 1  Rows_examined: 83037
SET timestamp=1264601513;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:11:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.051860  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 80206
SET timestamp=1264601517;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:12:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.294110  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78263
SET timestamp=1264601559;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='68413' and n.id=s.notes_id and s.usr='68413' and s.read_status=0 order by n.id desc;
# Time: 100127 15:12:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.508879  Lock_time: 0.025721 Rows_sent: 1  Rows_examined: 43891
SET timestamp=1264601569;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%orbit armchair%' or p.products_ean like '%orbit armchair%' or p.products_model like '%orbit armchair%' or pdi.distributor_products_number like '%orbit armchair%' or pd.ebay_title like '%orbit armchair%' or pd.products_extra_text like '%orbit armchair%'  );
# Time: 100127 15:12:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.385237  Lock_time: 0.033511 Rows_sent: 1  Rows_examined: 78253
SET timestamp=1264601573;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:12:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.113969  Lock_time: 0.000102 Rows_sent: 14  Rows_examined: 43919
SET timestamp=1264601574;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%orbit armchair%' or p.products_ean like '%orbit armchair%' or p.products_model like '%orbit armchair%' or pdi.distributor_products_number like '%orbit armchair%' or pd.ebay_title like '%orbit armchair%' or pd.products_extra_text like '%orbit armchair%'  )  group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:12:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.025781  Lock_time: 0.000071 Rows_sent: 1  Rows_examined: 78285
SET timestamp=1264601576;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:12:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.390181  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 78263
SET timestamp=1264601578;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='68413' and n.id=s.notes_id and s.usr='68413' and s.read_status=0 order by n.id desc;
# Time: 100127 15:13:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.313939  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78263
SET timestamp=1264601581;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='68413' order by n.id desc;
# Time: 100127 15:13:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.107813  Lock_time: 0.000074 Rows_sent: 1  Rows_examined: 78285
SET timestamp=1264601595;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:13:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.591557  Lock_time: 0.000043 Rows_sent: 11  Rows_examined: 78482
SET timestamp=1264601596;
select count(n.id) as anz,n.usr from Notice_notes n,Notice_status s where n.id=s.notes_id and s.usr='123325' and s.Notice_folders_id='0'  GROUP BY n.usr order by n.id desc;
# Time: 100127 15:13:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.381547  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78285
SET timestamp=1264601610;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:13:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.277559  Lock_time: 0.000259 Rows_sent: 4  Rows_examined: 238699
SET timestamp=1264601614;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='127641' || from_email='info@reisebuero-schulze.de' && deleted='0';
# Time: 100127 15:13:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.647483  Lock_time: 0.000058 Rows_sent: 11  Rows_examined: 78482
SET timestamp=1264601618;
select count(n.id) as anz,n.usr from Notice_notes n,Notice_status s where n.id=s.notes_id and s.usr='123325' and s.Notice_folders_id='0'  GROUP BY n.usr order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.879582  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78301
SET timestamp=1264601618;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:13:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.173384  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78253
SET timestamp=1264601619;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:13:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.278777  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78343
SET timestamp=1264601622;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.720082  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 78460
SET timestamp=1264601622;
select count(1) as total  from Notice_notes n,Notice_status s where n.id=s.notes_id and s.usr='123325' and s.Notice_folders_id=0;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.272809  Lock_time: 0.000091 Rows_sent: 1  Rows_examined: 78285
SET timestamp=1264601622;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:13:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.506939  Lock_time: 0.000034 Rows_sent: 4  Rows_examined: 238699
SET timestamp=1264601626;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='127641' || from_email='info@reisebuero-schulze.de' && deleted='0';
# Time: 100127 15:13:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.056507  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 79814
SET timestamp=1264601631;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:13:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.036428  Lock_time: 0.000114 Rows_sent: 1  Rows_examined: 81054
SET timestamp=1264601635;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:14:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.352725  Lock_time: 0.000090 Rows_sent: 9  Rows_examined: 43909
SET timestamp=1264601643;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%chill factor%' or p.products_ean like '%chill factor%' or p.products_model like '%chill factor%' or pdi.distributor_products_number like '%chill factor%' or pd.ebay_title like '%chill factor%' or pd.products_extra_text like '%chill factor%'  )  group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:14:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.205544  Lock_time: 0.000056 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601652;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996844' and UNIX_TIMESTAMP(date_purchased)<'1264601644'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:14:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.227926  Lock_time: 0.000098 Rows_sent: 2  Rows_examined: 238701
SET timestamp=1264601660;
SELECT id,customers_id,ebay_id FROM ebay_emails WHERE from_email LIKE '%sturm@stb-sturm.de%' or customers_id='127273' order by UNIX_TIMESTAMP(date) desc;
# Time: 100127 15:14:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.014626  Lock_time: 0.000082 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601661;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996844' and UNIX_TIMESTAMP(date_purchased)<'1264601644'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:14:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.431155  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78320
SET timestamp=1264601668;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:14:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.572417  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 78460
SET timestamp=1264601672;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:14:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.810930  Lock_time: 0.000256 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601673;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996844' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601644'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:14:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.399932  Lock_time: 0.000045 Rows_sent: 2  Rows_examined: 238701
SET timestamp=1264601681;
SELECT id,customers_id,ebay_id FROM ebay_emails WHERE from_email LIKE '%sturm@stb-sturm.de%' or customers_id='127273' order by UNIX_TIMESTAMP(date) desc;
# Time: 100127 15:14:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.677997  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601684;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996844' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601644'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:14:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.265415  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78209
SET timestamp=1264601685;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:14:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.877001  Lock_time: 1.781946 Rows_sent: 1  Rows_examined: 78253
SET timestamp=1264601688;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:14:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.675018  Lock_time: 0.000063 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601693;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996844' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601644'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.051501  Lock_time: 0.000087 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601701;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996895' and UNIX_TIMESTAMP(date_purchased)<'1264601695'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.405846  Lock_time: 0.000058 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601707;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996895' and UNIX_TIMESTAMP(date_purchased)<'1264601695'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.575800  Lock_time: 0.000067 Rows_sent: 1  Rows_examined: 78285
SET timestamp=1264601716;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:15:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.487445  Lock_time: 0.000116 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601717;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996895' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601695'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.103256  Lock_time: 0.000052 Rows_sent: 3  Rows_examined: 238703
SET timestamp=1264601718;
SELECT id,customers_id,ebay_id FROM ebay_emails WHERE from_email LIKE '%sturm@stb-sturm.de%' or customers_id='127273' order by UNIX_TIMESTAMP(date) desc;
# Time: 100127 15:15:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.495291  Lock_time: 0.000080 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601724;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996895' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601695'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.304609  Lock_time: 0.000076 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601731;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996895' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601695'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.638347  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 101849
SET timestamp=1264601743;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='11196' and n.id=s.notes_id and s.usr='11196' and s.read_status=0 order by n.id desc;
# Time: 100127 15:15:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.308588  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78321
SET timestamp=1264601745;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:15:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.250080  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78210
SET timestamp=1264601747;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.376034  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 101910
SET timestamp=1264601747;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='11196' order by n.id desc;
# Time: 100127 15:15:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.108269  Lock_time: 0.000071 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601748;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996938' and UNIX_TIMESTAMP(date_purchased)<'1264601738'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.882468  Lock_time: 0.000059 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601748;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996940' and UNIX_TIMESTAMP(date_purchased)<'1264601740'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.288562  Lock_time: 0.000034 Rows_sent: 2  Rows_examined: 238700
SET timestamp=1264601753;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='128412' || from_email='heinrich.buhler@osnanet.de' && deleted='0';
# Time: 100127 15:15:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.274684  Lock_time: 0.010198 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601756;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996940' and UNIX_TIMESTAMP(date_purchased)<'1264601740'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:15:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.111817  Lock_time: 0.456368 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601757;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996938' and UNIX_TIMESTAMP(date_purchased)<'1264601738'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.386178  Lock_time: 3.127754 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601757;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996945' and UNIX_TIMESTAMP(date_purchased)<'1264601745'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.164428  Lock_time: 0.000068 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601765;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996945' and UNIX_TIMESTAMP(date_purchased)<'1264601745'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.717227  Lock_time: 0.000071 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601765;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996940' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601740'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.971166  Lock_time: 0.000082 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601767;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996938' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601738'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.121685  Lock_time: 0.000072 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601772;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996940' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601740'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.714345  Lock_time: 0.010800 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601772;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996945' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601745'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.137158  Lock_time: 0.000123 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601773;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996938' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601738'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.621698  Lock_time: 0.000093 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601780;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996945' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601745'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.033301  Lock_time: 0.000083 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601780;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996940' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601740'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.140322  Lock_time: 0.001621 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601782;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996938' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601738'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.207111  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601787;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996945' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601745'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.152704  Lock_time: 0.000109 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601792;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996985' and UNIX_TIMESTAMP(date_purchased)<'1264601785'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.120686  Lock_time: 0.000062 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601793;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996987' and UNIX_TIMESTAMP(date_purchased)<'1264601787'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.379176  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 78622
SET timestamp=1264601798;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:16:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.592883  Lock_time: 0.109288 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601803;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996987' and UNIX_TIMESTAMP(date_purchased)<'1264601787'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.144316  Lock_time: 0.316733 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601804;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996985' and UNIX_TIMESTAMP(date_purchased)<'1264601785'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.057916  Lock_time: 1.790468 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601804;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996991' and UNIX_TIMESTAMP(date_purchased)<'1264601791'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.183305  Lock_time: 0.000075 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601808;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263996997' and UNIX_TIMESTAMP(date_purchased)<'1264601797'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.107837  Lock_time: 0.000052 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601815;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996991' and UNIX_TIMESTAMP(date_purchased)<'1264601791'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.849962  Lock_time: 0.000101 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601815;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996987' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601787'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.154473  Lock_time: 0.000064 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601816;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996985' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601785'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:16:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.851030  Lock_time: 0.000059 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601819;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263996997' and UNIX_TIMESTAMP(date_purchased)<'1264601797'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.529068  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78660
SET timestamp=1264601820;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:17:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.524392  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 95910
SET timestamp=1264601824;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='41536' and n.id=s.notes_id and s.usr='41536' and s.read_status=0 order by n.id desc;
# Time: 100127 15:17:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.014155  Lock_time: 0.000112 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601827;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996987' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601787'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.169115  Lock_time: 0.000092 Rows_sent: 1  Rows_examined: 95922
SET timestamp=1264601827;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='41536' order by n.id desc;
# Time: 100127 15:17:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.088135  Lock_time: 0.000110 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601828;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996991' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601791'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.761454  Lock_time: 0.000109 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601829;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996985' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601785'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.187504  Lock_time: 0.000066 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601832;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996997' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601797'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.617380  Lock_time: 0.000101 Rows_sent: 1  Rows_examined: 41438
SET timestamp=1264601833;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%xxl%' or p.products_ean like '%xxl%' or p.products_model like '%xxl%' or pdi.distributor_products_number like '%xxl%' or pd.ebay_title like '%xxl%' or pd.products_extra_text like '%xxl%'  )  and (  p2c.categories_id != '147' and p2c.categories_id != '143' and p2c.categories_id != '155' and p2c.categories_id != '131' and p2c.categories_id != '44' and p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' and p2c.categories_id != '225' and p2c.categories_id != '228' and p2c.categories_id != '217' );
# Time: 100127 15:17:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.691711  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 78660
SET timestamp=1264601834;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:17:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.645714  Lock_time: 0.000091 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601841;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996987' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601787'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.131117  Lock_time: 0.000076 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601841;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996991' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601791'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.650947  Lock_time: 0.000113 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601842;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996985' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601785'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.649690  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 95910
SET timestamp=1264601845;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='41536' and n.id=s.notes_id and s.usr='41536' and s.read_status=0 order by n.id desc;
# Time: 100127 15:17:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.374567  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 79844
SET timestamp=1264601846;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='40863' and n.id=s.notes_id and s.usr='40863' and s.read_status=0 order by n.id desc;
# Time: 100127 15:17:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.231338  Lock_time: 0.000066 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601847;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996997' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601797'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.515565  Lock_time: 0.000108 Rows_sent: 31  Rows_examined: 41500
SET timestamp=1264601852;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%xxl%' or p.products_ean like '%xxl%' or p.products_model like '%xxl%' or pdi.distributor_products_number like '%xxl%' or pd.ebay_title like '%xxl%' or pd.products_extra_text like '%xxl%'  )  and (  p2c.categories_id != '147' and p2c.categories_id != '143' and p2c.categories_id != '155' and p2c.categories_id != '131' and p2c.categories_id != '44' and p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' and p2c.categories_id != '225' and p2c.categories_id != '228' and p2c.categories_id != '217' ) group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:17:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.324087  Lock_time: 0.000081 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601855;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996991' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601791'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.852603  Lock_time: 0.000132 Rows_sent: 1  Rows_examined: 41438
SET timestamp=1264601856;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%xxl%' or p.products_ean like '%xxl%' or p.products_model like '%xxl%' or pdi.distributor_products_number like '%xxl%' or pd.ebay_title like '%xxl%' or pd.products_extra_text like '%xxl%'  )  and (  p2c.categories_id != '147' and p2c.categories_id != '143' and p2c.categories_id != '155' and p2c.categories_id != '131' and p2c.categories_id != '44' and p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' and p2c.categories_id != '225' and p2c.categories_id != '228' and p2c.categories_id != '217' );
# Time: 100127 15:17:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.936901  Lock_time: 0.000123 Rows_sent: 31  Rows_examined: 41500
SET timestamp=1264601860;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%xxl%' or p.products_ean like '%xxl%' or p.products_model like '%xxl%' or pdi.distributor_products_number like '%xxl%' or pd.ebay_title like '%xxl%' or pd.products_extra_text like '%xxl%'  )  and (  p2c.categories_id != '147' and p2c.categories_id != '143' and p2c.categories_id != '155' and p2c.categories_id != '131' and p2c.categories_id != '44' and p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' and p2c.categories_id != '225' and p2c.categories_id != '228' and p2c.categories_id != '217' ) group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.482145  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 80207
SET timestamp=1264601860;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:17:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.847232  Lock_time: 0.001547 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601861;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263996997' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601797'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.667381  Lock_time: 0.000091 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601861;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997049' and UNIX_TIMESTAMP(date_purchased)<'1264601849'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.883212  Lock_time: 0.000037 Rows_sent: 1  Rows_examined: 105407
SET timestamp=1264601862;
select count(1) as total  from ebay_emails where allocation_status='1' && ownmail='0' && saved=0;
# Time: 100127 15:17:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.245018  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 78225
SET timestamp=1264601864;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='127533' order by n.id desc;
# Time: 100127 15:17:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.923565  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 101849
SET timestamp=1264601867;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='11196' and n.id=s.notes_id and s.usr='11196' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.888764  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78255
SET timestamp=1264601867;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:17:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.097382  Lock_time: 0.000087 Rows_sent: 60  Rows_examined: 105467
SET timestamp=1264601869;
select id from ebay_emails where allocation_status='1' && ownmail='0' && saved=0  order by date limit 0, 60;
# Time: 100127 15:17:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.262163  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 78287
SET timestamp=1264601871;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.336233  Lock_time: 0.000076 Rows_sent: 1  Rows_examined: 101910
SET timestamp=1264601871;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='11196' order by n.id desc;
# Time: 100127 15:17:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.260501  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78302
SET timestamp=1264601874;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:17:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.724987  Lock_time: 0.000068 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601875;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997049' and UNIX_TIMESTAMP(date_purchased)<'1264601849'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:17:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.083294  Lock_time: 0.000051 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601877;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997063' and UNIX_TIMESTAMP(date_purchased)<'1264601863'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.443331  Lock_time: 0.004149 Rows_sent: 1  Rows_examined: 78344
SET timestamp=1264601877;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:18:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.484632  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78218
SET timestamp=1264601884;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127533' and n.id=s.notes_id and s.usr='127533' and s.read_status=0 order by n.id desc;
# Time: 100127 15:18:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.030428  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 95910
SET timestamp=1264601886;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='41536' and n.id=s.notes_id and s.usr='41536' and s.read_status=0 order by n.id desc;
# Time: 100127 15:18:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.408440  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78321
SET timestamp=1264601887;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.387173  Lock_time: 0.000084 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601887;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997049' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601849'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.749820  Lock_time: 0.000102 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601888;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997063' and UNIX_TIMESTAMP(date_purchased)<'1264601863'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.094049  Lock_time: 0.000059 Rows_sent: 1  Rows_examined: 78225
SET timestamp=1264601888;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='127533' order by n.id desc;
# Time: 100127 15:18:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.197260  Lock_time: 0.000091 Rows_sent: 1  Rows_examined: 95922
SET timestamp=1264601889;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='41536' order by n.id desc;
# Time: 100127 15:18:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.270590  Lock_time: 0.000094 Rows_sent: 5  Rows_examined: 43881
SET timestamp=1264601891;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%combo%' or p.products_ean like '%combo%' or p.products_model like '%combo%' or pdi.distributor_products_number like '%combo%' or pd.ebay_title like '%combo%' or pd.products_extra_text like '%combo%'  )  and (  p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:18:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.941479  Lock_time: 0.022035 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601893;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997082' and UNIX_TIMESTAMP(date_purchased)<'1264601882'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.830708  Lock_time: 0.065764 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601896;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997049' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601849'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.317906  Lock_time: 0.000068 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601897;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997063' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601863'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.649973  Lock_time: 0.000094 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601902;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997082' and UNIX_TIMESTAMP(date_purchased)<'1264601882'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.461684  Lock_time: 0.000054 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601906;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997095' and UNIX_TIMESTAMP(date_purchased)<'1264601895'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.848960  Lock_time: 0.000067 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601907;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997049' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601849'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.443279  Lock_time: 0.000103 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601908;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997063' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601863'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.012865  Lock_time: 0.000115 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601913;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997082' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601882'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.802812  Lock_time: 0.000053 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601915;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997095' and UNIX_TIMESTAMP(date_purchased)<'1264601895'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.330254  Lock_time: 0.000315 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601917;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997063' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601863'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.671536  Lock_time: 0.000072 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601923;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997082' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601882'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.090099  Lock_time: 0.000065 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601925;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997095' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601895'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.081350  Lock_time: 0.028453 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601931;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997119' and UNIX_TIMESTAMP(date_purchased)<'1264601919'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.190533  Lock_time: 0.000089 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601935;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997082' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601882'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:18:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.954715  Lock_time: 0.000130 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601937;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997095' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601895'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:19:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.610040  Lock_time: 0.000077 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601943;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997119' and UNIX_TIMESTAMP(date_purchased)<'1264601919'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:19:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.327346  Lock_time: 0.000081 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601946;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997095' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601895'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:19:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.968211  Lock_time: 0.000109 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601953;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997119' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601919'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:19:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.070886  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78210
SET timestamp=1264601957;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:19:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.794746  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78321
SET timestamp=1264601959;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:19:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.818620  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 79815
SET timestamp=1264601960;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.102259  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78210
SET timestamp=1264601960;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# Time: 100127 15:19:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.564801  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81167
SET timestamp=1264601962;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.206625  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78461
SET timestamp=1264601962;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:19:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.336786  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 81055
SET timestamp=1264601964;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:19:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.294969  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601967;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997119' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601919'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.744561  Lock_time: 1.747396 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264601967;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:19:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.198128  Lock_time: 2.293615 Rows_sent: 1  Rows_examined: 78255
SET timestamp=1264601968;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.832750  Lock_time: 2.937748 Rows_sent: 1  Rows_examined: 78264
SET timestamp=1264601968;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='68413' and n.id=s.notes_id and s.usr='68413' and s.read_status=0 order by n.id desc;
# Time: 100127 15:19:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.801294  Lock_time: 0.000057 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601969;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997156' and UNIX_TIMESTAMP(date_purchased)<'1264601956'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:19:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.551668  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 79815
SET timestamp=1264601971;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.764939  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78210
SET timestamp=1264601971;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:19:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.947772  Lock_time: 2.539481 Rows_sent: 1  Rows_examined: 78287
SET timestamp=1264601974;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:19:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.468895  Lock_time: 2.549686 Rows_sent: 1  Rows_examined: 78264
SET timestamp=1264601975;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='68413' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.019641  Lock_time: 0.000106 Rows_sent: 1  Rows_examined: 78210
SET timestamp=1264601975;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.240076  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 81055
SET timestamp=1264601975;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:19:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.002404  Lock_time: 0.000089 Rows_sent: 27  Rows_examined: 43948
SET timestamp=1264601978;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%kubus%' or p.products_ean like '%kubus%' or p.products_model like '%kubus%' or pdi.distributor_products_number like '%kubus%' or pd.ebay_title like '%kubus%' or pd.products_extra_text like '%kubus%'  )  group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:19:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.565510  Lock_time: 0.000108 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264601981;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997156' and UNIX_TIMESTAMP(date_purchased)<'1264601956'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.534067  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264601981;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997119' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601919'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:19:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.632727  Lock_time: 0.000120 Rows_sent: 1  Rows_examined: 43894
SET timestamp=1264601982;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%kubus%' or p.products_ean like '%kubus%' or p.products_model like '%kubus%' or pdi.distributor_products_number like '%kubus%' or pd.ebay_title like '%kubus%' or pd.products_extra_text like '%kubus%'  );
# Time: 100127 15:19:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.136421  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78278
SET timestamp=1264601986;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102274' and n.id=s.notes_id and s.usr='102274' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.670521  Lock_time: 0.000103 Rows_sent: 27  Rows_examined: 43948
SET timestamp=1264601986;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%kubus%' or p.products_ean like '%kubus%' or p.products_model like '%kubus%' or pdi.distributor_products_number like '%kubus%' or pd.ebay_title like '%kubus%' or pd.products_extra_text like '%kubus%'  )  group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:19:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.905577  Lock_time: 0.000183 Rows_sent: 1  Rows_examined: 78284
SET timestamp=1264601989;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102274' order by n.id desc;
# Time: 100127 15:19:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.004223  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 81167
SET timestamp=1264601994;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:19:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.213148  Lock_time: 0.000063 Rows_sent: 7  Rows_examined: 110444
SET timestamp=1264601997;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997156' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601956'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:19:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.534226  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 79815
SET timestamp=1264601998;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:19:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.391390  Lock_time: 0.000083 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264601999;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:20:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.713651  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 81055
SET timestamp=1264602002;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:20:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.477843  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81167
SET timestamp=1264602008;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:20:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.507718  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 79815
SET timestamp=1264602011;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:20:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.647422  Lock_time: 0.000063 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264602013;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997156' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601956'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:20:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.717859  Lock_time: 2.124889 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602014;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:20:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.033644  Lock_time: 0.000063 Rows_sent: 1  Rows_examined: 81055
SET timestamp=1264602015;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:20:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.173553  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78755
SET timestamp=1264602020;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='105379' and n.id=s.notes_id and s.usr='105379' and s.read_status=0 order by n.id desc;
# Time: 100127 15:20:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.930327  Lock_time: 0.000069 Rows_sent: 8  Rows_examined: 109934
SET timestamp=1264602027;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997156' and UNIX_TIMESTAMP(orders.date_purchased)<'1264601956'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:20:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.151799  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602028;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:20:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.706694  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602032;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.167750  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 79846
SET timestamp=1264602032;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='40863' and n.id=s.notes_id and s.usr='40863' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.041167  Lock_time: 0.000064 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602032;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:20:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.650892  Lock_time: 0.000081 Rows_sent: 1  Rows_examined: 79848
SET timestamp=1264602036;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='40863' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.996135  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602036;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:20:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.881502  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602037;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:20:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.546483  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602048;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:20:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.278893  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602055;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:20:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.118614  Lock_time: 0.000090 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602058;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:21:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.071544  Lock_time: 0.032718 Rows_sent: 1  Rows_examined: 105407
SET timestamp=1264602070;
select count(1) as total  from ebay_emails where allocation_status='1' && ownmail='0' && saved=0;
# Time: 100127 15:21:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.528632  Lock_time: 0.000039 Rows_sent: 60  Rows_examined: 105467
SET timestamp=1264602074;
select id from ebay_emails where allocation_status='1' && ownmail='0' && saved=0  order by date limit 0, 60;
# Time: 100127 15:21:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.732236  Lock_time: 0.000096 Rows_sent: 156  Rows_examined: 44183
SET timestamp=1264602090;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%x7%' or p.products_ean like '%x7%' or p.products_model like '%x7%' or pdi.distributor_products_number like '%x7%' or pd.ebay_title like '%x7%' or pd.products_extra_text like '%x7%'  )  and (  p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.412985  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602090;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.132779  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602090;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:21:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.796367  Lock_time: 0.000192 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602093;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:21:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.094613  Lock_time: 0.000087 Rows_sent: 1  Rows_examined: 43871
SET timestamp=1264602094;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%x7%' or p.products_ean like '%x7%' or p.products_model like '%x7%' or pdi.distributor_products_number like '%x7%' or pd.ebay_title like '%x7%' or pd.products_extra_text like '%x7%'  )  and (  p2c.categories_id != '80' and p2c.categories_id != '35' );
# Time: 100127 15:21:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.408350  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602096;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:21:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.486339  Lock_time: 0.000154 Rows_sent: 60  Rows_examined: 44087
SET timestamp=1264602098;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%x7%' or p.products_ean like '%x7%' or p.products_model like '%x7%' or pdi.distributor_products_number like '%x7%' or pd.ebay_title like '%x7%' or pd.products_extra_text like '%x7%'  )  and (  p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:22:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.012804  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602122;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.747413  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602124;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102276' order by n.id desc;
# Time: 100127 15:22:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.282837  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602125;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:22:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.143225  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264602126;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.387688  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602128;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.135987  Lock_time: 2.185710 Rows_sent: 1  Rows_examined: 78227
SET timestamp=1264602132;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:22:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.273938  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602134;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:22:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.387153  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602135;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.597022  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602139;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:22:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.451518  Lock_time: 0.000063 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602140;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:22:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.071443  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264602143;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.191292  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602143;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102276' and n.id=s.notes_id and s.usr='102276' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.780864  Lock_time: 0.000074 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264602146;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.371411  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602146;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102276' order by n.id desc;
# Time: 100127 15:22:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.601010  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264602154;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.122647  Lock_time: 0.000073 Rows_sent: 1  Rows_examined: 78227
SET timestamp=1264602158;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:22:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.081785  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602160;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:22:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.176705  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602165;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.677688  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264602169;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.363846  Lock_time: 0.000068 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602169;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:22:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.130914  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602170;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:22:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.166755  Lock_time: 0.000065 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264602172;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:22:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.619241  Lock_time: 0.000094 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602175;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:22:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.546470  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264602176;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.307287  Lock_time: 0.027184 Rows_sent: 1  Rows_examined: 42991
SET timestamp=1264602182;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%Ecksofa Comfort Modular%' or p.products_ean like '%Ecksofa Comfort Modular%' or p.products_model like '%Ecksofa Comfort Modular%' or pdi.distributor_products_number like '%Ecksofa Comfort Modular%' or pd.ebay_title like '%Ecksofa Comfort Modular%' or pd.products_extra_text like '%Ecksofa Comfort Modular%'  )  and (  p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' );
# Time: 100127 15:23:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.264858  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 78266
SET timestamp=1264602186;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='68413' and n.id=s.notes_id and s.usr='68413' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.918844  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602186;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.869525  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264602188;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.377825  Lock_time: 0.000111 Rows_sent: 15  Rows_examined: 43021
SET timestamp=1264602188;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%Ecksofa Comfort Modular%' or p.products_ean like '%Ecksofa Comfort Modular%' or p.products_model like '%Ecksofa Comfort Modular%' or pdi.distributor_products_number like '%Ecksofa Comfort Modular%' or pd.ebay_title like '%Ecksofa Comfort Modular%' or pd.products_extra_text like '%Ecksofa Comfort Modular%'  )  and (  p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:23:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.612471  Lock_time: 0.000095 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602191;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:23:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.772729  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 78266
SET timestamp=1264602192;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='68413' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.818834  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 257085
SET timestamp=1264602192;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.273533  Lock_time: 0.000090 Rows_sent: 1  Rows_examined: 78227
SET timestamp=1264602192;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:23:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.204335  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602198;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.613658  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602202;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.908431  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602203;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.834413  Lock_time: 0.000076 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602203;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:23:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.598499  Lock_time: 0.005856 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602205;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# Time: 100127 15:23:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.009514  Lock_time: 0.006115 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602206;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:23:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.919242  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264602207;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.512972  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602221;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.496479  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264602223;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.609944  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602223;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.726067  Lock_time: 0.000041 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602224;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:23:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.091040  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602225;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:23:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.974770  Lock_time: 0.000065 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602227;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.422680  Lock_time: 0.003475 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264602227;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:23:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.473021  Lock_time: 0.000101 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602229;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:24:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.884636  Lock_time: 0.000082 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602240;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:24:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.672764  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602254;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.468685  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264602256;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.234388  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264602265;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.027134  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602266;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.466112  Lock_time: 0.000069 Rows_sent: 1  Rows_examined: 78227
SET timestamp=1264602268;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:24:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.384405  Lock_time: 0.000076 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602269;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# Time: 100127 15:24:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.900015  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78266
SET timestamp=1264602270;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='68413' and n.id=s.notes_id and s.usr='68413' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.253474  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602279;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.724306  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602283;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.615997  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602284;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.216256  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602284;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:24:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.665236  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78266
SET timestamp=1264602285;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='68413' and n.id=s.notes_id and s.usr='68413' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.249922  Lock_time: 0.000066 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602287;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.438069  Lock_time: 0.000059 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602287;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:24:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.741299  Lock_time: 0.000079 Rows_sent: 1  Rows_examined: 78266
SET timestamp=1264602289;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='68413' order by n.id desc;
# Time: 100127 15:24:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.832152  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 79922
SET timestamp=1264602293;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='116621' and n.id=s.notes_id and s.usr='116621' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.344429  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602295;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.774173  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602295;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:24:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.421069  Lock_time: 0.000076 Rows_sent: 1  Rows_examined: 79922
SET timestamp=1264602297;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='116621' order by n.id desc;
# Time: 100127 15:24:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.284467  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602298;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:25:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.376167  Lock_time: 0.000080 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602300;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.243894  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602300;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:25:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.652630  Lock_time: 0.000115 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602304;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.154861  Lock_time: 0.060586 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264602304;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:25:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.980761  Lock_time: 0.000072 Rows_sent: 1  Rows_examined: 43894
SET timestamp=1264602305;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%3687%' or p.products_ean like '%3687%' or p.products_model like '%3687%' or pdi.distributor_products_number like '%3687%' or pd.ebay_title like '%3687%' or pd.products_extra_text like '%3687%'  or p.products_id='3687'  );
# Time: 100127 15:25:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.304595  Lock_time: 0.074336 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264602307;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:25:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.544042  Lock_time: 0.000092 Rows_sent: 3  Rows_examined: 43900
SET timestamp=1264602310;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%3687%' or p.products_ean like '%3687%' or p.products_model like '%3687%' or pdi.distributor_products_number like '%3687%' or pd.ebay_title like '%3687%' or pd.products_extra_text like '%3687%'  or p.products_id='3687'  )  group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:25:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.515511  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602317;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102276' and n.id=s.notes_id and s.usr='102276' and s.read_status=0 order by n.id desc;
# Time: 100127 15:25:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.612016  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602318;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:25:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.800034  Lock_time: 0.000089 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602322;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:25:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.177026  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602329;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102276' order by n.id desc;
# Time: 100127 15:25:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.202038  Lock_time: 0.000072 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602341;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102276' and n.id=s.notes_id and s.usr='102276' and s.read_status=0 order by n.id desc;
# Time: 100127 15:25:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.033135  Lock_time: 0.000086 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602344;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102276' order by n.id desc;
# Time: 100127 15:25:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.546251  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602345;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:26:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.443704  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602363;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:26:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.294509  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602367;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:26:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.399424  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602370;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:26:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.688951  Lock_time: 0.000064 Rows_sent: 1  Rows_examined: 78381
SET timestamp=1264602383;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='9205' order by n.id desc;
# Time: 100127 15:26:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.185278  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264602415;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:26:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.566883  Lock_time: 0.000071 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264602419;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:27:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.615543  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78265
SET timestamp=1264602431;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='125939' and n.id=s.notes_id and s.usr='125939' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.724061  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78380
SET timestamp=1264602433;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.092248  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78265
SET timestamp=1264602444;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='125939' and n.id=s.notes_id and s.usr='125939' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.160715  Lock_time: 0.000209 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602447;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.705735  Lock_time: 0.000065 Rows_sent: 1  Rows_examined: 78312
SET timestamp=1264602448;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='125939' order by n.id desc;
# Time: 100127 15:27:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.527218  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 79922
SET timestamp=1264602449;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='116621' and n.id=s.notes_id and s.usr='116621' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.582657  Lock_time: 0.000175 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264602451;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.917731  Lock_time: 0.017378 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602451;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:27:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.783066  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 79922
SET timestamp=1264602452;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='116621' order by n.id desc;
# Time: 100127 15:27:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.648101  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78265
SET timestamp=1264602453;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='125939' and n.id=s.notes_id and s.usr='125939' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.191601  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264602454;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:27:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.545340  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264602459;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.139221  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264602462;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:27:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 32.750949  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382217
SET timestamp=1264602469;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%rozanski%' or o.billing_name like '%rozanski%' or o.delivery_name like '%rozanski%');
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.557784  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602469;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.740846  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602473;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:27:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.052496  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 79922
SET timestamp=1264602474;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='116621' and n.id=s.notes_id and s.usr='116621' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.465425  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602477;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:27:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.454303  Lock_time: 0.000060 Rows_sent: 1  Rows_examined: 79922
SET timestamp=1264602478;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='116621' order by n.id desc;
# Time: 100127 15:27:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.500504  Lock_time: 0.000062 Rows_sent: 3  Rows_examined: 253688
SET timestamp=1264602479;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%rozanski%' or o.billing_name like '%rozanski%' or o.delivery_name like '%rozanski%')  order by orders_id DESC limit 0, 60;
# Time: 100127 15:28:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.073008  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602480;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:28:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.029402  Lock_time: 0.000089 Rows_sent: 2  Rows_examined: 43898
SET timestamp=1264602483;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%cherokee%' or p.products_ean like '%cherokee%' or p.products_model like '%cherokee%' or pdi.distributor_products_number like '%cherokee%' or pd.ebay_title like '%cherokee%' or pd.products_extra_text like '%cherokee%'  )  group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:28:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.888268  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602486;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:28:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.278896  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264602487;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:28:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.253266  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602489;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.945424  Lock_time: 0.000092 Rows_sent: 1  Rows_examined: 43894
SET timestamp=1264602489;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%cherokee%' or p.products_ean like '%cherokee%' or p.products_model like '%cherokee%' or pdi.distributor_products_number like '%cherokee%' or pd.ebay_title like '%cherokee%' or pd.products_extra_text like '%cherokee%'  );
# Time: 100127 15:28:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.553384  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602492;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127532' and n.id=s.notes_id and s.usr='127532' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.941601  Lock_time: 0.000065 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602492;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:28:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.529650  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264602493;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:28:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.351229  Lock_time: 0.154647 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602494;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:28:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.493186  Lock_time: 0.000094 Rows_sent: 2  Rows_examined: 43898
SET timestamp=1264602495;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%cherokee%' or p.products_ean like '%cherokee%' or p.products_model like '%cherokee%' or pdi.distributor_products_number like '%cherokee%' or pd.ebay_title like '%cherokee%' or pd.products_extra_text like '%cherokee%'  )  group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:28:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.784387  Lock_time: 0.000160 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602496;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.296487  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602496;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='127532' order by n.id desc;
# Time: 100127 15:28:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.446106  Lock_time: 0.718289 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602501;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.795044  Lock_time: 3.009539 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602501;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:28:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.011180  Lock_time: 0.770766 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602502;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:28:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.710754  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602505;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.603972  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602505;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:28:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.457938  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602517;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:28:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.132885  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602520;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:29:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.843698  Lock_time: 0.000052 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264602540;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997732' and UNIX_TIMESTAMP(date_purchased)<'1264602532'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:29:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.098805  Lock_time: 0.000062 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602548;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.308053  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602552;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.653179  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602552;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.707938  Lock_time: 0.000055 Rows_sent: 8  Rows_examined: 253695
SET timestamp=1264602552;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997732' and UNIX_TIMESTAMP(date_purchased)<'1264602532'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.535394  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602552;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127532' and n.id=s.notes_id and s.usr='127532' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.718134  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78380
SET timestamp=1264602554;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.913999  Lock_time: 1.689174 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602557;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='127532' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.274669  Lock_time: 2.017603 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602557;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:29:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.020965  Lock_time: 0.000081 Rows_sent: 1  Rows_examined: 78381
SET timestamp=1264602558;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='9205' order by n.id desc;
# Time: 100127 15:29:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.226843  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602563;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.801202  Lock_time: 0.151962 Rows_sent: 1  Rows_examined: 105407
SET timestamp=1264602564;
select count(1) as total  from ebay_emails where allocation_status='1' && ownmail='0' && saved=0;
# Time: 100127 15:29:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.827177  Lock_time: 0.000070 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264602567;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997732' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602532'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:29:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.120473  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602570;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102276' and n.id=s.notes_id and s.usr='102276' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.012426  Lock_time: 0.000039 Rows_sent: 60  Rows_examined: 105467
SET timestamp=1264602574;
select id from ebay_emails where allocation_status='1' && ownmail='0' && saved=0  order by date limit 0, 60;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.165966  Lock_time: 0.000066 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602574;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102276' order by n.id desc;
# Time: 100127 15:29:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.612992  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602575;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.014495  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78380
SET timestamp=1264602576;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.173570  Lock_time: 0.000062 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602578;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.902494  Lock_time: 0.000270 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264602578;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.899059  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602579;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.404540  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78381
SET timestamp=1264602580;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='9205' order by n.id desc;
# Time: 100127 15:29:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.320628  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264602582;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:29:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.093958  Lock_time: 0.000074 Rows_sent: 8  Rows_examined: 109935
SET timestamp=1264602583;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997732' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602532'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.178089  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602583;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.061172  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602584;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:29:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.887456  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 95912
SET timestamp=1264602585;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='41536' and n.id=s.notes_id and s.usr='41536' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.147827  Lock_time: 1.647987 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602588;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102276' and n.id=s.notes_id and s.usr='102276' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.765149  Lock_time: 1.206263 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602588;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# Time: 100127 15:29:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.278682  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 95924
SET timestamp=1264602589;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='41536' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.825709  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602589;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.105526  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78380
SET timestamp=1264602591;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.235899  Lock_time: 0.000066 Rows_sent: 1  Rows_examined: 78545
SET timestamp=1264602591;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102276' order by n.id desc;
# Time: 100127 15:29:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.850620  Lock_time: 2.037285 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602595;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:29:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.643497  Lock_time: 0.204818 Rows_sent: 1  Rows_examined: 78381
SET timestamp=1264602596;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='9205' order by n.id desc;
# Time: 100127 15:29:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.994621  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602597;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:29:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.377883  Lock_time: 0.000093 Rows_sent: 8  Rows_examined: 109935
SET timestamp=1264602598;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997732' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602532'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:29:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.380766  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602599;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.706929  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602603;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.122574  Lock_time: 0.097524 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264602603;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.949423  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264602605;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.597975  Lock_time: 0.000097 Rows_sent: 15  Rows_examined: 43021
SET timestamp=1264602609;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%wave%' or p.products_ean like '%wave%' or p.products_model like '%wave%' or pdi.distributor_products_number like '%wave%' or pd.ebay_title like '%wave%' or pd.products_extra_text like '%wave%'  )  and (  p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.080115  Lock_time: 1.619334 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264602609;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.349556  Lock_time: 0.000092 Rows_sent: 1  Rows_examined: 78227
SET timestamp=1264602609;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:30:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.993867  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602616;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.612782  Lock_time: 0.000062 Rows_sent: 8  Rows_examined: 253696
SET timestamp=1264602620;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263997810' and UNIX_TIMESTAMP(date_purchased)<'1264602610'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:30:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.239784  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602621;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.291808  Lock_time: 0.000091 Rows_sent: 8  Rows_examined: 253696
SET timestamp=1264602632;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263997810' and UNIX_TIMESTAMP(date_purchased)<'1264602610'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:30:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.906685  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602636;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127532' and n.id=s.notes_id and s.usr='127532' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.801759  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78380
SET timestamp=1264602638;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.552924  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602640;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='127532' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.161446  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602640;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:30:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.630204  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78381
SET timestamp=1264602641;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='9205' order by n.id desc;
# Time: 100127 15:30:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.249888  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602644;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:30:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.970516  Lock_time: 0.000238 Rows_sent: 7  Rows_examined: 110445
SET timestamp=1264602647;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997810' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602610'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:30:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.387772  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602658;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:31:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.412421  Lock_time: 0.000080 Rows_sent: 8  Rows_examined: 109935
SET timestamp=1264602660;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997810' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602610'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:31:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.469621  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602663;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:31:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.036681  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 78755
SET timestamp=1264602665;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='105379' and n.id=s.notes_id and s.usr='105379' and s.read_status=0 order by n.id desc;
# Time: 100127 15:31:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.819682  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602667;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:31:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.871859  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 79552
SET timestamp=1264602669;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='105379' order by n.id desc;
# Time: 100127 15:31:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 18.138123  Lock_time: 0.000065 Rows_sent: 8  Rows_examined: 109935
SET timestamp=1264602678;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263997810' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602610'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.473517  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602678;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:31:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 35.423294  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382218
SET timestamp=1264602679;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%rozanski%' or o.billing_name like '%rozanski%' or o.delivery_name like '%rozanski%');
# Time: 100127 15:31:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.707588  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 95912
SET timestamp=1264602681;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='41536' and n.id=s.notes_id and s.usr='41536' and s.read_status=0 order by n.id desc;
# Time: 100127 15:31:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.379909  Lock_time: 0.000092 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602683;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:31:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.316586  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264602685;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:31:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.684057  Lock_time: 0.000086 Rows_sent: 1  Rows_examined: 95924
SET timestamp=1264602686;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='41536' order by n.id desc;
# Time: 100127 15:31:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.752808  Lock_time: 0.000947 Rows_sent: 14  Rows_examined: 43922
SET timestamp=1264602687;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%monobloc%' or p.products_ean like '%monobloc%' or p.products_model like '%monobloc%' or pdi.distributor_products_number like '%monobloc%' or pd.ebay_title like '%monobloc%' or pd.products_extra_text like '%monobloc%'  )  group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:31:29
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.158936  Lock_time: 0.000068 Rows_sent: 3  Rows_examined: 253689
SET timestamp=1264602689;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%rozanski%' or o.billing_name like '%rozanski%' or o.delivery_name like '%rozanski%')  order by orders_id DESC limit 0, 60;
# Time: 100127 15:31:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.353388  Lock_time: 0.052179 Rows_sent: 1  Rows_examined: 43894
SET timestamp=1264602691;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%monobloc%' or p.products_ean like '%monobloc%' or p.products_model like '%monobloc%' or pdi.distributor_products_number like '%monobloc%' or pd.ebay_title like '%monobloc%' or pd.products_extra_text like '%monobloc%'  );
# Time: 100127 15:31:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.458018  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602701;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:31:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 27.669623  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 382218
SET timestamp=1264602716;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%');
# Time: 100127 15:32:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.902800  Lock_time: 0.000059 Rows_sent: 60  Rows_examined: 254542
SET timestamp=1264602724;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%kortz%' or o.billing_name like '%kortz%' or o.delivery_name like '%kortz%')  order by orders_id DESC limit 0, 60;
# Time: 100127 15:32:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.506054  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264602739;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:32:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.920498  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602740;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:32:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.674846  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602754;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:32:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.161103  Lock_time: 0.000082 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602757;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:33:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.435123  Lock_time: 0.000083 Rows_sent: 1  Rows_examined: 105408
SET timestamp=1264602781;
select count(1) as total  from ebay_emails where allocation_status='1' && ownmail='0' && saved=0;
# Time: 100127 15:33:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.686574  Lock_time: 0.000078 Rows_sent: 60  Rows_examined: 105468
SET timestamp=1264602785;
select id from ebay_emails where allocation_status='1' && ownmail='0' && saved=0  order by date limit 0, 60;
# Time: 100127 15:33:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.233602  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264602804;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:33:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.501833  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264602808;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:33:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.844450  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602810;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:33:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.907457  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602828;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:33:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.353624  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602831;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='122046' and n.id=s.notes_id and s.usr='122046' and s.read_status=0 order by n.id desc;
# Time: 100127 15:33:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.022586  Lock_time: 0.000079 Rows_sent: 1  Rows_examined: 78212
SET timestamp=1264602835;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='122046' order by n.id desc;
# Time: 100127 15:34:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.473978  Lock_time: 0.000099 Rows_sent: 0  Rows_examined: 42991
SET timestamp=1264602846;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%brodda%' or p.products_ean like '%brodda%' or p.products_model like '%brodda%' or pdi.distributor_products_number like '%brodda%' or pd.ebay_title like '%brodda%' or pd.products_extra_text like '%brodda%'  )  and (  p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:34:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.408461  Lock_time: 0.000088 Rows_sent: 1  Rows_examined: 42991
SET timestamp=1264602851;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%brodda%' or p.products_ean like '%brodda%' or p.products_model like '%brodda%' or pdi.distributor_products_number like '%brodda%' or pd.ebay_title like '%brodda%' or pd.products_extra_text like '%brodda%'  )  and (  p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' );
# Time: 100127 15:34:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.454974  Lock_time: 0.000340 Rows_sent: 1  Rows_examined: 78755
SET timestamp=1264602852;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='105379' and n.id=s.notes_id and s.usr='105379' and s.read_status=0 order by n.id desc;
# Time: 100127 15:34:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.583829  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 79552
SET timestamp=1264602855;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='105379' order by n.id desc;
# Time: 100127 15:34:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.890627  Lock_time: 0.000100 Rows_sent: 0  Rows_examined: 42991
SET timestamp=1264602856;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%brodda%' or p.products_ean like '%brodda%' or p.products_model like '%brodda%' or pdi.distributor_products_number like '%brodda%' or pd.ebay_title like '%brodda%' or pd.products_extra_text like '%brodda%'  )  and (  p2c.categories_id != '41' and p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:34:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.303083  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602860;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:34:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.195298  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602863;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:34:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.237961  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602867;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127532' and n.id=s.notes_id and s.usr='127532' and s.read_status=0 order by n.id desc;
# Time: 100127 15:34:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.147575  Lock_time: 0.000298 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602868;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:34:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.131019  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602871;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:34:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.346044  Lock_time: 0.000075 Rows_sent: 8  Rows_examined: 253697
SET timestamp=1264602881;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998070' and UNIX_TIMESTAMP(date_purchased)<'1264602870'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.129996  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602881;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:34:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.729333  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602891;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:34:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.124651  Lock_time: 0.000052 Rows_sent: 8  Rows_examined: 253697
SET timestamp=1264602892;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998070' and UNIX_TIMESTAMP(date_purchased)<'1264602870'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.323943  Lock_time: 0.000299 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264602892;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:34:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.988627  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78755
SET timestamp=1264602895;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='105379' and n.id=s.notes_id and s.usr='105379' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.871511  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602895;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:34:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.319824  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264602897;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:34:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.867809  Lock_time: 0.000059 Rows_sent: 1  Rows_examined: 79552
SET timestamp=1264602898;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='105379' order by n.id desc;
# Time: 100127 15:35:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.896145  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602900;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:35:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.986064  Lock_time: 0.000130 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602904;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.870449  Lock_time: 0.000087 Rows_sent: 68  Rows_examined: 44030
SET timestamp=1264602904;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%Big Block%' or p.products_ean like '%Big Block%' or p.products_model like '%Big Block%' or pdi.distributor_products_number like '%Big Block%' or pd.ebay_title like '%Big Block%' or pd.products_extra_text like '%Big Block%'  )  group by products_id order by p.products_sort,pd.products_name;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.100821  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602904;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:35:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.021774  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78421
SET timestamp=1264602906;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127532' and n.id=s.notes_id and s.usr='127532' and s.read_status=0 order by n.id desc;
# Time: 100127 15:35:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.399139  Lock_time: 0.070018 Rows_sent: 7  Rows_examined: 110447
SET timestamp=1264602908;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998070' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602870'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:35:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.310008  Lock_time: 1.167188 Rows_sent: 10  Rows_examined: 43914
SET timestamp=1264602912;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%blaise%' or p.products_ean like '%blaise%' or p.products_model like '%blaise%' or pdi.distributor_products_number like '%blaise%' or pd.ebay_title like '%blaise%' or pd.products_extra_text like '%blaise%'  )  group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:35:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.788624  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78380
SET timestamp=1264602916;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# Time: 100127 15:35:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.152012  Lock_time: 0.000065 Rows_sent: 1  Rows_examined: 43894
SET timestamp=1264602917;
select count(1) as total  from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%blaise%' or p.products_ean like '%blaise%' or p.products_model like '%blaise%' or pdi.distributor_products_number like '%blaise%' or pd.ebay_title like '%blaise%' or pd.products_extra_text like '%blaise%'  );
# Time: 100127 15:35:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.440909  Lock_time: 0.000112 Rows_sent: 8  Rows_examined: 109936
SET timestamp=1264602918;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998070' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602870'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:35:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.472838  Lock_time: 0.000081 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264602922;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:35:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.367532  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78380
SET timestamp=1264602923;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='9205' and n.id=s.notes_id and s.usr='9205' and s.read_status=0 order by n.id desc;
# Time: 100127 15:35:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.319456  Lock_time: 0.001020 Rows_sent: 1  Rows_examined: 78381
SET timestamp=1264602926;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='9205' order by n.id desc;
# Time: 100127 15:35:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.047411  Lock_time: 0.000073 Rows_sent: 8  Rows_examined: 109936
SET timestamp=1264602932;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998070' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602870'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:35:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.174036  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602934;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# Time: 100127 15:35:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.316332  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 79313
SET timestamp=1264602937;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='107581' and n.id=s.notes_id and s.usr='107581' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 31.611338  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 382219
SET timestamp=1264602937;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%brodda%' or o.billing_name like '%brodda%' or o.delivery_name like '%brodda%');
# Time: 100127 15:35:38
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.995705  Lock_time: 0.000106 Rows_sent: 1  Rows_examined: 81171
SET timestamp=1264602938;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='32055' order by n.id desc;
# Time: 100127 15:35:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.630715  Lock_time: 0.000074 Rows_sent: 7  Rows_examined: 253702
SET timestamp=1264602946;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%brodda%' or o.billing_name like '%brodda%' or o.delivery_name like '%brodda%')  order by orders_id DESC limit 0, 60;
# Time: 100127 15:35:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.326404  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 79314
SET timestamp=1264602950;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='107581' order by n.id desc;
# Time: 100127 15:35:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.128004  Lock_time: 0.000082 Rows_sent: 1  Rows_examined: 79552
SET timestamp=1264602954;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='105379' order by n.id desc;
# Time: 100127 15:35:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.242349  Lock_time: 0.000051 Rows_sent: 5  Rows_examined: 78299
SET timestamp=1264602957;
select count(n.id) as anz,n.usr from Notice_notes n,Notice_status s where n.id=s.notes_id and s.usr='84908' and s.Notice_folders_id='0'  GROUP BY n.usr order by n.id desc;
# Time: 100127 15:36:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.005975  Lock_time: 0.000038 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264602960;
select count(1) as total  from Notice_notes n,Notice_status s where n.id=s.notes_id and s.usr='84908' and s.Notice_folders_id=0;
# Time: 100127 15:36:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.744198  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264602961;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:36:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.800622  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264602962;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:36:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.544703  Lock_time: 0.000077 Rows_sent: 9  Rows_examined: 78289
SET timestamp=1264602963;
select n.id from Notice_notes n,Notice_status s where n.id=s.notes_id and s.usr='84908' and s.Notice_folders_id=0  order by n.id desc limit 0, 60;
# Time: 100127 15:36:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.268702  Lock_time: 0.000093 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264602964;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:36:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.128907  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264602966;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:36:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.141823  Lock_time: 0.742337 Rows_sent: 1  Rows_examined: 81169
SET timestamp=1264602969;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='32055' and n.id=s.notes_id and s.usr='32055' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.078468  Lock_time: 0.000089 Rows_sent: 0  Rows_examined: 43894
SET timestamp=1264602969;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%802020%' or p.products_ean like '%802020%' or p.products_model like '%802020%' or pdi.distributor_products_number like '%802020%' or pd.ebay_title like '%802020%' or pd.products_extra_text like '%802020%'  or p.products_id='802020'  )  group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:36:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.769849  Lock_time: 0.000065 Rows_sent: 8  Rows_examined: 253697
SET timestamp=1264602975;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998169' and UNIX_TIMESTAMP(date_purchased)<'1264602969'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:36:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.969500  Lock_time: 0.029817 Rows_sent: 8  Rows_examined: 253697
SET timestamp=1264602981;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998169' and UNIX_TIMESTAMP(date_purchased)<'1264602969'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:36:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.419163  Lock_time: 0.000101 Rows_sent: 7  Rows_examined: 110446
SET timestamp=1264602986;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998169' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602969'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:36:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.124362  Lock_time: 0.000073 Rows_sent: 8  Rows_examined: 109936
SET timestamp=1264602995;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998169' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602969'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:36:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.221405  Lock_time: 0.000076 Rows_sent: 8  Rows_examined: 109936
SET timestamp=1264603003;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998169' and UNIX_TIMESTAMP(orders.date_purchased)<'1264602969'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:36:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.453562  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 382219
SET timestamp=1264603008;
select count(1) as total  from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%brodda%' or o.billing_name like '%brodda%' or o.delivery_name like '%brodda%');
# Time: 100127 15:36:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.561779  Lock_time: 0.000067 Rows_sent: 7  Rows_examined: 253702
SET timestamp=1264603016;
select distinct o.orders_id,o.orders_id as oid,o.orders_id as oid2,o.orders_id as oid3, o.customers_country,o.customers_name,o.customers_company,o.orders_status,c.customers_ebay_userid,o.customers_id from orders o, customers c  where c.customers_id=o.customers_id and  (o.customers_name like '%brodda%' or o.billing_name like '%brodda%' or o.delivery_name like '%brodda%')  order by orders_id DESC limit 0, 60;
# Time: 100127 15:37:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.186378  Lock_time: 0.000097 Rows_sent: 14  Rows_examined: 43899
SET timestamp=1264603027;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%vita%' or p.products_ean like '%vita%' or p.products_model like '%vita%' or pdi.distributor_products_number like '%vita%' or pd.ebay_title like '%vita%' or pd.products_extra_text like '%vita%'  )  and (  p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:37:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.170982  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264603029;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:37:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.105886  Lock_time: 0.000097 Rows_sent: 2  Rows_examined: 43898
SET timestamp=1264603059;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%turning box%' or p.products_ean like '%turning box%' or p.products_model like '%turning box%' or pdi.distributor_products_number like '%turning box%' or pd.ebay_title like '%turning box%' or pd.products_extra_text like '%turning box%'  )  group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# Time: 100127 15:38:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.639073  Lock_time: 0.000073 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603101;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127 15:38:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.012789  Lock_time: 0.003657 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264603126;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:38:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.236677  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603130;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%coconut%' or c.customers_lastname like '%coconut%' or c.customers_firstname like '%coconut%' or c.customers_email_address like '%coconut%' or c.customers_ebay_userid LIKE '%coconut%');
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.658632  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264603130;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:39:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.384856  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603147;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:39:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.226790  Lock_time: 0.088445 Rows_sent: 0  Rows_examined: 253683
SET timestamp=1264603150;
SELECT customers_id FROM orders WHERE customers_email_address='"Christian.Poeter@t-online.de" <Christian.Poeter@t-online.de>';
# Time: 100127 15:39:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 21.738050  Lock_time: 0.000092 Rows_sent: 7  Rows_examined: 257087
SET timestamp=1264603151;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%coconut%' or c.customers_lastname like '%coconut%' or c.customers_firstname like '%coconut%' or c.customers_email_address like '%coconut%' or c.customers_ebay_userid LIKE '%coconut%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100127 15:39:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.158837  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603158;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.003920  Lock_time: 0.709408 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264603158;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:39:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.700146  Lock_time: 2.051328 Rows_sent: 1  Rows_examined: 78220
SET timestamp=1264603165;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127533' and n.id=s.notes_id and s.usr='127533' and s.read_status=0 order by n.id desc;
# Time: 100127 15:39:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.212327  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264603175;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:39:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.442862  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603176;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:39:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.546843  Lock_time: 0.001862 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603177;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%coconut%' or c.customers_lastname like '%coconut%' or c.customers_firstname like '%coconut%' or c.customers_email_address like '%coconut%' or c.customers_ebay_userid LIKE '%coconut%');
# Time: 100127 15:39:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.039090  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264603179;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:39:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.169346  Lock_time: 0.000039 Rows_sent: 8  Rows_examined: 238703
SET timestamp=1264603191;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='126046' || from_email='cmewes@gmx.de' && deleted='0';
# Time: 100127 15:39:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.016209  Lock_time: 0.000095 Rows_sent: 7  Rows_examined: 257087
SET timestamp=1264603193;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%coconut%' or c.customers_lastname like '%coconut%' or c.customers_firstname like '%coconut%' or c.customers_email_address like '%coconut%' or c.customers_ebay_userid LIKE '%coconut%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100127 15:40:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.984921  Lock_time: 0.000035 Rows_sent: 0  Rows_examined: 238703
SET timestamp=1264603214;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='128318' || from_email='newsletter@coco-nut.de' && deleted='0';
# Time: 100127 15:40:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.258682  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264603222;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.167275  Lock_time: 0.000156 Rows_sent: 1  Rows_examined: 78220
SET timestamp=1264603222;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='127533' and n.id=s.notes_id and s.usr='127533' and s.read_status=0 order by n.id desc;
# Time: 100127 15:40:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.810138  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603225;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.822386  Lock_time: 0.000085 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264603225;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:40:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.844851  Lock_time: 0.000073 Rows_sent: 1  Rows_examined: 78227
SET timestamp=1264603226;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='127533' order by n.id desc;
# Time: 100127 15:40:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 8.815325  Lock_time: 0.014474 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603235;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%coconut%' or c.customers_lastname like '%coconut%' or c.customers_firstname like '%coconut%' or c.customers_email_address like '%coconut%' or c.customers_ebay_userid LIKE '%coconut%');
# Time: 100127 15:40:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.728205  Lock_time: 0.000090 Rows_sent: 7  Rows_examined: 257087
SET timestamp=1264603251;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%coconut%' or c.customers_lastname like '%coconut%' or c.customers_firstname like '%coconut%' or c.customers_email_address like '%coconut%' or c.customers_ebay_userid LIKE '%coconut%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# Time: 100127 15:40:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.181043  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264603253;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:40:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.065858  Lock_time: 0.000073 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264603254;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:40:59
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.124556  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603259;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:41:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.608460  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264603261;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.206336  Lock_time: 0.000043 Rows_sent: 21  Rows_examined: 238703
SET timestamp=1264603261;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='88207' || from_email='elke.brodda@web.de' && deleted='0';
# Time: 100127 15:41:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.578088  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603264;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:41:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.644974  Lock_time: 0.012208 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264603265;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:41:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.944205  Lock_time: 0.000195 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603266;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.358562  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 82238
SET timestamp=1264603266;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='18310' and n.id=s.notes_id and s.usr='18310' and s.read_status=0 order by n.id desc;
# Time: 100127 15:41:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.239351  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 84748
SET timestamp=1264603269;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='18310' order by n.id desc;
# Time: 100127 15:41:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.151322  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 105408
SET timestamp=1264603270;
select count(1) as total  from ebay_emails where allocation_status='1' && ownmail='0' && saved=0;
# Time: 100127 15:41:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.093192  Lock_time: 0.000094 Rows_sent: 21  Rows_examined: 238703
SET timestamp=1264603273;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='88207' || from_email='elke.brodda@web.de' && deleted='0';
# Time: 100127 15:41:16
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.831867  Lock_time: 0.000038 Rows_sent: 60  Rows_examined: 105468
SET timestamp=1264603276;
select id from ebay_emails where allocation_status='1' && ownmail='0' && saved=0  order by date limit 0, 60;
# Time: 100127 15:41:17
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.486835  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603277;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Thedens%' or c.customers_lastname like '%Thedens%' or c.customers_firstname like '%Thedens%' or c.customers_email_address like '%Thedens%' or c.customers_ebay_userid LIKE '%Thedens%');
# Time: 100127 15:41:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.261198  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264603279;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:41:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.423623  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78304
SET timestamp=1264603280;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:41:22
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.412263  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264603282;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:41:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.054912  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603283;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:41:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.240473  Lock_time: 0.005067 Rows_sent: 1  Rows_examined: 78346
SET timestamp=1264603284;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# Time: 100127 15:41:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.298046  Lock_time: 0.032221 Rows_sent: 1  Rows_examined: 105408
SET timestamp=1264603290;
select count(1) as total  from ebay_emails where allocation_status='1' && ownmail='0' && saved=0;
# Time: 100127 15:41:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 17.451341  Lock_time: 0.000099 Rows_sent: 2  Rows_examined: 257087
SET timestamp=1264603295;
select
    				c.customers_id,
				c.block_warnings,
                                c.account_type,
                                c.customers_id,
                                c.customers_vat_id,
                                c.customers_vat_id_status,
								CONCAT(c.customers_firstname,' ', c.customers_lastname) as name,
                                c.customers_email_address,
                                a.entry_country_id,
								a.entry_company,
                                c.customers_status,
                                c.customers_ebay_userid,
                                c.member_flag
                                from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id
                                and (a.entry_company like '%Thedens%' or c.customers_lastname like '%Thedens%' or c.customers_firstname like '%Thedens%' or c.customers_email_address like '%Thedens%' or c.customers_ebay_userid LIKE '%Thedens%') group by c.customers_id ORDER BY customers_id DESC limit 0, 60;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.710506  Lock_time: 0.000033 Rows_sent: 60  Rows_examined: 105468
SET timestamp=1264603295;
select id from ebay_emails where allocation_status='1' && ownmail='0' && saved=0  order by date limit 0, 60;
# Time: 100127 15:41:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.671639  Lock_time: 0.000084 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603304;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:41:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.267180  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603305;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.124518  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264603305;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:41:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.496403  Lock_time: 1.158251 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603310;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.459173  Lock_time: 0.952206 Rows_sent: 1  Rows_examined: 78465
SET timestamp=1264603310;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.591182  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264603310;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:41:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.367660  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603314;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.523010  Lock_time: 0.009805 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603314;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.428773  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264603321;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.991558  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264603321;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.719216  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603323;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.851043  Lock_time: 0.000061 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264603325;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.062819  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264603325;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:42:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.440288  Lock_time: 0.000085 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603326;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:42:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.083027  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603327;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.896993  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264603331;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.547870  Lock_time: 0.000106 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603341;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998531' and UNIX_TIMESTAMP(date_purchased)<'1264603331'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:42:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.577181  Lock_time: 0.000031 Rows_sent: 44  Rows_examined: 238703
SET timestamp=1264603343;
SELECT ownmail,id,date,subject,editor FROM ebay_emails WHERE customers_id='63779' || from_email='gastes@activator.de' && deleted='0';
# Time: 100127 15:42:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.517709  Lock_time: 0.291225 Rows_sent: 1  Rows_examined: 78227
SET timestamp=1264603350;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:42:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.292277  Lock_time: 0.000079 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603351;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.836142  Lock_time: 1.390325 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603351;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.095010  Lock_time: 0.000065 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603351;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998531' and UNIX_TIMESTAMP(date_purchased)<'1264603331'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.441721  Lock_time: 1.821211 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264603351;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:34
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.097043  Lock_time: 0.000184 Rows_sent: 22  Rows_examined: 43938
SET timestamp=1264603354;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%sitzhocker%' or p.products_ean like '%sitzhocker%' or p.products_model like '%sitzhocker%' or pdi.distributor_products_number like '%sitzhocker%' or pd.ebay_title like '%sitzhocker%' or pd.products_extra_text like '%sitzhocker%'  )  group by products_id order by p.products_sort,pd.products_name;
# Time: 100127 15:42:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.179985  Lock_time: 0.000071 Rows_sent: 7  Rows_examined: 110449
SET timestamp=1264603361;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998531' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603331'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:42:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.570630  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264603363;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.232737  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603366;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:42:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.511268  Lock_time: 0.000065 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603372;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998531' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603331'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:42:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.259817  Lock_time: 0.011920 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603376;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:42:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.082944  Lock_time: 0.000066 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264603377;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:43:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.870795  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78323
SET timestamp=1264603380;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.285155  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603381;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.510999  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603385;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.262542  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603385;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.550479  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78257
SET timestamp=1264603386;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.647542  Lock_time: 0.000073 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603386;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998531' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603331'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:43:09
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.636271  Lock_time: 0.000067 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603389;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.350098  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78289
SET timestamp=1264603389;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:43:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.080972  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264603390;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.075057  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 79052
SET timestamp=1264603391;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='1' and n.id=s.notes_id and s.usr='1' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.354884  Lock_time: 0.000085 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603391;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998578' and UNIX_TIMESTAMP(date_purchased)<'1264603378'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:43:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.733974  Lock_time: 0.000060 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603399;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:43:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.496552  Lock_time: 0.040966 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264603400;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:43:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 9.948053  Lock_time: 0.000055 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603401;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998578' and UNIX_TIMESTAMP(date_purchased)<'1264603378'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:43:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.395213  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603411;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.077522  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603415;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.851255  Lock_time: 0.000088 Rows_sent: 7  Rows_examined: 110449
SET timestamp=1264603415;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998578' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603378'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:43:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.224618  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78226
SET timestamp=1264603417;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.204098  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603419;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.166861  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603423;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:43:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.951870  Lock_time: 0.000062 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603426;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998578' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603378'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:43:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.615018  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264603429;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:43:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.478860  Lock_time: 0.000075 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264603432;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:43:56
# User@Host: db177922_20[db177922_20] @ local3 [127.0.0.3]
# Query_time: 3.016331  Lock_time: 0.000029 Rows_sent: 7  Rows_examined: 2199
use db177922_20;
SET timestamp=1264603436;
SELECT ID FROM `wordpresswp_posts` WHERE `post_content` LIKE '%[[[IMM-Glossary]]]%' ORDER BY `ID` ASC;
# Time: 100127 15:43:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.449233  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78626
use db177922_3;
SET timestamp=1264603437;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.796896  Lock_time: 0.000063 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603440;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.432563  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603441;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998578' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603378'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.254612  Lock_time: 0.000077 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264603441;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:44:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.026536  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 85777
SET timestamp=1264603445;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='101435' and n.id=s.notes_id and s.usr='101435' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.568697  Lock_time: 0.000055 Rows_sent: 1  Rows_examined: 85866
SET timestamp=1264603448;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='101435' order by n.id desc;
# Time: 100127 15:44:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.182418  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264603450;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.184848  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603455;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.323149  Lock_time: 0.000051 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264603458;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.708161  Lock_time: 0.000069 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603459;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:44:20
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.840224  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603460;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.492083  Lock_time: 0.000072 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603465;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998653' and UNIX_TIMESTAMP(date_purchased)<'1264603453'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:44:31
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.879598  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603471;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:32
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.788055  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 79817
SET timestamp=1264603472;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.531557  Lock_time: 0.000128 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264603472;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:44:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.649963  Lock_time: 0.000086 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603475;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:44:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.469721  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264603476;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.911795  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603476;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:44:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.416048  Lock_time: 0.000075 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603477;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998653' and UNIX_TIMESTAMP(date_purchased)<'1264603453'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:44:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.647435  Lock_time: 0.006709 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603480;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998666' and UNIX_TIMESTAMP(date_purchased)<'1264603466'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:44:44
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.440308  Lock_time: 0.000075 Rows_sent: 7  Rows_examined: 110449
SET timestamp=1264603484;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998653' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603453'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:44:54
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.728730  Lock_time: 4.534941 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603494;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998666' and UNIX_TIMESTAMP(date_purchased)<'1264603466'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.277528  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 81057
SET timestamp=1264603494;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:44:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.459320  Lock_time: 0.154237 Rows_sent: 6  Rows_examined: 43883
SET timestamp=1264603496;
select
		p.products_tax_class_id,
		p.products_id,
		p.products_ean,
		pd.products_name,
		p.products_sort,
		p.products_model,
		p.products_quantity,
		p.products_image,
		p.products_price,
		p.products_discount_allowed,
		p.products_date_added,
		p.products_last_modified,
		p.products_date_available,
		p.products_status,
		p.products_master, 
		p.products_master_status, 
		p.products_listing_status,
		p2c.categories_id from products p, products_description pd, products_to_categories p2c  left join products_distributors pdi using(products_id)  where  p.products_id = pd.products_id and pd.language_id = '2' and  p.products_id = p2c.products_id  and (pd.products_name like '%cassius%' or p.products_ean like '%cassius%' or p.products_model like '%cassius%' or pdi.distributor_products_number like '%cassius%' or pd.ebay_title like '%cassius%' or pd.products_extra_text like '%cassius%'  )  and (  p2c.categories_id != '80' and p2c.categories_id != '35' ) group by products_id order by p.products_sort,pd.products_name  limit 0, 60;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.709754  Lock_time: 0.000078 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603496;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998653' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603453'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.160312  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 80209
SET timestamp=1264603496;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:45:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.748350  Lock_time: 0.000114 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603500;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:45:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.480346  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78626
SET timestamp=1264603501;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:45:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.144332  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78664
SET timestamp=1264603505;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:45:10
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.700105  Lock_time: 0.000069 Rows_sent: 7  Rows_examined: 110450
SET timestamp=1264603510;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998666' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603466'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:45:13
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.241154  Lock_time: 0.000072 Rows_sent: 1  Rows_examined: 83040
SET timestamp=1264603513;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.523205  Lock_time: 0.000100 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603513;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998653' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603453'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:45:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.541971  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78627
SET timestamp=1264603518;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.263122  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78282
SET timestamp=1264603518;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='102274' and n.id=s.notes_id and s.usr='102274' and s.read_status=0 order by n.id desc;
# Time: 100127 15:45:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.181719  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78288
SET timestamp=1264603521;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='102274' order by n.id desc;
# Time: 100127 15:45:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.847439  Lock_time: 0.000067 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603524;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998666' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603466'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:45:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.306638  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 78258
SET timestamp=1264603530;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84908' and n.id=s.notes_id and s.usr='84908' and s.read_status=0 order by n.id desc;
# Time: 100127 15:45:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.589679  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78290
SET timestamp=1264603535;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84908' order by n.id desc;
# Time: 100127 15:45:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.370076  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78627
SET timestamp=1264603536;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:45:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.253818  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 78666
SET timestamp=1264603541;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 16.787474  Lock_time: 0.000079 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603541;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998666' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603466'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:45:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.772816  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78228
SET timestamp=1264603546;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:45:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.125294  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 78213
SET timestamp=1264603548;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='125414' and n.id=s.notes_id and s.usr='125414' and s.read_status=0 order by n.id desc;
# Time: 100127 15:45:58
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.846673  Lock_time: 0.000054 Rows_sent: 9  Rows_examined: 78401
SET timestamp=1264603558;
select count(n.id) as anz,n.usr from Notice_notes n,Notice_status s where n.id=s.notes_id and s.usr='9205' and s.Notice_folders_id='0'  GROUP BY n.usr order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.095506  Lock_time: 0.000059 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603558;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998745' and UNIX_TIMESTAMP(date_purchased)<'1264603545'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:46:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.339025  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78228
SET timestamp=1264603568;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:46:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.018901  Lock_time: 0.000060 Rows_sent: 1  Rows_examined: 78229
SET timestamp=1264603571;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:46:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.025743  Lock_time: 0.000063 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603572;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998745' and UNIX_TIMESTAMP(date_purchased)<'1264603545'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:46:18
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.482442  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78627
SET timestamp=1264603578;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:46:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.308049  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78666
SET timestamp=1264603581;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:46:25
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.258436  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 78228
SET timestamp=1264603585;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:46:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.547579  Lock_time: 0.000073 Rows_sent: 7  Rows_examined: 110450
SET timestamp=1264603587;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998745' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603545'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:46:35
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.116586  Lock_time: 0.000039 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603595;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127 15:46:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.484926  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78305
SET timestamp=1264603599;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:46:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.917727  Lock_time: 0.000063 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603601;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998745' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603545'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:46:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.177831  Lock_time: 0.000043 Rows_sent: 1  Rows_examined: 78629
SET timestamp=1264603609;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.139954  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 80212
SET timestamp=1264603609;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:46:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.061842  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 83045
SET timestamp=1264603612;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.618737  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78668
SET timestamp=1264603612;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='10893' order by n.id desc;
# Time: 100127 15:46:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.454769  Lock_time: 0.000217 Rows_sent: 1  Rows_examined: 78307
SET timestamp=1264603613;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='59771' and n.id=s.notes_id and s.usr='59771' and s.read_status=0 order by n.id desc;
# Time: 100127 15:46:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.818073  Lock_time: 0.000116 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603615;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998745' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603545'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:46:56
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.559879  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 80212
SET timestamp=1264603616;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# Time: 100127 15:46:57
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.370669  Lock_time: 0.000070 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603617;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998803' and UNIX_TIMESTAMP(date_purchased)<'1264603603'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:47:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 7.151187  Lock_time: 3.076858 Rows_sent: 1  Rows_examined: 78349
SET timestamp=1264603620;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.039188  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 83045
SET timestamp=1264603620;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:47:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 6.383244  Lock_time: 0.998275 Rows_sent: 1  Rows_examined: 78327
SET timestamp=1264603621;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:47:02
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.984938  Lock_time: 0.000108 Rows_sent: 1  Rows_examined: 85780
SET timestamp=1264603622;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='101435' and n.id=s.notes_id and s.usr='101435' and s.read_status=0 order by n.id desc;
# Time: 100127 15:47:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.029565  Lock_time: 0.000058 Rows_sent: 1  Rows_examined: 78469
SET timestamp=1264603624;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:47:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.299962  Lock_time: 0.000064 Rows_sent: 1  Rows_examined: 85869
SET timestamp=1264603625;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='101435' order by n.id desc;
# Time: 100127 15:47:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.216836  Lock_time: 0.000053 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603631;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998803' and UNIX_TIMESTAMP(date_purchased)<'1264603603'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:47:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.179306  Lock_time: 0.000075 Rows_sent: 0  Rows_examined: 0
SET timestamp=1264603635;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998803' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603603'  and orders_status != '7' GROUP BY tag;
/usr/sbin/mysqld-5, Version: 5.1.39-log (Source distribution). started with:
Tcp port: 3306  Unix socket: /sandbox/var/lib/mysql/mysql5.sock
Time                 Id Command    Argument
# Time: 100127 15:47:41
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.469369  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 78327
use db177922_3;
SET timestamp=1264603661;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# Time: 100127 15:47:42
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.730783  Lock_time: 0.000193 Rows_sent: 1  Rows_examined: 79821
SET timestamp=1264603662;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:47:43
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.028159  Lock_time: 0.000060 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603663;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127 15:47:45
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.105133  Lock_time: 0.000042 Rows_sent: 1  Rows_examined: 78469
SET timestamp=1264603665;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# Time: 100127 15:47:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.797943  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 81061
SET timestamp=1264603666;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:47:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.254374  Lock_time: 0.000032 Rows_sent: 1  Rows_examined: 253685
SET timestamp=1264603668;
select UNIX_TIMESTAMP(min(date_purchased)) as first FROM orders;
# Time: 100127 15:47:53
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.781642  Lock_time: 0.000045 Rows_sent: 1  Rows_examined: 85780
SET timestamp=1264603673;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='101435' and n.id=s.notes_id and s.usr='101435' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.829745  Lock_time: 0.000069 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603673;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998858' and UNIX_TIMESTAMP(date_purchased)<'1264603658'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:48:05
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.284871  Lock_time: 0.000057 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603685;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998858' and UNIX_TIMESTAMP(date_purchased)<'1264603658'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:48:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.911197  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 253685
SET timestamp=1264603686;
SELECT count(o.orders_id) as order_cnt FROM orders o WHERE o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-28T00:00:00';
# Time: 100127 15:48:08
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.533884  Lock_time: 0.000092 Rows_sent: 1  Rows_examined: 78215
SET timestamp=1264603688;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='125414' order by n.id desc;
# Time: 100127 15:48:12
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.960091  Lock_time: 0.066540 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603692;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998877' and UNIX_TIMESTAMP(date_purchased)<'1264603677'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:48:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.467859  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 79821
SET timestamp=1264603695;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:48:19
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.667019  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 81061
SET timestamp=1264603699;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# Time: 100127 15:48:21
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.739602  Lock_time: 0.000067 Rows_sent: 7  Rows_examined: 110450
SET timestamp=1264603701;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998858' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603658'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:48:27
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.110473  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 80212
SET timestamp=1264603707;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='38258' and n.id=s.notes_id and s.usr='38258' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.874199  Lock_time: 0.000063 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603707;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998877' and UNIX_TIMESTAMP(date_purchased)<'1264603677'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:48:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.311303  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 83045
SET timestamp=1264603710;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='38258' order by n.id desc;
# Time: 100127 15:48:36
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.466816  Lock_time: 0.000067 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603716;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998858' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603658'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.561884  Lock_time: 0.000053 Rows_sent: 1  Rows_examined: 78230
SET timestamp=1264603716;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:48:40
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.867966  Lock_time: 0.000190 Rows_sent: 7  Rows_examined: 110450
SET timestamp=1264603720;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998877' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603677'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:48:47
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.184638  Lock_time: 0.000054 Rows_sent: 1  Rows_examined: 78230
SET timestamp=1264603727;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:48:48
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.033201  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 78629
SET timestamp=1264603728;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:48:49
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.877996  Lock_time: 0.000087 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603729;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998858' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603658'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:48:52
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.115454  Lock_time: 0.000066 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603732;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998877' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603677'  and orders_status != '7' GROUP BY tag;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.044884  Lock_time: 0.000278 Rows_sent: 1  Rows_examined: 78220
SET timestamp=1264603732;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='11859' and n.id=s.notes_id and s.usr='11859' and s.read_status=0 order by n.id desc;
# Time: 100127 15:48:55
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 48.404252  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 362805
SET timestamp=1264603735;
SELECT sum(ot.value) as shipping FROM orders o, orders_total ot WHERE ot.orders_id = o.orders_id AND  ot.class = 'ot_shipping' AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-28T00:00:00';
# Time: 100127 15:49:04
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.149213  Lock_time: 0.000050 Rows_sent: 1  Rows_examined: 78230
SET timestamp=1264603744;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:49:06
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.377785  Lock_time: 0.000044 Rows_sent: 1  Rows_examined: 78629
SET timestamp=1264603746;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='10893' and n.id=s.notes_id and s.usr='10893' and s.read_status=0 order by n.id desc;
# Time: 100127 15:49:07
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.176833  Lock_time: 0.000197 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603747;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998877' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603677'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:49:11
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.275611  Lock_time: 0.000060 Rows_sent: 1471  Rows_examined: 263000
SET timestamp=1264603751;
SELECT o.ebay_id,o.customers_ip,o.orders_id, op.products_id as pid, op.orders_products_id, op.products_name as pname,op.products_model as pmodel, sum(op.products_quantity) as pquant, sum(op.final_price) as psum, op.products_tax as ptax FROM orders o, orders_products op WHERE o.orders_id = op.orders_id AND o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-28T00:00:00' group by pid  order by pquant desc, pname asc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 15.525849  Lock_time: 0.000100 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603751;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998935' and UNIX_TIMESTAMP(date_purchased)<'1264603735'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:49:14
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.933977  Lock_time: 1.449841 Rows_sent: 1  Rows_examined: 78349
SET timestamp=1264603754;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='59771' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.324209  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78231
SET timestamp=1264603754;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:49:15
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.408647  Lock_time: 1.438012 Rows_sent: 1  Rows_examined: 78327
SET timestamp=1264603755;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 5.579420  Lock_time: 1.480767 Rows_sent: 1  Rows_examined: 78268
SET timestamp=1264603755;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='125939' and n.id=s.notes_id and s.usr='125939' and s.read_status=0 order by n.id desc;
# Time: 100127 15:49:23
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.256214  Lock_time: 0.000056 Rows_sent: 1  Rows_examined: 78230
SET timestamp=1264603763;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.541871  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 79821
SET timestamp=1264603763;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:49:24
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 13.070155  Lock_time: 0.121891 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603764;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE ebay_id!='' and UNIX_TIMESTAMP(date_purchased)>'1263998935' and UNIX_TIMESTAMP(date_purchased)<'1264603735'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:49:26
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.446522  Lock_time: 0.000080 Rows_sent: 1  Rows_examined: 78231
SET timestamp=1264603766;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:49:28
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.230880  Lock_time: 0.000049 Rows_sent: 1  Rows_examined: 81061
SET timestamp=1264603768;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='84394' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.283273  Lock_time: 0.000032 Rows_sent: 1  Rows_examined: 253685
SET timestamp=1264603768;
select UNIX_TIMESTAMP(min(date_purchased)) as first FROM orders;
# Time: 100127 15:49:30
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.474401  Lock_time: 0.000057 Rows_sent: 1  Rows_examined: 78327
SET timestamp=1264603770;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='123325' and n.id=s.notes_id and s.usr='123325' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.184018  Lock_time: 0.000046 Rows_sent: 1  Rows_examined: 78230
SET timestamp=1264603770;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='120712' and n.id=s.notes_id and s.usr='120712' and s.read_status=0 order by n.id desc;
# Time: 100127 15:49:33
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 4.412526  Lock_time: 0.000047 Rows_sent: 1  Rows_examined: 85780
SET timestamp=1264603773;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='101435' and n.id=s.notes_id and s.usr='101435' and s.read_status=0 order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.241782  Lock_time: 0.000052 Rows_sent: 1  Rows_examined: 78469
SET timestamp=1264603773;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='123325' order by n.id desc;
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.128326  Lock_time: 0.000083 Rows_sent: 1  Rows_examined: 78231
SET timestamp=1264603773;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='120712' order by n.id desc;
# Time: 100127 15:49:37
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.485436  Lock_time: 0.034210 Rows_sent: 1  Rows_examined: 85869
SET timestamp=1264603777;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.id=s.notes_id and s.date_termin<now() and s.date_termin>0 and s.usr='101435' order by n.id desc;
# Time: 100127 15:49:39
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 14.419903  Lock_time: 0.000064 Rows_sent: 7  Rows_examined: 110450
SET timestamp=1264603779;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id=orders.orders_id and ebay_id='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998935' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603735'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:49:46
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.979911  Lock_time: 0.000040 Rows_sent: 1  Rows_examined: 257087
SET timestamp=1264603786;
select count(1) as total  from
                                customers c LEFT JOIN
                                address_book a USING(customers_id) 
                                WHERE c.customers_default_address_id = a.address_book_id;
# Time: 100127 15:49:50
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.893098  Lock_time: 0.000033 Rows_sent: 1  Rows_examined: 253685
SET timestamp=1264603790;
SELECT count(o.orders_id) as order_cnt FROM orders o WHERE o.date_purchased >= '2010-01-01T00:00:00' AND o.date_purchased < '2010-01-28T00:00:00';
# Time: 100127 15:49:51
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 12.702710  Lock_time: 0.000076 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603791;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip != '' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998935' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603735'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:50:00
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 3.343890  Lock_time: 0.000048 Rows_sent: 1  Rows_examined: 79821
SET timestamp=1264603800;
select count(n.id) as anzahl from Notice_notes n,Notice_status s where n.usr !='84394' and n.id=s.notes_id and s.usr='84394' and s.read_status=0 order by n.id desc;
# Time: 100127 15:50:01
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 10.057082  Lock_time: 0.000071 Rows_sent: 8  Rows_examined: 253701
SET timestamp=1264603801;
SELECT count(orders_id) as anz,DATE_FORMAT(date_purchased,'%Y-%m-%d') as tag FROM orders WHERE UNIX_TIMESTAMP(date_purchased)>'1263998991' and UNIX_TIMESTAMP(date_purchased)<'1264603791'  and orders_status != '7' GROUP BY tag;
# Time: 100127 15:50:03
# User@Host: db177922_3[db177922_3] @ local3 [127.0.0.3]
# Query_time: 11.437398  Lock_time: 0.000124 Rows_sent: 8  Rows_examined: 109939
SET timestamp=1264603803;
SELECT count(orders.orders_id) as anz,DATE_FORMAT(orders.date_purchased,'%Y-%m-%d') as tag FROM orders LEFT JOIN kasse USING(orders_id) WHERE kasse.orders_id IS NULL and ebay_id='' and customers_ip='' and UNIX_TIMESTAMP(orders.date_purchased)>'1263998935' and UNIX_TIMESTAMP(orders.date_purchased)<'1264603735'  and orders_status != '7' GROUP BY tag;
