1. 21 Jan, 2005 1 commit
    • unknown's avatar
      -Added quote_data and needs_quotes (moved from federated handler. · 66b62e05
      unknown authored
      -New tests and results
      
      logging_ok:
        Logging to logging@openlogging.org accepted
      ha_federated.h:
        removed quote_data and type_quote (now in the Field class)
      ha_federated.cc:
        moved quote_data and type_quote to field class
      field.h:
        new methods quote_data and needs_quotes declared
      field.cc:
        new field class methods quote_data and needs_quotes (per Monty's request)
      federated.test:
        more tests, joins, index tests
      have_federated_db.require:
        new name of federated system var
      federated.result:
        new test results for federated handler
      have_federated_db.inc:
        changed name of variable in test due to change in vars
      sql_analyse.cc:
        over-ridden append_escaped to take (String *, char *, uint) per requirements of 'create_where_from_key' method in federated handler.
      mysql_priv.h:
        define over-ridden append_escaped to take arguments from 'create_where_from_key' method in federated handler 
      ha_federated.cc:
        implemented "create_where_from_key" to deal properly with two-byte prefix and multi keys. Initial testing shows it works, but I still need to move quoting to field class and also look at changes per Segei's suggestions.
      
      
      sql/mysql_priv.h:
        define over-ridden append_escaped to take arguments from 'create_where_from_key' method in federated handler
      sql/sql_analyse.cc:
        over-ridden append_escaped to take (String *, char *, uint) per requirements of 'create_where_from_key' method in federated handler.
      mysql-test/include/have_federated_db.inc:
        changed name of variable in test due to change in vars
      mysql-test/r/federated.result:
        new test results for federated handler
      mysql-test/r/have_federated_db.require:
        new name of federated system var
      mysql-test/t/federated.test:
        more tests, joins, index tests
      sql/field.cc:
        new field class methods quote_data and needs_quotes (per Monty's request)
      sql/field.h:
        new methods quote_data and needs_quotes declared
      sql/ha_federated.cc:
        moved quote_data and type_quote to field class
      sql/ha_federated.h:
        removed quote_data and type_quote (now in the Field class)
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      66b62e05
  2. 14 Jan, 2005 1 commit
    • unknown's avatar
      progress in fixing multi-key, two-byte prefix keys. · 9aaa87e9
      unknown authored
      
      sql/ha_federated.cc:
        added code to handle multi-keys (per monty). This code still fails to compile because sql_analyse.cc's method, append_escaped only accepts two string pointers. I don't know if append_escaped will be overloaded to accept string pointer, byte/char pointer, and length, as is being passed in this example. Need to talk to devs/monty about this.
      sql/ha_federated.h:
        added method declaration of create_where_from_key
      9aaa87e9
  3. 13 Jan, 2005 29 commits
  4. 12 Jan, 2005 9 commits
    • unknown's avatar
      Manual merge. · 3000bec1
      unknown authored
      
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      3000bec1
    • unknown's avatar
      Add logging of COM_EXECUTE in the general query log. · 069d260b
      unknown authored
      
      sql/sql_parse.cc:
        A shorter name for COM_EXECUTE command.
      069d260b
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · f247a0d5
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      
      f247a0d5
    • unknown's avatar
      Symlink vulnerability fixed. · 4bdf479d
      unknown authored
      reported by Javier Fernandez-Sanguino Pena
      and Debian Security Audit Team (http://www.debian.org/security/audit)
      
      
      4bdf479d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-ndb · e4b6c25c
      unknown authored
      into build.mysql.com:/users/tulin/mysql-5.0-ndb
      
      
      e4b6c25c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · d6cb2dbe
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      
      ndb/test/src/HugoTransactions.cpp:
        Auto merged
      d6cb2dbe
    • unknown's avatar
      added som signal printout functions · 54ccf5d1
      unknown authored
          search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed
          not necessarily the same starts and stops...
          +error corrected in ref signal
          added print of error codes + more correct error handling of event errors
          + added goto instead of erroneous break to fix bug#7627
      
      
      ndb/include/kernel/signaldata/SignalData.hpp:
        added som signal printout functions
      ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        added som signal printout functions
      ndb/src/common/debugger/signaldata/SignalNames.cpp:
        added som signal printout functions
      ndb/src/common/debugger/signaldata/SumaImpl.cpp:
        added som signal printout functions
      ndb/src/kernel/blocks/suma/Suma.cpp:
        search for subscriber should be done on nodeid basis and not reference, only one subscriber per event per nodeid allowed
        not necessarily the same starts and stops...
        +error corrected in ref signal
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        indentation
        event error handling
        debug printouts
      ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        debug printouts
        + added goto instead of erroneous break to fix bug#7627
      ndb/test/src/HugoTransactions.cpp:
        added print of error codes + more correct error handling of event errors
      54ccf5d1
    • unknown's avatar
      Minor clean up. · ec459b58
      unknown authored
      
      mysql-test/t/analyse.test:
        Added a note about the bug that this test case tests.
      sql/sql_analyse.cc:
        Changed function description to standard format.
      ec459b58
    • unknown's avatar
      Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0 · 901321b8
      unknown authored
      into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-5.0
      
      
      sql/mysqld.cc:
        Auto merged
      901321b8