• unknown's avatar
    Fixes during review of new pushed code · f5589f21
    unknown authored
    Change bool in C code to my_bool
    Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests
    Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
    
    
    client/client_priv.h:
      Added OPT_TRIGGERS (to get rid of compiler warning)
    client/mysql.cc:
      Added cast to get rid of compiler warning
    client/mysqldump.c:
      Added OPT_TRIGGERS (to get rid of compiler warning)
      Abort if we can't write to outfile (even if --ignore-errors is given)
    client/mysqltest.c:
      Added --enable_parsning and --disable_parsing to avoid to have to comment parts of tests
    include/my_sys.h:
      Make my_progname const
    include/my_time.h:
      Avoid using 'bool' in C programs
    mysql-test/lib/init_db.sql:
      Align with mysql_create_system_tables
      (Ideally this file should be auto-generated from the above script)
    mysql-test/r/mysqltest.result:
      Test for --enable_parsing
    mysql-test/r/variables.result:
      Update results after fix for ...
    f5589f21
field.cc 230 KB