• unknown's avatar
    mysqladmin extended-status now displays global status · 0e1e0ddf
    unknown authored
    Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part
    
    
    client/mysqladmin.cc:
      Show GLOBAL status
    myisam/mi_key.c:
      Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part
      (Ramil will soon push test cases)
    sql/handler.cc:
      Indentation fix
    tests/mysql_client_test.c:
      Portability fixes
    0e1e0ddf
mysqladmin.cc 36.1 KB