Query : select * from artist_url where url='정도령1';
[/Impossible WHERE noticed after reading const tables]: in ()
: 0.3 ms : [line : 246] : /home1/www/dev/lib/connection.php
[line : 658] : /home1/www/dev/lib/user.php
[line : 1377] : /home1/www/dev/lib/user.php
[line : 63] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select nickname,type,no from member where nickname = '정도령1';
[const/]:nickname in nickname (1)
: 0.4 ms : [line : 246] : /home1/www/dev/lib/connection.php
[line : 683] : /home1/www/dev/lib/user.php
[line : 1377] : /home1/www/dev/lib/user.php
[line : 63] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select * from user_css where memberno = 16513
[ref/]:memberno in memberno,memberno_2,idx_mname (6)
: 10.7 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 52] : /home1/www/dev/lib/skin.php
[line : 86] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select * from member where no=16513
[const/]:PRIMARY in PRIMARY (1)
: 0.5 ms : [line : 246] : /home1/www/dev/lib/connection.php
[line : 89] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select * from store where no=16513
[const/]:PRIMARY in PRIMARY,idx_memberno (1)
: 0.4 ms : [line : 246] : /home1/www/dev/lib/connection.php
[line : 93] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select count(memberno) as cnt from beholdartist b where b.artistno=16513;
[index/Using where; Using index]:idx_reg in (7016)
: 2.4 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 1165] : /home1/www/dev/lib/system.php
[line : 1151] : /home1/www/dev/lib/system.php
[line : 104] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select * from beholdartist where memberno=-1168102 and artistno=16513
[/Impossible WHERE noticed after reading const tables]: in ()
: 0.3 ms : [line : 246] : /home1/www/dev/lib/connection.php
[line : 106] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select * from minishop_category where memberno=16513 and threadno=0 order by orderno asc;
[ALL/Using where; Using filesort]: in (152)
: 0.7 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 1165] : /home1/www/dev/lib/system.php
[line : 1151] : /home1/www/dev/lib/system.php
[line : 19] : /home1/www/dev/lib/store.php
[line : 111] : /home1/www/dev/lib/store.php

Query : select minishop_category,count(distinct itemcode) as cnt from custom_product_set where type = 'sell' and seller = 16513 group by minishop_category;
[ALL/Using where; Using filesort]: in (4852)
: 8 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 1165] : /home1/www/dev/lib/system.php
[line : 1151] : /home1/www/dev/lib/system.php
[line : 116] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : select minishop_category,count(itemcode) as cnt from premade_product_set where type = 'sell' and seller = 16513 group by minishop_category;
[ref/Using where; Using temporary; Using filesort]:idx_seller in idx_seller (1)
: 0.4 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 1165] : /home1/www/dev/lib/system.php
[line : 1151] : /home1/www/dev/lib/system.php
[line : 127] : /home1/www/dev/lib/store.php
[line : 2] : /home1/www/dev/pages/artist.shop.php

Query : update page_stats set viewcount = viewcount + 1 where type='store' and pk='16513' and referrer='/store/16513' and viewdate='2012-05-24'; : 0.2 ms : [line : 212] : /home1/www/dev/lib/connection.php
[line : 1022] : /home1/www/dev/lib/system.php
[line : 8] : /home1/www/dev/pages/artist.shop.php

Query : insert ignore into page_stats (owner,type,pk,referrer,viewdate,viewcount) values ('16513','store','16513','/store/16513','2012-05-24','1'); : 0.1 ms : [line : 212] : /home1/www/dev/lib/connection.php
[line : 152] : /home1/www/dev/lib/connection.php
[line : 187] : /home1/www/dev/lib/connection.php
[line : 1025] : /home1/www/dev/lib/system.php
[line : 8] : /home1/www/dev/pages/artist.shop.php

Query : (select count(distinct itemcode) as cnt from custom_product_set where seller=16513 and type in ('sell' ) ) union all (select count(itemcode) as cnt from premade_product_set where seller=16513 and type in ('sell' ))
[ALL/Using where]: in (4852)
: 4.9 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 65] : /home1/www/dev/pages/artist.shop.php

Query : (select view,recommend,'custom' as itemtype , type as opentype , itemcode as itemcode , default_platetype as plate , name as name , commission as price , regdate as regdate from custom_product_set where seller=16513 and type in ('sell' ) group by itemcode ) union all (select view,recommend,'premade' as itemtype , type as opentype , itemcode as itemcode , filename as plate , name as name , price as price , regdate as regdate from premade_product_set where seller=16513 and type in ('sell' )) order by regdate desc limit 0,12;
[index/Using where]:PRIMARY in (4852)
: 7.1 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 70] : /home1/www/dev/pages/artist.shop.php

Exhibit your works - SnugArt
 
HANDMADE
DESIGNSHOW
SA does not provide [handmade] services for international users at the moment. Please do not buy or sell any items if you are outside of South Korea.
Home
>
Shopping
>
정도령에게 밥을
>
see all
정도령1
Open 2012.02.06
Fans 0
Intro
여러분들의 따뜻한 관심이 한 가난한 이웃을 살립니다.
Report concern
Store Notice
여러분들의 따뜻한 관심이 한 가난한 이웃을 살립니다.
New Products

Query : select i.basecost , i.addcost , p.itemcode , p.layergroupno , l.plateno , p.commission , i.price , pl.cost , i.coupon , i.opt , i.company from custom_product_set p , custom_item_layergroup l, custom_item_info i , custom_item_plate pl where p.itemcode = 'e5ff8af004c572cbf6e35ca30e0e5568' and p.layergroupno = l.layergroupno and l.plateno = pl.plateno and i.saleitemno = p.saleitemno
[ref/Using where]:PRIMARY in PRIMARY,idx_saleitemno,idx_layer (1)
: 0.6 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 2426] : /home1/www/dev/lib/shop.php
[line : 195] : /home1/www/dev/pages/artist.shop.php

GoldFish
GoldFish
0.00 $

Query : select i.basecost , i.addcost , p.itemcode , p.layergroupno , l.plateno , p.commission , i.price , pl.cost , i.coupon , i.opt , i.company from custom_product_set p , custom_item_layergroup l, custom_item_info i , custom_item_plate pl where p.itemcode = '3542ffd86943c72cb3afcaafacf4f31d' and p.layergroupno = l.layergroupno and l.plateno = pl.plateno and i.saleitemno = p.saleitemno
[ref/Using where]:PRIMARY in PRIMARY,idx_saleitemno,idx_layer (1)
: 0.7 ms : [line : 278] : /home1/www/dev/lib/connection.php
[line : 2426] : /home1/www/dev/lib/shop.php
[line : 195] : /home1/www/dev/pages/artist.shop.php

TwinGirl
TwinGirl
0.00 $


Loading..
click to close