1. 23 Sep, 2009 1 commit
    • unknown's avatar
      Merge Percona microsec_process patch into MariaDB. · e16081e1
      unknown authored
      This adds a TIME_MS column to SHOW FULL PROCESSLIST and
      INFORMATION_SCHEMA.PROCESSLIST that works like the TIME column, but
      in units of milliseconds with microsecond precision.
      
      Note that this also changes behaviour of the existing TIME column. In
      the MySQL server, the TIME column changes when a thread sets @TIMESTAMP.
      This is contrary to documentation and also potentially confusing, so
      could in any case be considered a bug. With this patch, to ensure
      consistency between TIME and TIME_MS, setting @TIMESTAMP has no effect
      on either value.
      
      Add a test case for the TIME and TIME_MS columns.
      Update existing test cases for changed behaviour.
      
      Author: Percona
      Signed-off-by: default avatarKristian Nielsen <knielsen@knielsen-hq.org>
      
      
      mysql-test/r/create.result:
        Result file update.
      mysql-test/r/information_schema.result:
        Add test case.
        Result file update (changed behaviour).
      mysql-test/t/information_schema.test:
        Add test case.
        Adjust test case for changed behaviour.
      mysql-test/t/not_embedded_server.test:
        Update (commented-out) test case for newly added column.
      sql/sql_show.cc:
        Merge Percona microsec_process patch into MariaDB.
      e16081e1
  2. 20 Sep, 2009 1 commit
  3. 19 Sep, 2009 2 commits
  4. 18 Sep, 2009 4 commits
  5. 17 Sep, 2009 3 commits
  6. 16 Sep, 2009 8 commits
  7. 15 Sep, 2009 9 commits
  8. 14 Sep, 2009 2 commits
  9. 12 Sep, 2009 1 commit
  10. 11 Sep, 2009 2 commits
    • unknown's avatar
      After-merge fix for MySQL 5.1.38 merge into MariaDB. · 829c6099
      unknown authored
      Due to a bugfix for enum options in MariaDB, my_getopt parses enums into an ulong.
      However, some new code from MySQL was written to assume enums take an uint.
      
      Fix by using the correct type.
      
      (The new MySQL code in addition had an implicit assumption that my_bool and uint were
      compatible; remove this assumption).
      829c6099
    • unknown's avatar
      After-merge fixes for merge of MySQL-5.1.38. · 66a1902a
      unknown authored
      mysql-test/r/innodb.result:
        Fix wrong merge of result file conflicts.
      mysql-test/t/bug46080-master.opt:
        Fix memory limit to take into account extra storage engines in MariaDB.
      mysql-test/t/innodb.test:
        Add comment clarifying tricky --replace_result.
      sql/sql_select.cc:
        Restore fix of Bug#34374, accudentally lost during MySQL 5.1.38 merge.
      support-files/build-tags:
        Fix missing -R option for bzr, accidentally lost in MySQL-5.1.38 merge.
      66a1902a
  11. 10 Sep, 2009 2 commits
  12. 09 Sep, 2009 3 commits
  13. 08 Sep, 2009 2 commits