~pbxt-core/pbxt/trunk

« back to all changes in this revision

Viewing changes to src/ha_pbxt.cc

  • Committer: Paul McCullagh
  • Date: 2010-12-10 12:45:07 UTC
  • mfrom: (862.1.2 pbxt)
  • Revision ID: paul.mccullagh@primebase.org-20101210124507-ra633kmjdwbht8v6
Merge fix for bug #677868

Show diffs side-by-side

added added

removed removed

Lines of Context:
4030
4030
                        XTIndexPtr      ind;
4031
4031
                        TABLE_SHARE     *share= TS(table);
4032
4032
 
4033
 
                        stats.max_data_file_length = 0x00FFFFFF;
4034
 
                        stats.max_index_file_length = 0x00FFFFFF;
 
4033
                        stats.max_data_file_length = 0xFFFFFFFFFFFFFFFFLL;
 
4034
                        stats.max_index_file_length = 0xFFFFFFFFFFFFFFFFLL;
4035
4035
                        //stats.create_time = info.create_time;
4036
4036
                        ref_length = XT_RECORD_OFFS_SIZE;
4037
4037
                        //share->db_options_in_use = info.options;
6124
6124
        pbxt_init, /* Plugin Init */
6125
6125
        pbxt_end, /* Plugin Deinit */
6126
6126
#ifndef DRIZZLED
6127
 
        0x0001 /* 0.1 */,
 
6127
        0x0100 /* 1.0 */,
6128
6128
#endif
6129
6129
        NULL,                       /* status variables                */
6130
6130
#if MYSQL_VERSION_ID >= 50118
6170
6170
  PLUGIN_LICENSE_GPL,
6171
6171
  pbxt_init, /* Plugin Init */
6172
6172
  pbxt_end, /* Plugin Deinit */
6173
 
  0x0001 /* 0.1 */,
 
6173
  0x0100 /* 1.0 */,
6174
6174
  NULL,                       /* status variables */
6175
6175
  pbxt_system_variables,      /* system variables */
6176
6176
  "1.0.09g RC3",              /* string version */