1. 10 Aug, 2001 2 commits
    • tim@black.box's avatar
      Automerge · 60fc6764
      tim@black.box authored
      60fc6764
    • tim@black.box's avatar
      Embedded mysql fixes. · a1a834a6
      tim@black.box authored
      There is now a mysql_server_init() function which needs to be
      called at the beginning of the program (and _end() for the end
      of the program).  This routine handles argument parsing for the
      embedded server.
      
      Use the embedded version of mysql_load_file() (ignore the LOCAL
      argument, since the client and server are the same program).
      
      There are now mysql_thread_init/end() functions for the client
      to use in a multi-threaded app.  They are just wrappers for
      my_thread_init/end().
      a1a834a6
  2. 08 Aug, 2001 1 commit
  3. 06 Aug, 2001 1 commit
  4. 04 Aug, 2001 2 commits
  5. 03 Aug, 2001 3 commits
  6. 02 Aug, 2001 1 commit
    • monty@tik.mysql.fi's avatar
      Fix UNION · b13d453d
      monty@tik.mysql.fi authored
      New faster list iterators
      Change list code to be simpler and faster
      Optimize count(distinct)
      New error messages for UNION
      Make create_tmp_table more general to be usable by UNION
      b13d453d
  7. 27 Jul, 2001 2 commits
  8. 26 Jul, 2001 1 commit
  9. 25 Jul, 2001 4 commits
  10. 24 Jul, 2001 3 commits
  11. 23 Jul, 2001 2 commits
  12. 22 Jul, 2001 2 commits
  13. 20 Jul, 2001 4 commits
  14. 19 Jul, 2001 5 commits
  15. 18 Jul, 2001 7 commits