1. 12 Sep, 2003 1 commit
    • unknown's avatar
      SCRUM: · ca083060
      unknown authored
      #977 Prepared statements in embedded library
      
      
      include/mysql.h:
        read_prepare_result function moved to 'virtual'
      libmysql/client_settings.h:
        declare proper function for libmysql
      libmysql/libmysql.c:
        some code moved from implementation of read_prepare_result to 
        mysql_prepare_result to make creating separate (remote and embedded-server)
        versions easier
      libmysqld/libmysqld.c:
        emb_read_prepare_result prototype
      sql-common/client.c:
        cli_read_prepare_result added to the client_methods
      sql/client_settings.h:
        we don't need prepared statements in mini_client
      sql/sql_prepare.cc:
        embedded send_prep_stmt added
      ca083060
  2. 11 Sep, 2003 1 commit
    • unknown's avatar
      SCRUM · 99450993
      unknown authored
      embedded&client library
      some fixes: zero at the end of the data added
      mysql_list_fields became 'virtual'
      
      
      include/mysql.h:
        mysql_list_fields became 'virtual'
      libmysql/client_settings.h:
        in client library we need proper implementation for list_fields
      libmysql/libmysql.c:
        implementation for remote server
      libmysqld/lib_sql.cc:
        we still need zero at the end of the data in client (see mysql.cc).
        I feel it should be changed
      libmysqld/libmysqld.c:
        implementation for embedded server
      sql-common/client.c:
        cli_list_fields member set for client library
      sql/client_settings.h:
        we don't need mysql_list_fields in mini_client code
      99450993
  3. 10 Sep, 2003 10 commits
  4. 09 Sep, 2003 4 commits
    • unknown's avatar
      after merge fix · 886f29fc
      unknown authored
      886f29fc
    • unknown's avatar
      merge · 5dd1379f
      unknown authored
      
      mysql-test/r/subselect.result:
        Auto merged
      sql/item.cc:
        Auto merged
      5dd1379f
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 83794e3f
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-optimized_prepared-4.1
      
      
      sql/item_func.cc:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      83794e3f
    • unknown's avatar
      Fix for a bug #1226. · 6bc438e3
      unknown authored
      Happens when braces are used on a single select, which leads
      to the uninitialized global parameters structure.
      
      6bc438e3
  5. 08 Sep, 2003 11 commits
  6. 07 Sep, 2003 2 commits
  7. 06 Sep, 2003 3 commits
  8. 04 Sep, 2003 3 commits
    • unknown's avatar
      Fix for bug 1176 · 34625c18
      unknown authored
      34625c18
    • unknown's avatar
      BUG · 30535c58
      unknown authored
      correct bug 1085 (a problem with min/max functions)
      add tests of bugs 833,836,1085
      
      
      mysql-test/r/func_gconcat.result:
        add tests of bugs 833, 836, 1085
      mysql-test/t/func_gconcat.test:
        add tests of bugs #833, 836, 1085
      sql/item_sum.cc:
        merge
      sql/item_sum.h:
        correct bug 1085
      30535c58
    • unknown's avatar
      merge · a5650c0b
      unknown authored
      a5650c0b
  9. 03 Sep, 2003 5 commits