~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump_data.h

Merge to trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    bool isPrimary;
50
50
    bool isUnique;
51
51
    bool isHash;
 
52
    uint32_t length;
52
53
 
53
54
    std::vector<std::string> columns;
54
55
    friend std::ostream& operator <<(std::ostream &os, const DrizzleDumpIndex &obj);