• unknown's avatar
    WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES · f2af5709
    unknown authored
     tables to INFORMATION_SCHEMA.
    
    
    mysql-test/r/information_schema.result:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Fixed test cases result (changes are due to the new tables added).
    mysql-test/r/information_schema_db.result:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Fixed test cases result (changes are due to the new tables added).
    mysql-test/r/status.result:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Fixed results for added testcases.
    mysql-test/r/variables.result:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Fixed results for added test cases.
    mysql-test/t/status.test:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Added test cases.
    mysql-test/t/variables.test:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Added test cases.
    sql/sql_show.cc:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Implementation of the new I_S tables.
       Also, show_status_array(): argument 'ucase_names' is added (true means that
       all variable names are to be converted to upper case).
    sql/table.h:
      WL#3247,#3248: Adding [GLOBAL|SESSION]_STATUS and [GLOBAL|SESSION]_VARIABLES
       tables to INFORMATION_SCHEMA.
       Implementation of the new I_S tables.
    f2af5709
status.test 5.87 KB