An error occurred fetching the project authors.
  1. 14 Jun, 2003 1 commit
  2. 04 Jun, 2003 1 commit
  3. 03 Jun, 2003 1 commit
  4. 31 May, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · 02d3d7e8
      hf@deer.(none) authored
      Here is another pack of changes about gathering common client code in
      sql-common/client.c.
      Now i symlink the client.c from sql/ and libmysql/. These directories
      have client_settings.h files to be included to client.c. It contains
      defines and declarations to compile client.c in appropriate manner.
      Also i've added include/sql_common.h, containing declarations of what
      is exported from client.c
      
      I removed as many #ifdef-s from client.c as i dared to. I think it's better
      push it with some extra #ifdef-s now (of course, if everythihg besides it is
      ok) so other people can check the code.
      02d3d7e8
  5. 25 Jan, 2003 1 commit
  6. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  7. 30 Dec, 2001 1 commit
  8. 22 Dec, 2001 1 commit
  9. 17 Dec, 2001 2 commits
  10. 06 Dec, 2001 1 commit
  11. 31 Jul, 2000 1 commit