~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
583
583
        char buff[1024];
584
584
        String str(buff,(uint32_t) sizeof(buff), system_charset_info);
585
585
        str.length(0);
586
 
        session->getLex()->unit.print(&str, QT_ORDINARY);
 
586
        session->getLex()->unit.print(&str);
587
587
        str.append('\0');
588
588
        push_warning(session, DRIZZLE_ERROR::WARN_LEVEL_NOTE,
589
589
                     ER_YES, str.ptr());