1. 17 Jan, 2005 1 commit
    • unknown's avatar
      Bug #7966 query cache doesn't work properly with batch statements · f6f90e7d
      unknown authored
      sql_lex.cc:
        Set query to not cacheable if we are using multistatements and there are multiple statements in this query
      
      
      sql/sql_lex.cc:
        Set query to not cacheable if we are using multistatements and there are multiple statements in this query
      f6f90e7d
  2. 16 Jan, 2005 1 commit
    • unknown's avatar
      Bug #7922 prompt \p fails on Windows for shared-memory connections · 31457a62
      unknown authored
      Fixed bug by adding code that displays the contents of mysql.host when \p is added as part of the prompt.
      
      mysql.cc:
        Added code to display mysql.host as prompt when using shared memory
      
      
      client/mysql.cc:
        Added code to display mysql.host as prompt when using shared memory
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      31457a62
  3. 15 Jan, 2005 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 193eae3b
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      193eae3b
    • unknown's avatar
      func_gconcat.result, func_gconcat.test: · 16f3170e
      unknown authored
        Added a test case for bug #7769.
      item_sum.h:
        Fixed bug #7769: a crash for queries with group_concat and
        having when the query table was empty.
        The bug was due an unsafe dereferencing.
      
      
      sql/item_sum.h:
        Fixed bug #7769: a crash for queries with group_concat and
        having when the query table was empty.
        The bug was due an unsafe dereferencing.
      mysql-test/t/func_gconcat.test:
        Added a test case for bug #7769.
      mysql-test/r/func_gconcat.result:
        Added a test case for bug #7769.
      16f3170e
    • unknown's avatar
      Merge · 403541d7
      unknown authored
      
      include/my_sys.h:
        Auto merged
      sql/filesort.cc:
        Auto merged
      mysys/mf_iocache.c:
        SCCS merged
      403541d7
    • unknown's avatar
      Fixed possible access to unintialized memory in filesort when using many buffers · deac81af
      unknown authored
      
      include/my_sys.h:
        Added function to call if IO_CACHE is moved
      mysys/mf_iocache.c:
        Added function to call if IO_CACHE is moved
      sql/filesort.cc:
        Tell that io_cache is moved
      deac81af
  4. 14 Jan, 2005 13 commits
  5. 13 Jan, 2005 21 commits