Wiki

Clone wiki

CatArmory / Running db2

#!text

root@calista:/www/wowarmory.sk/new/tools# perl db2.pl
Creating table for: Item_sparse -> db2_item_sparse
        Rows: 54086
        Columns: 133
        Bytes per row: 532
        String size: 1586137
        Table hash: 2442913102
        Client minor: 15595
        Unk: 0
        First row index: 17
        Last row index: 83086
        Locale: 1
        Unk: 0

Creating table for: Item -> db2_item
        Rows: 64775
        Columns: 8
        Bytes per row: 32
        String size: 1
        Table hash: 1344507586
        Client minor: 15595
        Unk: 0
        First row index: 0
        Last row index: 0
        Locale: 4294967295
        Unk: 0

Creating table for: ItemExtendedCost -> db2_itemextendedcost
        Rows: 1805
        Columns: 31
        Bytes per row: 124
        String size: 1
        Table hash: 3146089301
        Client minor: 15595
        Unk: 0
        First row index: 0
        Last row index: 0
        Locale: 4294967295
        Unk: 0

Creating table for: ItemCurrencyCost -> db2_itemcurrencycost
        Rows: 14246
        Columns: 2
        Bytes per row: 8
        String size: 1
        Table hash: 1876974313
        Client minor: 15595
        Unk: 0
        First row index: 0
        Last row index: 0
        Locale: 4294967295
        Unk: 0

Creating table for: KeyChain -> db2_keychain
        Rows: 4
        Columns: 33
        Bytes per row: 36
        String size: 1
        Table hash: 1837770388
        Client minor: 15595
        Unk: 0
        First row index: 0
        Last row index: 0
        Locale: 4294967295
        Unk: 0

Progress: 0% --------------------------------------------------------------------------------------- 100%
Reading data from Item_sparse:
             #######################################################################################
Inserting data into table db2_item_sparse:
             #######################################################################################
             Succesfully processed all 54086 rows

Progress: 0% --------------------------------------------------------------------------------------- 100%
Reading data from Item:
             #######################################################################################
Inserting data into table db2_item:
             #######################################################################################
             Succesfully processed all 64775 rows

Progress: 0% --------------------------------------------------------------------------------------- 100%
Reading data from ItemExtendedCost:
             #######################################################################################
Inserting data into table db2_itemextendedcost:
             #######################################################################################
             Succesfully processed all 1805 rows

Progress: 0% --------------------------------------------------------------------------------------- 100%
Reading data from ItemCurrencyCost:
             #######################################################################################
Inserting data into table db2_itemcurrencycost:
             #######################################################################################
             Succesfully processed all 14246 rows

Progress: 0% --------------------------------------------------------------------------------------- 100%
Reading data from KeyChain:
             #######################################################################################
Inserting data into table db2_keychain:
             #######################################################################################
             Succesfully processed all 4 rows

Updated