Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 9.09 KB | None | 0 0
  1.  <!-- {
  2.   '' => bless( {
  3.     'mv_searchspec' => [
  4.       'Pat Dahnke',
  5.       'Hipsters'
  6.     ],
  7.     'mv_numeric' => [],
  8.     'mv_search_file' => [
  9.       'products'
  10.     ],
  11.     'mv_results' => [
  12.       [
  13.         '00005'
  14.       ],
  15.       [
  16.         '00110'
  17.       ],
  18.       [
  19.         '00124'
  20.       ],
  21.       [
  22.         '00125'
  23.       ],
  24.       [
  25.         '00126'
  26.       ],
  27.       [
  28.         '00029'
  29.       ],
  30.       [
  31.         '00127'
  32.       ],
  33.       [
  34.         '00004'
  35.       ],
  36.       [
  37.         '00135'
  38.       ],
  39.       [
  40.         '00134'
  41.       ],
  42.       [
  43.         '00133'
  44.       ],
  45.       [
  46.         '00097'
  47.       ],
  48.       [
  49.         '00003'
  50.       ],
  51.       [
  52.         '00149'
  53.       ],
  54.       [
  55.         '00006'
  56.       ],
  57.       [
  58.         '00186'
  59.       ],
  60.       [
  61.         '00027'
  62.       ],
  63.       [
  64.         '00028'
  65.       ],
  66.       [
  67.         '00108'
  68.       ],
  69.       [
  70.         '00119'
  71.       ],
  72.       [
  73.         '00002'
  74.       ]
  75.     ],
  76.     'mv_matchlimit' => 10,
  77.     'mv_return_delim' => '  ',
  78.     'eq_specs_sql' => [
  79.       'prod_group = \'Pat Dahnke\'',
  80.       'category = \'Hipsters\''
  81.     ],
  82.     'dbref' => bless( [
  83.       {
  84.         'PRINTERROR' => 0,
  85.         'PASS' => 'dbp.23',
  86.         'SEQUENCE_KEY' => 'INT PRIMARY KEY AUTO_INCREMENT',
  87.         'NO_ASCII_INDEX' => '1',
  88.         'file' => 'products.txt',
  89.         'HAS_DESCRIBE' => 1,
  90.         'AUTO_NUMBER_FILE' => '/var/lib/interchange/designsbypat/products/.products.autonumber',
  91.         'HIDE_FIELD' => 'inactive',
  92.         'INDEX' => [
  93.           'title',
  94.           'price',
  95.           'category',
  96.           'prod_group'
  97.         ],
  98.         'ALTER_DELETE' => 'ALTER TABLE _TABLE_ DROP _COLUMN_',
  99.         '_Checked_capability' => 2,
  100.         'COLUMN_DEF' => {
  101.           'sku' => 'char(64) NOT NULL PRIMARY KEY',
  102.           'inactive' => 'varchar(3) DEFAULT \'\'',
  103.           'author' => 'varchar(255)',
  104.           'thumb' => 'varchar(128)',
  105.           'size' => 'varchar(96)',
  106.           'featured' => 'varchar(32)',
  107.           'color' => 'varchar(96)',
  108.           'weight' => 'varchar(12) DEFAULT \'0\' NOT NULL',
  109.           'category' => 'varchar(64) NOT NULL DEFAULT \'\'',
  110.           'gift_cert' => 'varchar(3) DEFAULT \'\'',
  111.           'description' => 'varchar(128) NOT NULL',
  112.           'image' => 'varchar(64)',
  113.           'prod_group' => 'varchar(64) NOT NULL DEFAULT \'\'',
  114.           'related' => 'text',
  115.           'comment' => 'TEXT',
  116.           'template_page' => 'varchar(64)',
  117.           'price' => 'DECIMAL(12,2) NOT NULL',
  118.           'title' => 'varchar(128) DEFAULT \'\' NOT NULL',
  119.           'nontaxable' => 'CHAR(3)'
  120.         },
  121.         'included_from' => 'dbconf/mysql/products.mysql',
  122.         'EXTENDED' => '',
  123.         'db_text' => '/var/lib/interchange/designsbypat/products/products.txt',
  124.         'USER' => 'designsbypat',
  125.         'HIDE_AUTO_FILES' => '1',
  126.         'ALTER_INDEX' => 'CREATE _UNIQUE_ INDEX $TABLE$_$COLUMN$ ON _TABLE_ (_COLUMN_)',
  127.         'KEY' => 'sku',
  128.         'TABLE_COMMENT_SQL' => 'COMMENT=_COMMENT_',
  129.         'Exists_handle' => undef,
  130.         'Update_handle' => undef,
  131.         'name' => 'products',
  132.         '_Insert_h' => undef,
  133.         'SEQUENCE_LAST_FUNCTION' => 'select last_insert_id()',
  134.         'LIST_FIELDS_QUERY' => 'SELECT * FROM `_TABLE_` WHERE 2 = 1',
  135.         'HAS_LIMIT' => 1,
  136.         'dsn_id' => 'dbi:mysql:store2_designsbypat_designsbypat_dbp.23',
  137.         'Class' => 'DBI',
  138.         'type' => 8,
  139.         'RAISEERROR' => 1,
  140.         '_Auto_number' => undef,
  141.         'ObjectType' => 'Vend::Table::DBI',
  142.         'ALTER_CHANGE' => 'ALTER TABLE _TABLE_ CHANGE COLUMN _COLUMN_ _COLUMN_ _DEF_',
  143.         'db_file' => 'products',
  144.         'TABLE_COMMENT_DURING_CREATE' => 1,
  145.         'DIR' => '/var/lib/interchange/designsbypat/products',
  146.         'HAS_TABLE_TYPE' => 1,
  147.         'AutoNumberCounter' => bless( {
  148.           'date' => undef,
  149.           'value' => '00190',
  150.           'file' => '/var/lib/interchange/designsbypat/products/.products.autonumber',
  151.           'magic_value' => undef,
  152.           'dec_routine' => undef,
  153.           'gmt' => undef,
  154.           'updated' => 0,
  155.           'initial' => '00001',
  156.           'inc_routine' => undef
  157.         }, 'Vend::CounterFile' ),
  158.         'ALTER_ADD' => 'ALTER TABLE _TABLE_ ADD COLUMN _COLUMN_ _DEF_',
  159.         'COLUMN_INDEX' => {
  160.           'sku' => 0,
  161.           'inactive' => 22,
  162.           'author' => 15,
  163.           'thumb' => 5,
  164.           'featured' => 17,
  165.           'url' => 23,
  166.           'weight' => 13,
  167.           'category' => 10,
  168.           'dl_location' => 21,
  169.           'wholesale' => 8,
  170.           'image_large' => 25,
  171.           'sale_price' => 24,
  172.           'description' => 1,
  173.           'gift_cert' => 18,
  174.           'image' => 6,
  175.           'prod_group' => 9,
  176.           'option_type' => 14,
  177.           'related' => 16,
  178.           'comment' => 4,
  179.           'template_page' => 3,
  180.           'price' => 7,
  181.           'title' => 2,
  182.           'nontaxable' => 12,
  183.           'dl_type' => 20,
  184.           'download' => 19,
  185.           'tax_category' => 11
  186.         },
  187.         'db_file_extended' => '/var/lib/interchange/designsbypat/products/.products.sql',
  188.         'KEY_INDEX' => 0,
  189.         'DESCRIBE_TABLE' => sub { "DUMMY" },
  190.         'NAME' => [
  191.           'sku',
  192.           'description',
  193.           'title',
  194.           'template_page',
  195.           'comment',
  196.           'thumb',
  197.           'image',
  198.           'price',
  199.           'wholesale',
  200.           'prod_group',
  201.           'category',
  202.           'tax_category',
  203.           'nontaxable',
  204.           'weight',
  205.           'option_type',
  206.           'author',
  207.           'related',
  208.           'featured',
  209.           'gift_cert',
  210.           'download',
  211.           'dl_type',
  212.           'dl_location',
  213.           'inactive',
  214.           'url',
  215.           'sale_price',
  216.           'image_large'
  217.         ],
  218.         '_Numeric_ary' => [
  219.           undef,
  220.           undef,
  221.           undef,
  222.           undef,
  223.           undef,
  224.           undef,
  225.           undef,
  226.           2,
  227.           undef,
  228.           undef,
  229.           undef,
  230.           undef,
  231.           undef,
  232.           undef,
  233.           undef,
  234.           undef,
  235.           undef,
  236.           undef,
  237.           undef,
  238.           undef,
  239.           undef,
  240.           undef,
  241.           undef,
  242.           undef,
  243.           undef,
  244.           undef
  245.         ],
  246.         'DSN' => 'dbi:mysql:store2_designsbypat',
  247.         'NUMERIC' => {
  248.           'price' => undef
  249.         }
  250.       },
  251.       'products',
  252.       'sku',
  253.       [
  254.         'sku',
  255.         'description',
  256.         'title',
  257.         'template_page',
  258.         'comment',
  259.         'thumb',
  260.         'image',
  261.         'price',
  262.         'wholesale',
  263.         'prod_group',
  264.         'category',
  265.         'tax_category',
  266.         'nontaxable',
  267.         'weight',
  268.         'option_type',
  269.         'author',
  270.         'related',
  271.         'featured',
  272.         'gift_cert',
  273.         'download',
  274.         'dl_type',
  275.         'dl_location',
  276.         'inactive',
  277.         'url',
  278.         'sale_price',
  279.         'image_large'
  280.       ],
  281.       '',
  282.       bless( {}, 'DBI::db' )
  283.     ], 'Vend::Table::DBI' ),
  284.     'mv_cache_key' => 'a55b7733c41e9a5db91b12e29d793b63',
  285.     'mv_case' => [],
  286.     'mv_min_string' => 1,
  287.     'mv_search_relate' => undef,
  288.     'mv_session_id' => 'TYLm4iNr',
  289.     'mv_begin_string' => [],
  290.     'mv_index_delim' => '   ',
  291.     'mv_orsearch' => [],
  292.     'mv_search_group' => [],
  293.     'mv_search_field' => [
  294.       9,
  295.       10
  296.     ],
  297.     'mv_sort_option' => [],
  298.     'mv_substring_match' => [],
  299.     'mv_base_directory' => 'products',
  300.     'mv_coordinate' => 1,
  301.     'mv_column_op' => [
  302.       [
  303.         ' eq q{',
  304.         '}'
  305.       ],
  306.       [
  307.         ' eq q{',
  308.         '}'
  309.       ]
  310.     ],
  311.     'matches' => 21,
  312.     'mv_head_skip' => 0,
  313.     'field_hash' => {
  314.       'sku' => 0,
  315.       'inactive' => 22,
  316.       'author' => 15,
  317.       'thumb' => 5,
  318.       'featured' => 17,
  319.       'url' => 23,
  320.       'weight' => 13,
  321.       'category' => 10,
  322.       'dl_location' => 21,
  323.       'wholesale' => 8,
  324.       'image_large' => 25,
  325.       'sale_price' => 24,
  326.       'description' => 1,
  327.       'gift_cert' => 18,
  328.       'image' => 6,
  329.       'prod_group' => 9,
  330.       'option_type' => 14,
  331.       'related' => 16,
  332.       'comment' => 4,
  333.       'template_page' => 3,
  334.       'price' => 7,
  335.       'title' => 2,
  336.       'nontaxable' => 12,
  337.       'dl_type' => 20,
  338.       'download' => 19,
  339.       'tax_category' => 11
  340.     },
  341.     'mv_all_chars' => [
  342.       1,
  343.       1
  344.     ],
  345.     'eq_specs' => [
  346.       'Pat Dahnke',
  347.       'Hipsters'
  348.     ],
  349.     'verbatim_columns' => 1,
  350.     'mv_negate' => [],
  351.     'mv_field_names' => [
  352.       'sku',
  353.       'description',
  354.       'title',
  355.       'template_page',
  356.       'comment',
  357.       'thumb',
  358.       'image',
  359.       'price',
  360.       'wholesale',
  361.       'prod_group',
  362.       'category',
  363.       'tax_category',
  364.       'nontaxable',
  365.       'weight',
  366.       'option_type',
  367.       'author',
  368.       'related',
  369.       'featured',
  370.       'gift_cert',
  371.       'download',
  372.       'dl_type',
  373.       'dl_location',
  374.       'inactive',
  375.       'url',
  376.       'sale_price',
  377.       'image_large'
  378.     ],
  379.     'mv_sort_field' => [
  380.       1
  381.     ]
  382.   }, 'Vend::DbSearch' )
  383. }
  384.  -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement