• unknown's avatar
    Bug #16502: mysqlcheck gets confused with views · c4bfacd7
    unknown authored
      Make mysqlcheck skip over views when processing all of the tables in a
      database.
    
    
    client/mysqlcheck.c:
      Use SHOW TABLE STATUS to get table list, and skip over things that don't
      have an engine (like a VIEW).
    mysql-test/r/mysqlcheck.result:
      Add new results
    mysql-test/t/mysqlcheck.test:
      Add new regression test
    c4bfacd7
mysqlcheck.result 2 KB