1. 04 Jul, 2003 2 commits
    • unknown's avatar
      Resolving conflicts · 7248ab7b
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      client/mysqltest.c:
        Auto merged
      sql-common/client.c:
        Auto merged
      sql/protocol.cc:
        Auto merged
      sql/sql_client.cc:
        Auto merged
      include/mysql.h:
        Merging (prolly it's the mistake)
      libmysqld/libmysqld.c:
        This code seems to be unnecessary
      7248ab7b
    • unknown's avatar
      SCRUM · 14fd42e1
      unknown authored
      Including client code into embedded library
      
      Code trimming (fixes of comments etc)
      
      
      include/mysql_com.h:
        Comment fixed
      include/mysql_embed.h:
        comment fixed
      include/violite.h:
        comment fixed
      libmysql/libmysql.c:
        #undef should work anyway
      libmysqld/libmysqld.c:
        comment fixed
      sql-common/client.c:
        #undef should work anyway
      sql/net_serv.cc:
        #undef should work anyway
      14fd42e1
  2. 03 Jul, 2003 11 commits
  3. 02 Jul, 2003 4 commits
  4. 01 Jul, 2003 11 commits
  5. 30 Jun, 2003 3 commits
    • unknown's avatar
      Made check for structured option handling more robust and faster. · 0a1d7d64
      unknown authored
      Earlier it could have failed in some special cases.
      
      
      0a1d7d64
    • unknown's avatar
      LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id. · 48272222
      unknown authored
      
      mysql-test/r/auto_increment.result:
        Update after auto_increment fix
      mysql-test/t/auto_increment.test:
        Another fix for LAST_INSERT_ID()
      sql/handler.cc:
        Another fix for LAST_INSERT_ID()
      sql/sql_class.h:
        Another fix for LAST_INSERT_ID()
      48272222
    • unknown's avatar
      Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong LINT_INIT() options · d0dc9e7d
      unknown authored
      Fixed bug in ALTER TABLE ... MODIFY integer-column
      Added ref_or_null optimization (needed for subqueries)
      
      
      BUILD/compile-pentium-valgrind-max:
        Remove FORCE_INIT_OF_VARS to spot wrong LINT_INIT() options
      mysql-test/r/distinct.result:
        Update of test results (new optimizer)
      mysql-test/r/null_key.result:
        Update after ref_or_null optimization
      mysql-test/r/subselect.result:
        Update after ref_or_null optimization
      mysql-test/t/null_key.test:
        New tests for ref_or_null optimization
      sql/sql_select.cc:
        Added ref_or_null optimization
        Optimized find_best_combinations() and read-functions
      sql/sql_select.h:
        Added ref_or_null optimization
      sql/sql_yacc.yy:
        Fixed bug in ALTER TABLE ... MODIFY integer-column
      sql/table.cc:
        Safety fix for ALTER TABLE .. MODIFY
      sql/unireg.cc:
        Safety fix for ALTER TABLE .. MODIFY
      d0dc9e7d
  6. 29 Jun, 2003 3 commits
  7. 28 Jun, 2003 6 commits