1. 12 Sep, 2003 1 commit
    • unknown's avatar
      SCRUM: · dc250a6e
      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
      dc250a6e
  2. 11 Sep, 2003 1 commit
    • unknown's avatar
      SCRUM · d6f15e9d
      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
      d6f15e9d
  3. 10 Sep, 2003 10 commits
  4. 09 Sep, 2003 4 commits
    • unknown's avatar
      after merge fix · 479c3766
      unknown authored
      479c3766
    • unknown's avatar
      merge · 62a33db0
      unknown authored
      
      mysql-test/r/subselect.result:
        Auto merged
      sql/item.cc:
        Auto merged
      62a33db0
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 4a35c8e2
      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
      4a35c8e2
    • unknown's avatar
      Fix for a bug #1226. · b2a6994b
      unknown authored
      Happens when braces are used on a single select, which leads
      to the uninitialized global parameters structure.
      
      
      b2a6994b
  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 · 6f607d3a
      unknown authored
      6f607d3a
    • unknown's avatar
      BUG · d89b2a9f
      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
      d89b2a9f
    • unknown's avatar
      merge · 6bd42390
      unknown authored
      6bd42390
  9. 03 Sep, 2003 5 commits