~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/blitzdata.cc

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:14:53 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051453-q8nkbvby6n12cpqw
add some FIXMEs to ORDER BY docs about what should be added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#include <config.h>
 
20
#include "config.h"
21
21
#include "ha_blitz.h"
22
22
 
23
23
using namespace std;
49
49
/* Similar to UNIX touch(1) but generates a tuned TCHDB file. */
50
50
int BlitzData::create_data_table(drizzled::message::Table &proto,
51
51
                                 drizzled::Table &table_info,
52
 
                                 const drizzled::identifier::Table &identifier) {
 
52
                                 const drizzled::TableIdentifier &identifier) {
53
53
 
54
54
  std::string path = identifier.getPath() + BLITZ_DATA_EXT;
55
55