1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#16729109: FIX COMPILATION WARNINGS WITH GCC 4.8

Backport to 5.5
(external Bug#69407 Build warnings with mysql)


support-files/build-tags:
  Run etags on sql_yacc.yy, ignore other .yy files
unittest/mysys/explain_filename-t.cc:
  NO_PLAN seems to fail on some platforms, use the actual number instead.
This commit is contained in:
Tor Didriksen
2013-06-14 10:52:23 +02:00
parent d0e586763a
commit c94ccb237e
9 changed files with 20 additions and 16 deletions

View File

@ -64,7 +64,7 @@ void test_1(const char *in, const char *exp, enum_explain_filename_mode mode)
int main()
{
setup();
plan(NO_PLAN);
plan(22);
test_1("test/t1.ibd",
"Database \"test\", Table \"t1.ibd\"",