1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-537 Regression test doesn't tolerate 'failed' in stderr, stdout.

I reformulate the messages.

    Changed version in preprocessor conditions to avoid compilation
    warnings in Debian 9.

    Disabled sign-compare check for generated files in DML/DDL.
This commit is contained in:
Roman Nozdrin
2019-05-20 13:17:46 +03:00
parent 355e2f914f
commit e12a2acd53
11 changed files with 13 additions and 18 deletions

View File

@@ -609,7 +609,7 @@ int main(int argc, char** argv)
// @BUG4343
if( setuid( 0 ) < 0 )
{
std::cerr << " we_splitterapp: setuid failed " << std::endl;
std::cerr << " we_splitterapp: couldn't set uid " << std::endl;
}
std::cin.sync_with_stdio(false);