ChangeSet@1.2421, 2007-03-05 16:10:42+01:00, df@pippilotta.erinye.com +1 -0
  add ad

  support-files/mysql.spec.sh@1.166, 2007-03-05 16:10:41+01:00, df@pippilotta.erinye.com +5 -0
    add ad at %post

ChangeSet@1.2416.1.1, 2007-03-02 09:14:33-05:00, cmiller@zippy.cornsilk.net +2 -0
  Patch to release clone.  Fixes two post-pushbuild discovered failures.
  
  Expand float size to avoid assert()ion failures.
  
  "_db_func_" isn't a known linked object on some platforms, possibly 
  because it is occasionaly shadowed by DBUG variables.  Avoid that
  confusion.

  sql/sql_profile.cc@1.4, 2007-03-02 09:14:31-05:00, cmiller@zippy.cornsilk.net +2 -2
    Expand float size to avoid assert()ion failures.
    
    "_db_func_" isn't a known linked object on some platforms, possibly 
    because it is occasionaly shadowed by DBUG variables.  Avoid that
    confusion.

  sql/sql_profile.h@1.3, 2007-03-02 09:14:31-05:00, cmiller@zippy.cornsilk.net +6 -6
    "_db_func_" isn't a known linked object on some platforms, possibly 
    because it is occasionaly shadowed by DBUG variables.  Avoid that
    confusion.

ChangeSet@1.2419, 2007-03-01 21:56:51+01:00, df@pippilotta.erinye.com +1 -0
  add missing file to vs project

  VC++Files/sql/mysqld.vcproj@1.11, 2007-03-01 21:56:50+01:00, df@pippilotta.erinye.com +75 -0
    add sql_profile.cpp to mysqld project

ChangeSet@1.2418, 2007-03-01 10:45:55+01:00, dfischer@mysql.com +1 -0
  File.cpp:
    fileno is a macro on some platforms

  ndb/src/common/util/File.cpp@1.17, 2007-03-01 10:45:41+01:00, dfischer@mysql.com +1 -1
    fileno is a macro on some platforms

ChangeSet@1.2417, 2007-03-01 09:38:09+01:00, dfischer@mysql.com +1 -0
  mysqld.cc:
    fix profiling_history_size type

  sql/mysqld.cc@1.599, 2007-03-01 09:37:10+01:00, dfischer@mysql.com +1 -1
    fix profiling_history_size type

ChangeSet@1.2416, 2007-02-27 20:04:58-05:00, cmiller@zippy.cornsilk.net +1 -0
  Update to I_S result that now contains PROFILING entry.

  mysql-test/r/information_schema.result@1.122, 2007-02-27 20:04:57-05:00, cmiller@zippy.cornsilk.net +1 -0
    Update to I_S result that now contains PROFILING entry.

ChangeSet@1.2341.56.11, 2007-02-27 11:30:03-05:00, cmiller@calliope.local.cmiller +1 -0
  Updated column names of I_S table to conform to other I_S uppercase scheme.

  mysql-test/r/information_schema.result@1.120, 2007-02-27 11:28:40-05:00, cmiller@calliope.local.cmiller +2 -2
    Updated column names of I_S table to conform to other I_S uppercase scheme.

ChangeSet@1.2341.56.10, 2007-02-26 13:11:36-05:00, cmiller@calliope.local.cmiller +7 -0
  Some changes suggested Serg, from message <20070223210659.GA24202@janus.mylan>

  configure.in@1.422, 2007-02-26 13:11:22-05:00, cmiller@calliope.local.cmiller +1 -1
    Use smarter autoconf help macro.

  sql/set_var.cc@1.173.1.4, 2007-02-26 13:11:23-05:00, cmiller@calliope.local.cmiller +1 -1
    Make a local variable static.

  sql/sql_lex.cc@1.206.1.6, 2007-02-26 13:11:23-05:00, cmiller@calliope.local.cmiller +0 -2
    Don't include CPP condition where it saves little time and decreases legibility.

  sql/sql_parse.cc@1.596, 2007-02-26 13:11:24-05:00, cmiller@calliope.local.cmiller +2 -2
    Use the name of the query in the error, instead of describing the feature.

  sql/sql_profile.cc@1.3, 2007-02-26 13:11:25-05:00, cmiller@calliope.local.cmiller +38 -52
    Update copyright.
    
    Make I_S schema table columns uppercase.

  sql/sql_profile.h@1.2, 2007-02-26 13:11:26-05:00, cmiller@calliope.local.cmiller +1 -2
    Update copyright.

  sql/sql_select.cc@1.478.2.3, 2007-02-26 13:11:26-05:00, cmiller@calliope.local.cmiller +2 -2
    Chagne tab indentation to spaces.

ChangeSet@1.2341.56.9, 2007-02-22 16:25:47-05:00, cmiller@zippy.cornsilk.net +1 -0
  Disambiguate method call.  (Windows compiler error.)

  sql/sql_profile.cc@1.2, 2007-02-22 16:25:45-05:00, cmiller@zippy.cornsilk.net +1 -1
    Disambiguate method call.  (Windows compiler error.)

ChangeSet@1.2341.56.8, 2007-02-22 13:17:02-05:00, cmiller@zippy.cornsilk.net +1 -0
  Use correct filename for profiling code.

  sql/CMakeLists.txt@1.6, 2007-02-22 13:17:01-05:00, cmiller@zippy.cornsilk.net +1 -1
    Use correct filename for profiling code.

ChangeSet@1.2341.56.7, 2007-02-22 12:27:15-05:00, cmiller@zippy.cornsilk.net +1 -0
  Add profiling source file to cmake file.

  sql/CMakeLists.txt@1.5, 2007-02-22 12:27:14-05:00, cmiller@zippy.cornsilk.net +1 -0
    Add profiling source file to cmake file.

ChangeSet@1.2341.56.6, 2007-02-22 11:48:56-05:00, cmiller@zippy.cornsilk.net +3 -0
  Enclose profiling in preprocessor conditions.

  BitKeeper/etc/collapsed@1.18.1.4, 2007-02-22 11:44:51-05:00, cmiller@zippy.cornsilk.net +2 -0

  include/config-win.h@1.81.1.2, 2007-02-22 11:48:55-05:00, cmiller@zippy.cornsilk.net +3 -0
    Make profiling compiled-in by default on Windows too.

  sql/sql_prepare.cc@1.190.1.2, 2007-02-22 11:48:55-05:00, cmiller@zippy.cornsilk.net +2 -0
    Enclose profiling in preprocessor conditions.

ChangeSet@1.2341.56.5, 2007-02-22 10:03:08-05:00, cmiller@zippy.cornsilk.net +51 -0
  Prevent bugs by making DBUG_* expressions syntactically equivalent 
  to a single statement.
  ---
  Bug#24795: SHOW PROFILE
  
  Profiling is only partially functional on some architectures.  Where 
  there is no getrusage() system call, presently Null values are 
  returned where it would be required.  Notably, Windows needs some love 
  applied to make it as useful.
  
    Syntax this adds:
    
    SHOW PROFILES
    
    SHOW PROFILE [types] [FOR QUERY n] [OFFSET n] [LIMIT n]
     where "n" is an integer
     and "types" is zero or many (comma-separated) of
        "CPU"
        "MEMORY" (not presently supported)
        "BLOCK IO"
        "CONTEXT SWITCHES"
        "PAGE FAULTS"
        "IPC"
        "SWAPS"
        "SOURCE"
        "ALL"
  
  It also adds a session variable (boolean) "profiling", set to "no"
  by default, and (integer) profiling_history_size, set to 15 by 
  default.
  
  This patch abstracts setting THDs' "proc_info" behind a macro that 
  can be used as a hook into the profiling code when profiling 
  support is compiled in.  All future code in this line should use
  that mechanism for setting thd->proc_info.
  
  ---
  
  Tests are now set to omit the statistics.
  
  ---
  
  Adds an Information_schema table, "profiling" for access to 
  "show profile" data.
  ---
  Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community-3--bug24795
  into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
  ---
  Fix merge problems.
  ---
  Fixed one bug in the query_source being NULL.  
  
  Updated test results.
  ---
  Include more thorough profiling tests.
  
  Improve support for prepared statements.
  
  Use session-specific query IDs, starting at zero.
  ---
  Selecting from I_S.profiling is no longer quashed in profiling, as
  requested by Giuseppe.
  
  Limit the size of captured query text.
  
  No longer log queries that are zero length.

  BitKeeper/deleted/.del-profile.result@1.2, 2007-02-22 10:02:24-05:00, cmiller@zippy.cornsilk.net +0 -0
    Rename: mysql-test/r/profile.result -> BitKeeper/deleted/.del-profile.result

  BitKeeper/deleted/.del-profile.test@1.2, 2007-02-22 10:02:24-05:00, cmiller@zippy.cornsilk.net +0 -0
    Rename: mysql-test/t/profile.test -> BitKeeper/deleted/.del-profile.test

  BitKeeper/deleted/.del-profiling-master.opt@1.1, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +1 -0
    New BitKeeper file ``mysql-test/t/profiling-master.opt''

  BitKeeper/deleted/.del-profiling-master.opt@1.0, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +0 -0

  BitKeeper/deleted/.del-sql_profile.cc@1.2, 2007-02-22 10:02:25-05:00, cmiller@zippy.cornsilk.net +0 -0
    Rename: sql/sql_profile.cc -> BitKeeper/deleted/.del-sql_profile.cc

  BitKeeper/deleted/.del-sql_profile.h@1.2, 2007-02-22 10:02:26-05:00, cmiller@zippy.cornsilk.net +0 -0
    Rename: sql/sql_profile.h -> BitKeeper/deleted/.del-sql_profile.h

  BitKeeper/etc/collapsed@1.18.1.3, 2007-02-22 10:02:26-05:00, cmiller@zippy.cornsilk.net +9 -0

  configure.in@1.421, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +14 -0
    Add a configure-time option to enable/disable query profiling.  The
    default is enabled.

  include/my_dbug.h@1.22, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +6 -6
    
    
    DBUG_* statements should be syntactically equivalent to a single 
    statement.

  myisam/mi_open.c@1.101.1.2, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +1 -1
    DBUG_* statements should be syntactically equivalent to a single 
    statement.

  mysql-test/r/information_schema.result@1.119, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +7 -4
    Updated (re-recorded) tests that I missed somehow.  I verified these
    for correctness.

  mysql-test/r/information_schema_db.result@1.10, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +1 -0
    Updated test results I missed.

  mysql-test/r/mysqlshow.result@1.5, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +2 -0
    Fix merge problems.

  mysql-test/r/profiling.result@1.1, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +365 -0
    New BitKeeper file ``mysql-test/r/profiling.result''
    ---
    Include more verbose that describes the queries so far.
    
    Include Giuseppe's tests.
    ---
    Selecting from I_S.profiling is no longer quashed in profiling, as
    requested by Giuseppe.

  mysql-test/r/profiling.result@1.0, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +0 -0

  mysql-test/t/profiling.test@1.1, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +195 -0
    New BitKeeper file ``mysql-test/t/profiling.test''
    ---
    Include more verbose that describes the queries so far.
    
    Include Giuseppe's tests.
    ---
    Selecting from I_S.profiling is no longer quashed in profiling, as
    requested by Giuseppe.

  mysql-test/t/profiling.test@1.0, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +0 -0

  ndb/src/ndbapi/DictCache.cpp@1.21, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +1 -1
    DBUG_* statements should be syntactically equivalent to a single 
    statement.

  sql/ha_archive.cc@1.81, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +2 -2
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/ha_berkeley.cc@1.166, 2007-02-22 10:03:02-05:00, cmiller@zippy.cornsilk.net +2 -2
    Include patch backported to 5.0-global.
    
    THD::options is a ulonglong, not ulong.

  sql/ha_myisam.cc@1.174, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +12 -12
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/ha_myisammrg.cc@1.87.1.1, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +1 -1
    DBUG_* statements should be syntactically equivalent to a single 
    statement.

  sql/ha_ndbcluster.cc@1.292.2.1, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +2 -2
    DBUG_* statements should be syntactically equivalent to a single 
    statement.

  sql/item_cmpfunc.cc@1.228.4.1, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +1 -1
    DBUG_* statements should be syntactically equivalent to a single 
    statement.

  sql/item_func.cc@1.324, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +4 -4
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/lock.cc@1.90.1.4, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +4 -4
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/log_event.cc@1.214.1.5, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +4 -4
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/mysql_priv.h@1.425.1.5, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +40 -33
    Use 64-bit constants for the 64-bit bit field.
    
    Add a new option bit for whether profiling is active or not.

  sql/mysqld.cc@1.586.2.2, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +8 -1
    Add semicolon to DBUG statement.
    
    Add a new system variable and set it.
    ---
    Set the minimum, which is zero and not 50.

  sql/repl_failsafe.cc@1.65, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +5 -5
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/set_var.cc@1.173.1.3, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +16 -2
    Make a new system global variable and session variable, to determine
    behavior of profiling.	
    ---
    Include patch backported to 5.0-global.
    
    THD::options is a ulonglong, not ulong.

  sql/set_var.h@1.78.2.1, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +2 -2
    The THD::options bit field is ulonglong, not ulong.

  sql/slave.cc@1.289, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +20 -20
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.
    ---
    Include patch backported to 5.0-global.
    
    THD::options is a ulonglong, not ulong.

  sql/sp_head.cc@1.225.1.5, 2007-02-22 10:03:03-05:00, cmiller@zippy.cornsilk.net +2 -2
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/sql_base.cc@1.363, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +15 -15
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.
    ---
    Include patch backported to 5.0-global.
    
    THD::options is a ulonglong, not ulong.

  sql/sql_cache.cc@1.99, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +11 -11
    DBUG_* statements should be syntactically equivalent to a single 
    statement.
    ---
    Fix merge problems.

  sql/sql_class.cc@1.258, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +2 -1
    Insert a pointer to the current thread in the profiling code.
    ---
    Manual merge, undoing first patch.
    ---
    Fix merge problems.

  sql/sql_class.h@1.316, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +6 -1
    Create a new system variable, profiling_history_size, and add a 
    member to THD to hold profiling information about this thread's 
    execution.
    ---
    Manual merge, undoing first patch.

  sql/sql_delete.cc@1.190, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +7 -7
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.
    ---
    Include patch backported to 5.0-global.
    
    THD::options is a ulonglong, not ulong.

  sql/sql_insert.cc@1.213, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +19 -19
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.
    ---
    Fix merge problems.

  sql/sql_lex.cc@1.206.1.5, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +2 -1
    Initialize profiling options to empty.
    ---
    Manual merge, undoing first patch.

  sql/sql_lex.h@1.238, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +7 -2
    Add info to the lexer object so that we can hold data that comes from
    parsing statements.
    
    Reuse memory addresses of uints that can't occur in the same state-
    ment.
    
    This is dangerous because it involves knowledge of what symbols are 
    never used together, which is information stored obliquely in another
    file.
    ---
    Manual merge, undoing first patch.

  sql/sql_parse.cc@1.595, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +47 -24
    Add hooks to the parser to jump to profiling code.
    
    If profiling is not present, then return an error message upon being
    used.
    ---
    Manual merge, undoing first patch.
    ---
    Fix merge problems.
    ---
    Include patch backported to 5.0-global.
    
    THD::options is a ulonglong, not ulong.

  sql/sql_prepare.cc@1.190.1.1, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +1 -0
    From prepared statement execution, set the query source in the 
    profiler, as we can't get it from  thd .
    ---
    Make it less expensive to limit the size of the queries.

  sql/sql_profile.cc@1.1, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +813 -0
    New BitKeeper file ``sql/sql_profile.cc''
    ---
    If query_source is NULL, as can sometimes happen, then don't try
    to copy that memory.
    ---
    Make each new session use its own numbering of query_ids, and not
    show the global-pool numbers to the user.
    
    Provide a way for prepared statements to set the query_source.
    ---
    Selecting from I_S.profiling is no longer quashed in profiling, as
    requested by Giuseppe.
    
    Limit the size of captured query text.
    
    No longer log queries that are zero length.

  sql/sql_profile.cc@1.0, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +0 -0

  sql/sql_profile.h@1.1, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +241 -0
    New BitKeeper file ``sql/sql_profile.h''
    ---
    Make each new session use its own numbering of query_ids, and not
    show the global-pool numbers to the user.
    
    Provide a way for prepared statements to set the query_source.
    ---
    Make it less expensive to limit the size of the queries.

  sql/sql_profile.h@1.0, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +0 -0

  sql/sql_repl.cc@1.157, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +9 -9
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/sql_select.cc@1.478.2.2, 2007-02-22 10:03:04-05:00, cmiller@zippy.cornsilk.net +23 -24
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.
    ---
    Fix merge problems.

  sql/sql_show.cc@1.333.1.4, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +5 -3
    Abstract setting thread-info into a function or macro.
    
    Also, remove "static" qualification on schema_table_store_record()
    so that external functions may use it.
    ---
    Manual merge, undoing first patch.

  sql/sql_table.cc@1.331, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +10 -10
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/sql_update.cc@1.205.1.4, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +7 -7
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/sql_view.cc@1.103, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +1 -1
    Abstract setting thread-info into a function or macro.
    ---
    Manual merge, undoing first patch.

  sql/sql_yacc.yy@1.502, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +48 -32
    Add new lexer symbols and insert new grammatical rules necessary to 
    retreive profiling information.
    ---
    Manual merge, undoing first patch.
    ---
    Fix merge problems.

  sql/table.h@1.137.1.1, 2007-02-22 10:03:05-05:00, cmiller@zippy.cornsilk.net +1 -0
    Add enum item for query profiling.

ChangeSet@1.2411.1.2, 2007-02-13 15:49:42-08:00, igor@olga.mysql.com +2 -0
  Post-merge fix

  mysql-test/r/select.result@1.150, 2007-02-13 15:49:40-08:00, igor@olga.mysql.com +0 -1
    Post-merge fix

  mysql-test/t/select.test@1.124, 2007-02-13 15:49:40-08:00, igor@olga.mysql.com +0 -1
    Post-merge fix

ChangeSet@1.2413, 2007-02-13 16:35:29-05:00, cmiller@zippy.cornsilk.net +2 -0
  Bug#25807: LOAD DATA INFILE does not work with Pipes
  
  Showstopper and regression against 5.0.24.
  
  Previously, we ignored seek() errors (see Bug#22828) and let seek()s
  against pipes fail.  Now, since we check that a seek didn't fail,
  and return without reading, this bug popped up.
  
  This restores the behavior for file-ish objects that could never be 
  seek()ed.

  BitKeeper/etc/collapsed@1.25, 2007-02-13 15:11:04-05:00, cmiller@zippy.cornsilk.net +2 -0

  mysys/mf_iocache.c@1.65, 2007-02-13 16:35:28-05:00, cmiller@zippy.cornsilk.net +35 -6
    If we detect early that the file is not tell()able, then we should
    assume that it's also not seek()able and therefore we should never
    set the (poorly named) "seek_not_done" flag so that we don't immedi-
    ately try to seek() when reading later.
    
    The problem was that tell() was returning -1, so when we read later, 
    we needlessly tried to seek to position  (unsigned long) -1 . 
    
    Also, if we think we're supposed to seek to a position in a file and 
    the file is un-tell()able, then abort.

ChangeSet@1.1616.2954.2, 2007-02-13 00:55:45+04:00, holyfoot@mysql.com +1 -0
  bug #25492 (Invalid deallocation in mysql_stmt_fetch)

  libmysqld/lib_sql.cc@1.75.1.62, 2007-02-13 00:55:44+04:00, holyfoot@mysql.com +26 -6
    code modified to prevent freeing of memory that wasn't malloc-ed.
    Now we check if MYSQL_STMT::result was used.

ChangeSet@1.2377.31.1, 2007-02-12 19:28:49+04:00, gluh@mysql.com +1 -0
  valgrind error fix

  sql/opt_range.cc@1.241, 2007-02-12 19:28:48+04:00, gluh@mysql.com +12 -7
    valgrind error fix

ChangeSet@1.2377.26.10, 2007-02-12 16:02:53+02:00, gkodinov@macbook.gmz +1 -0
  Fixed MacOSX/Intel linking problem
   Common symbols with and without initialization
   cause the apple linker to exclude then from the
   list of global symbols.

  mysys/my_pthread.c@1.48, 2007-02-12 16:02:47+02:00, gkodinov@macbook.gmz +1 -1
    Fixed MacOSX/Intel linking problem
     Common symbols with and without initialization
     cause the apple linker to exclude then from the
     list of global symbols.

ChangeSet@1.1616.2965.1, 2007-02-12 14:31:44+01:00, tnurnberg@mysql.com +4 -0
  Bug#24660: "enum" field type definition problem
  
  ENUMs weren't allowed to have character 0xff, a perfectly good character in some locales.
  This was circumvented by mapping 0xff in ENUMs to ',', thereby prevent actual commas from
  being used. Now if 0xff makes an appearance, we find a character not used in the enum and
  use that as a separator. If no such character exists, we throw an error.
  
  Any solution would have broken some sort of existing behaviour. This solution should
  serve both fractions (those with 0xff and those with ',' in their enums), but
  WILL REQUIRE A DUMP/RESTORE CYCLE FROM THOSE WITH 0xff IN THEIR ENUMS. :-/
  That is, mysqldump with their current server, and restore when upgrading to one with
  this patch.

  mysql-test/r/type_enum.result@1.24.1.3, 2007-02-12 14:31:43+01:00, tnurnberg@mysql.com +25 -0
    Bug#24660: "enum" field type definition problem
    
    Show that enums can now contain NAMES_SEP_CHAR (0xff, which is a perfectly respectable
    char in some locales), or ',', or both.

  mysql-test/t/type_enum.test@1.17, 2007-02-12 14:31:43+01:00, tnurnberg@mysql.com +21 -1
    Bug#24660: "enum" field type definition problem
    
    Show that enums can now contain NAMES_SEP_CHAR (0xff, which is a perfectly respectable
    char in some locales), or ',', or both.

  sql/table.cc@1.111.8.1, 2007-02-12 14:31:43+01:00, tnurnberg@mysql.com +0 -11
    Bug#24660: "enum" field type definition problem
    
    Revert fix for Bug#20922.

  sql/unireg.cc@1.43.1.9, 2007-02-12 14:31:43+01:00, tnurnberg@mysql.com +40 -21
    Bug#24660: "enum" field type definition problem
    
    Use a field-separator for ENUM-values that is not part of those values. If impossible,
    throw error.

ChangeSet@1.2377.26.9, 2007-02-12 16:06:14+04:00, gluh@mysql.com +7 -0
  Bug#24630 Subselect query crashes mysqld
  The crash happens because second filling of the same I_S table happens in
  case of subselect with order by. table->sort.io_cache previously allocated
  in create_sort_index() is deleted during second filling
  (function get_schema_tables_result). There are two places where
  I_S table can be filled: JOIN::exec and create_sort_index().
  To fix the bug we should check if the table was already filled
  in one of these places and skip processing of the table in second.

  mysql-test/r/information_schema.result@1.117.1.3, 2007-02-12 16:06:12+04:00, gluh@mysql.com +37 -0
    test case

  mysql-test/t/information_schema.test@1.88.1.2, 2007-02-12 16:06:12+04:00, gluh@mysql.com +24 -0
    test case

  sql/mysql_priv.h@1.432.1.2, 2007-02-12 16:06:12+04:00, gluh@mysql.com +2 -1
    added new parameter 'executed_place' to function get_schema_tables_result()

  sql/sql_select.cc@1.488.2.1, 2007-02-12 16:06:12+04:00, gluh@mysql.com +2 -2
    added new parameter 'executed_place' to function get_schema_tables_result()

  sql/sql_show.cc@1.339, 2007-02-12 16:06:12+04:00, gluh@mysql.com +20 -8
    added more accurate check for cases when we need to refresh I_S table

  sql/table.cc@1.243, 2007-02-12 16:06:12+04:00, gluh@mysql.com +1 -1
    added more accurate check for cases when we need to refresh I_S table

  sql/table.h@1.138, 2007-02-12 16:06:12+04:00, gluh@mysql.com +7 -1
    added more accurate check for cases when we need to refresh I_S table

ChangeSet@1.2377.30.1, 2007-02-12 15:41:36+04:00, holyfoot@mysql.com +5 -0
  bug #20691 (INSERT (DEFAULT) may insert garbage with NO DEFAULT NOT NULL field)
  
  Some fields (GEOMETRY first of all) can't be handled properly in this
  case at all. So we return an error in this case

  mysql-test/r/default.result@1.5, 2007-02-12 15:41:34+04:00, holyfoot@mysql.com +11 -1
    result fixed

  mysql-test/r/gis.result@1.39, 2007-02-12 15:41:34+04:00, holyfoot@mysql.com +4 -0
    result fixed

  mysql-test/t/default.test@1.6, 2007-02-12 15:41:34+04:00, holyfoot@mysql.com +8 -1
    VIEW test added

  mysql-test/t/gis.test@1.32, 2007-02-12 15:41:34+04:00, holyfoot@mysql.com +9 -0
    testcase added

  sql/item.cc@1.252.2.1, 2007-02-12 15:41:34+04:00, holyfoot@mysql.com +7 -1
    set_defaults() changed with the 'reset()'

ChangeSet@1.2377.29.3, 2007-02-11 19:36:46-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #26209.
  The function make_unireg_sortorder ignored the fact that any
  view field is represented by a 'ref' object.
  This could lead to wrong results for the queries containing
  both GROUP BY and ORDER BY clauses.

  mysql-test/r/view.result@1.191, 2007-02-11 19:36:44-08:00, igor@olga.mysql.com +18 -0
    Added a test case for bug #26209.

  mysql-test/t/view.test@1.176, 2007-02-11 19:36:44-08:00, igor@olga.mysql.com +20 -0
    Added a test case for bug #26209.

  sql/sql_select.cc@1.488.1.1, 2007-02-11 19:36:44-08:00, igor@olga.mysql.com +8 -8
    Fixed bug #26209.
    The function make_unireg_sortorder ignored the fact that any
    view field is represented by a 'ref' object.
    This could lead to wrong results for the queries containing
    both GROUP BY and ORDER BY clauses.
    
    
     

ChangeSet@1.2377.29.2, 2007-02-11 22:52:12+03:00, evgen@moonbone.local +2 -0
  sql_view.cc:
    Post fix for bug#12122.
  information_schema.result:
    Corrected test case after fixing bug#12122.

  mysql-test/r/information_schema.result@1.117.1.2, 2007-02-11 22:50:42+03:00, evgen@moonbone.local +1 -2
    Corrected test case after fixing bug#12122.

  sql/sql_view.cc@1.101.1.2, 2007-02-11 22:50:01+03:00, evgen@moonbone.local +1 -0
    Post fix for bug#12122.

ChangeSet@1.2377.26.7, 2007-02-10 23:55:56-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #26159.
  A wrong order of statements in QUICK_GROUP_MIN_MAX_SELECT::reset
  caused a crash when a query with DISTINCT was executed by a loose scan
  for an InnoDB table that had been emptied. 

  mysql-test/r/innodb_mysql.result@1.16, 2007-02-10 23:55:54-08:00, igor@olga.mysql.com +27 -0
    Added a test case for bug #26159.

  mysql-test/t/innodb_mysql.test@1.16, 2007-02-10 23:55:54-08:00, igor@olga.mysql.com +26 -0
    Added a test case for bug #26159.

  sql/opt_range.cc@1.240, 2007-02-10 23:55:54-08:00, igor@olga.mysql.com +4 -5
    Fixed bug #26159.
    A wrong order of statements in QUICK_GROUP_MIN_MAX_SELECT::reset
    caused a crash when a query with DISTINCT was executed by a loose scan
    for an InnoDB table that had been emptied. 
    For an empty table quick_prefix_select->reset() was not called at all
    and thus some important initialization steps were missing.

ChangeSet@1.2377.28.1, 2007-02-10 00:00:07+03:00, evgen@moonbone.local +3 -0
  Bug#12122: The MERGE algorithm isn't applicable if the ORDER BY clause is
  present.
  
  A view created with CREATE VIEW ... ORDER BY ... cannot be resolved with
  the MERGE algorithm, even when no other part of the CREATE VIEW statement
  would require the view to be resolved using the TEMPTABLE algorithm.
  
  The check for presence of the ORDER BY clause in the underlying select is 
  removed from the st_lex::can_be_merged() function.
  The ORDER BY list of the underlying select is appended to the ORDER BY list 

  mysql-test/r/view.result@1.190, 2007-02-09 23:36:42+03:00, evgen@moonbone.local +39 -0
    Added a test case for bug#12122: Views with ORDER BY can't be resolved using MERGE algorithm.

  mysql-test/t/view.test@1.175, 2007-02-09 23:35:58+03:00, evgen@moonbone.local +14 -0
    Added a test case for bug#12122: Views with ORDER BY can't be resolved using MERGE algorithm.

  sql/sql_lex.cc@1.211, 2007-02-09 23:59:09+03:00, evgen@moonbone.local +0 -1
    Bug#12122: Views with ORDER BY can't be resolved using MERGE algorithm.
    The st_lex::can_be_merged() function now allows views with the ORDER BY
    clause to be resolved using MERGE algorithm. The ORDER BY list of the view 
    is appended to the ORDER BY list of the embedding select.

ChangeSet@1.2377.23.6, 2007-02-09 12:54:50-08:00, igor@olga.mysql.com +4 -0
  Fixed bug #26017.
  Objects of the class Item_equal contain an auxiliary member
  eval_item of the type cmp_item that is used only for direct 
  evaluation of multiple equalities. Currently a multiple equality
  is evaluated directly only in the cases when the equality holds
  at most for one row in the result set.
  The compare collation of eval_item was determined incorectly.
  It could lead to returning incorrect results for some queries.

  mysql-test/r/join_outer.result@1.53, 2007-02-09 12:54:48-08:00, igor@olga.mysql.com +20 -0
    Added a test case for bug #26017.

  mysql-test/t/join_outer.test@1.39, 2007-02-09 12:54:48-08:00, igor@olga.mysql.com +23 -0
    Added a test case for bug #26017.

  sql/item_cmpfunc.cc@1.231.1.2, 2007-02-09 12:54:48-08:00, igor@olga.mysql.com +1 -3
    Fixed bug #26017.
    Objects of the class Item_equal contain an auxiliary member
    eval_item of the type cmp_item that is used only for direct 
    evaluation of multiple equalities. Currently a multiple equality
    is evaluated directly only in the cases when the equality holds
    at most for one row in the result set.
    The compare collation of eval_item was determined incorrectly.
    It could lead to returning incorrect results for some queries.
    
       

  sql/item_cmpfunc.h@1.139.1.1, 2007-02-09 12:54:48-08:00, igor@olga.mysql.com +0 -1
    Fixed bug #26017.
    Removed the cmp_collation member from the Item_equal class as useless
    for the current implementation of the class.

ChangeSet@1.2377.26.5, 2007-02-09 22:25:09+03:00, evgen@moonbone.local +3 -0
  Bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were
  inserted.
  
  The select_insert::send_eof() function now resets LAST_INSERT_ID variable if
  no rows were inserted.

  mysql-test/r/insert_select.result@1.44, 2007-02-09 22:24:54+03:00, evgen@moonbone.local +14 -0
    Added a test case for bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were inserted.

  mysql-test/t/insert_select.test@1.36, 2007-02-09 22:24:52+03:00, evgen@moonbone.local +13 -0
    Added a test case for bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were inserted.

  sql/sql_insert.cc@1.211.1.5, 2007-02-09 22:24:54+03:00, evgen@moonbone.local +1 -1
    Bug#23170: LAST_INSERT_ID isn't reset to 0 in INSERT .. SELECT when no rows were
    inserted.The select_insert::send_eof() function now resets LAST_INSERT_ID variable if
    no rows were inserted.

ChangeSet@1.2377.27.1, 2007-02-09 11:05:23+02:00, gkodinov@macbook.gmz +1 -0
  Addendum to fix of bug #22344 : removed dead code.

  sql/item.cc@1.254, 2007-02-09 11:05:17+02:00, gkodinov@macbook.gmz +1 -12
    Addendum to fix of bug #22344 : removed dead code.

ChangeSet@1.2377.4.23, 2007-02-09 00:10:40+01:00, kent@mysql.com +1 -0
  make_binary_distribution.sh:
    Copy "ndb_size.tmpl" into binary distribution (Bug#24191)

  scripts/make_binary_distribution.sh@1.120, 2007-02-09 00:10:26+01:00, kent@mysql.com +1 -0
    Copy "ndb_size.tmpl" into binary distribution (Bug#24191)

ChangeSet@1.2377.23.5, 2007-02-07 14:41:57-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #25931.
  View check option clauses were ignored for updates of multi-table
  views when the updates could not be performed on fly and the rows
  to update had to be put into temporary tables first.
  

  mysql-test/r/view.result@1.189, 2007-02-07 14:41:54-08:00, igor@olga.mysql.com +27 -1
    Added a test case for bug #25931.

  mysql-test/t/view.test@1.174, 2007-02-07 14:41:54-08:00, igor@olga.mysql.com +23 -1
    Added a test case for bug #25931.
    Adjusted another existed test case to have the correct result.

  sql/sql_update.cc@1.212, 2007-02-07 14:41:54-08:00, igor@olga.mysql.com +9 -0
    Fixed bug #25931.
    View check option clauses were ignored for updates of multi-table
    views when the updates could not be performed on fly and the rows
    to update had to be put into temporary tables first.
    Added the required check to multi_update::do_updates to fix the problem.  

ChangeSet@1.2407, 2007-02-07 15:11:03+01:00, msvensson@pilot.mysql.com +1 -0
  Avoid problem with "noinst_HEADERS" being sucked into "mysqld_LDADD" if openssl_libs and yassl_libs are empty strings

  sql/Makefile.am@1.130.1.1, 2007-02-07 15:11:02+01:00, msvensson@pilot.mysql.com +2 -1
    Avoid problem with "noinst_HEADERS" being sucked into "mysqld_LDADD" if openssl_libs and yassl_libs are empty strings

ChangeSet@1.2281.4.16, 2007-02-07 11:36:34+01:00, mskold@mysql.com +4 -0
  NdbScanOperation.hpp, NdbScanOperation.cpp, ha_ndbcluster.cc:
    bug#25821  Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound
  ha_ndbcluster.h:
    Removed stray mthod declaration

  ndb/include/ndbapi/NdbScanOperation.hpp@1.37.1.3, 2007-02-07 11:36:14+01:00, mskold@mysql.com +2 -1
    bug#25821  Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound

  ndb/src/ndbapi/NdbScanOperation.cpp@1.79.1.2, 2007-02-07 11:36:15+01:00, mskold@mysql.com +8 -2
    bug#25821  Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound

  sql/ha_ndbcluster.cc@1.285.1.10, 2007-02-07 11:36:15+01:00, mskold@mysql.com +2 -4
    bug#25821  Excessive partition pruning for multi-range index scan in NDB API: added multi_range error checking in end_of_bound

  sql/ha_ndbcluster.h@1.107.1.2, 2007-02-07 11:31:44+01:00, mskold@mysql.com +0 -1
    Removed stray mthod declaration

ChangeSet@1.2281.4.15, 2007-02-07 09:19:33+01:00, mskold@mysql.com +1 -0
  bug#25821  Excessive partition pruning for multi-range index scan in NDB API: post-review fix, added default value

  ndb/include/ndbapi/NdbScanOperation.hpp@1.37.1.2, 2007-02-07 09:19:19+01:00, mskold@mysql.com +1 -1
    bug#25821  Excessive partition pruning for multi-range index scan in NDB API: post-review fix, added default value

ChangeSet@1.2377.23.4, 2007-02-07 00:18:36-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #26124: SELECT from a view wrapper over a table 
  with a column of the DATETIME type could return a wrong 
  result set if the WHERE clause included a BETWEEN condition
  on the column.
  Fixed the method Item_func_between::fix_length_and_dec
  where the aggregation type for BETWEEN predicates calculated
  incorrectly if the first argument was a view column of the
  DATETIME type.

  mysql-test/r/view.result@1.188, 2007-02-07 00:18:34-08:00, igor@olga.mysql.com +18 -0
    Added a test case for bug #26124.

  mysql-test/t/view.test@1.173, 2007-02-07 00:18:34-08:00, igor@olga.mysql.com +16 -0
    Added a test case for bug #26124.

  sql/item_cmpfunc.cc@1.231.1.1, 2007-02-07 00:18:34-08:00, igor@olga.mysql.com +2 -2
    Fixed bug #26124: SELECT from a view wrapper over a table 
    with a column of the DATETIME type could return a wrong 
    result set if the WHERE clause included a BETWEEN condition
    on the column.
    Fixed the method Item_func_between::fix_length_and_dec
    where the aggregation type for BETWEEN predicates calculated
    incorrectly if the first argument was a view column of the
    DATETIME type.
     

ChangeSet@1.2281.4.14, 2007-02-06 23:06:58+01:00, mskold@mysql.com +7 -0
  Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

  mysql-test/r/ndb_read_multi_range.result@1.8, 2007-02-06 23:05:56+01:00, mskold@mysql.com +7 -0
    Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

  mysql-test/t/ndb_read_multi_range.test@1.9, 2007-02-06 23:05:56+01:00, mskold@mysql.com +9 -0
    Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

  ndb/include/ndbapi/NdbIndexScanOperation.hpp@1.21.1.1, 2007-02-06 23:05:56+01:00, mskold@mysql.com +4 -2
    Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

  ndb/include/ndbapi/NdbScanOperation.hpp@1.37.1.1, 2007-02-06 23:05:56+01:00, mskold@mysql.com +4 -1
    Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

  ndb/src/ndbapi/NdbScanOperation.cpp@1.79.1.1, 2007-02-06 23:05:56+01:00, mskold@mysql.com +3 -2
    Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

  sql/ha_ndbcluster.cc@1.285.1.9, 2007-02-06 23:05:56+01:00, mskold@mysql.com +1 -1
    Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

  sql/ha_ndbcluster.h@1.107.1.1, 2007-02-06 23:05:56+01:00, mskold@mysql.com +1 -0
    Fix for bug#25821  Excessive partition pruning for multi-range index scan in NDB API: don't set distribution key if multi_range

ChangeSet@1.1616.2963.1, 2007-02-06 23:00:18+01:00, msvensson@neptunus.(none) +1 -0
  Bug#25344  Segmentation violation when try to run the perror utility
   - strerror might return NULL on some platforms

  extra/perror.c@1.33.1.7, 2007-02-06 23:00:16+01:00, msvensson@neptunus.(none) +4 -1
    Backport fix from 5.0

ChangeSet@1.2377.23.3, 2007-02-07 00:46:03+03:00, evgen@moonbone.local +5 -0
  Bug#19978: INSERT .. ON DUPLICATE erroneously reports some records were
  updated.
  
  INSERT ... ON DUPLICATE KEY UPDATE reports that a record was updated when
  the duplicate key occurs even if the record wasn't actually changed
  because the update values are the same as those in the record.
  
  Now the compare_record() function is used to check whether the record was
  changed and the update of a record reported only if the record differs
  from the original one.

  mysql-test/r/insert_select.result@1.43, 2007-02-07 00:45:39+03:00, evgen@moonbone.local +12 -0
    Added a test case for bug#19978: INSERT .. ON DUPLICATE erroneously reports
    some records were updated.

  mysql-test/t/insert_select.test@1.35, 2007-02-07 00:45:19+03:00, evgen@moonbone.local +13 -0
    Added a test case for bug#19978: INSERT .. ON DUPLICATE erroneously reports
    some records were updated.

  sql/mysql_priv.h@1.432.1.1, 2007-02-07 00:45:00+03:00, evgen@moonbone.local +1 -0
    Bug#19978: INSERT .. ON DUPLICATE erroneously reports some records were
    updated.
    Added the prototype of the compare_record() function.
    

  sql/sql_insert.cc@1.211.1.4, 2007-02-07 00:44:35+03:00, evgen@moonbone.local +16 -10
    Bug#19978: INSERT .. ON DUPLICATE erroneously reports some records were
    updated.
    Now the compare_record() function is used to check whether the record was
    changed and the update of a record reported only if the record differs
    from the original one.

  sql/sql_update.cc@1.211, 2007-02-07 00:44:19+03:00, evgen@moonbone.local +1 -1
    Bug#19978: INSERT .. ON DUPLICATE erroneously reports some records were
    updated.
    The compare_record() function was changed to non-static one.

ChangeSet@1.2377.24.1, 2007-02-06 19:07:48+01:00, hhunger@hh-nb.hungers +219 -0
  copy from test-extra-5.0 to main tree

  BitKeeper/etc/ignore@1.239.1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +1 -0
    Added mysql-test/mysql-test-run-shell to the ignore list

  mysql-test/suite/funcs_1/README.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +112 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/README.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/bitdata/bitdata_master.test@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/bitdata/bitdata_master.test@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/cursors/cursors_master.test@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +4 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/cursors/cursors_master.test@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/innodb_tb1.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/innodb_tb1.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/innodb_tb2.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/innodb_tb2.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/innodb_tb3.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/innodb_tb3.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/innodb_tb4.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/innodb_tb4.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/memory_tb1.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/memory_tb1.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/memory_tb2.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/memory_tb2.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/memory_tb3.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/memory_tb3.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/memory_tb4.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/memory_tb4.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/myisam_tb1.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/myisam_tb1.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/myisam_tb2.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/myisam_tb2.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/myisam_tb3.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/myisam_tb3.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/myisam_tb4.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/myisam_tb4.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/t3.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/t3.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/t4.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/t4.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/t7.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/t7.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/data/t9.txt@1.1, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/data/t9.txt@1.0, 2007-02-06 18:54:34+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +60 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_bug_12777.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_load.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +121 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_load.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_master.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +3903 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_master.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +56 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_show_schema.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_show_table_design.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +28 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_show_table_design.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +62 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables_error.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +33 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables_error.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +80 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1044.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +51 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1044.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1049.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +49 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1049.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1051.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +49 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1051.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1146.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +49 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1146.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1288.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +49 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/datadict/datadict_tables_error_1288.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/create_database.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/create_database.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/create_user_lowest_priv.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +10 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/create_user_lowest_priv.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/create_user_no_super.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +11 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/create_user_no_super.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/innodb_tb1.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +69 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/innodb_tb1.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/innodb_tb2.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +61 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/innodb_tb2.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/innodb_tb3.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +68 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/innodb_tb3.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/innodb_tb4.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +68 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/innodb_tb4.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/memory_tb1.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +63 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/memory_tb1.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/memory_tb2.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +64 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/memory_tb2.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/memory_tb3.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +66 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/memory_tb3.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/memory_tb4.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +70 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/memory_tb4.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/myisam_tb1.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +68 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/myisam_tb1.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/myisam_tb2.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +80 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/myisam_tb2.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/myisam_tb3.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +68 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/myisam_tb3.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/myisam_tb4.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +88 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/myisam_tb4.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/show_connection.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +14 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/show_connection.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/include/sp_tb.inc@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +68 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/include/sp_tb.inc@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/lib/DataGen_local.pl@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +1247 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/lib/DataGen_local.pl@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/lib/DataGen_modify.pl@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +3960 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/lib/DataGen_modify.pl@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/a_version_check.result@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +11 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/a_version_check.result@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb__datadict.result@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +13118 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb__datadict.result@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb__load.result@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +1 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb__load.result@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_bitdata.result@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +67 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_bitdata.result@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_cursors.result@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +81 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_cursors.result@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_func_view.result@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +6472 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_func_view.result@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_storedproc.result@1.1, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +19734 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_storedproc.result@1.0, 2007-02-06 18:54:35+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_storedproc_02.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +1387 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_storedproc_02.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_storedproc_03.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +490 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_storedproc_03.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_storedproc_06.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +399 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_storedproc_06.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_storedproc_07.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +172 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_storedproc_07.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_storedproc_08.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +637 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_storedproc_08.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_storedproc_10.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +321 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_storedproc_10.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_trig_0102.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +364 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_trig_0102.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_trig_03.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +751 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_trig_03.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_trig_0407.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +480 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_trig_0407.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_trig_08.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +499 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_trig_08.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_trig_09.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +271 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_trig_09.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_trig_1011ext.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +399 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_trig_1011ext.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_trig_frkey.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +140 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_trig_frkey.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_triggers.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +2331 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_triggers.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_views.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +11434 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_views.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/innodb_views.warnings@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +2 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/innodb_views.warnings@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory__datadict.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +13016 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory__datadict.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory__load.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +1 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory__load.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_bitdata.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +68 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_bitdata.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_cursors.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +78 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_cursors.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_func_view.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +6472 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_func_view.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_storedproc.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +19740 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_storedproc.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_storedproc_02.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +1387 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_storedproc_02.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_storedproc_03.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +490 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_storedproc_03.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_storedproc_06.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +399 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_storedproc_06.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_storedproc_07.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +172 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_storedproc_07.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_storedproc_08.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +637 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_storedproc_08.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_storedproc_10.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +321 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_storedproc_10.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_trig_0102.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +360 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_trig_0102.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_trig_03.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +747 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_trig_03.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_trig_0407.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +476 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_trig_0407.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_trig_08.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +495 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_trig_08.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_trig_09.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +267 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_trig_09.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_trig_1011ext.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +402 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_trig_1011ext.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_triggers.result@1.1, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +2262 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_triggers.result@1.0, 2007-02-06 18:54:36+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_views.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +11439 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_views.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/memory_views.warnings@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +2 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/memory_views.warnings@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam__datadict.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +13270 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam__datadict.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam__load.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +1 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam__load.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_bitdata.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +76 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_bitdata.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_cursors.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +84 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_cursors.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_func_view.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +6472 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_func_view.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_storedproc.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +19740 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_storedproc.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_storedproc_02.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +1387 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_storedproc_02.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_storedproc_03.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +490 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_storedproc_03.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_storedproc_06.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +399 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_storedproc_06.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_storedproc_07.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +172 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_storedproc_07.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_storedproc_08.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +637 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_storedproc_08.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_storedproc_10.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +321 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_storedproc_10.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_trig_0102.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +364 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_trig_0102.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_trig_03.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +751 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_trig_03.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_trig_0407.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +480 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_trig_0407.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_trig_08.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +499 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_trig_08.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_trig_09.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +271 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_trig_09.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_trig_1011ext.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +406 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_trig_1011ext.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_triggers.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +2266 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_triggers.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_views.result@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +10761 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_views.result@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/r/myisam_views.warnings@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +2 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/r/myisam_views.warnings@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/cleanup_sp_tb.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/cleanup_sp_tb.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/load_sp_tb.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +68 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/load_sp_tb.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_02.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +1531 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_02.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_03.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +464 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_03.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_06.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +452 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_06.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_07.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +118 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_07.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_08.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +118 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_08.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_08_show.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +30 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_08_show.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_10.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +288 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_10.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/storedproc/storedproc_master.inc@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +29346 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/storedproc/storedproc_master.inc@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/a_version_check.test@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +29 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/a_version_check.test@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/disabled.def@1.1, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +15 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/disabled.def@1.0, 2007-02-06 18:54:37+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb__datadict.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +7 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb__datadict.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb__load.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +47 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb__load.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_bitdata.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_bitdata.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_cursors.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_cursors.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_func_view.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +16 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_func_view.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_storedproc.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_storedproc.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_storedproc_02.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_storedproc_02.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_storedproc_03.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_storedproc_03.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_storedproc_06.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_storedproc_06.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_storedproc_07.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_storedproc_07.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_storedproc_08.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_storedproc_08.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_storedproc_10.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_storedproc_10.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_trig_0102.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_trig_0102.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_trig_03.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_trig_03.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_trig_0407.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_trig_0407.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_trig_08.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_trig_08.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_trig_09.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_trig_09.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_trig_1011ext.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_trig_1011ext.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_trig_frkey.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +34 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_trig_frkey.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/innodb_views.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +46 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/innodb_views.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory__datadict.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +5 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory__datadict.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory__load.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +45 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory__load.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_bitdata.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_bitdata.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_cursors.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_cursors.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_func_view.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +15 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_func_view.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_storedproc.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_storedproc.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_storedproc_02.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_storedproc_02.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_storedproc_03.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_storedproc_03.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_storedproc_06.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_storedproc_06.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_storedproc_07.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_storedproc_07.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_storedproc_08.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_storedproc_08.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_storedproc_10.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_storedproc_10.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_trig_0102.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_trig_0102.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_trig_03.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_trig_03.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_trig_0407.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_trig_0407.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_trig_08.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_trig_08.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_trig_09.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_trig_09.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_trig_1011ext.test@1.1, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_trig_1011ext.test@1.0, 2007-02-06 18:54:38+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/memory_views.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +44 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/memory_views.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam__datadict.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +5 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam__datadict.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam__load.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +45 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam__load.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_bitdata.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_bitdata.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_cursors.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_cursors.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_func_view.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +15 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_func_view.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_storedproc.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_storedproc.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_storedproc_02.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_storedproc_02.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_storedproc_03.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_storedproc_03.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_storedproc_06.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_storedproc_06.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_storedproc_07.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_storedproc_07.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_storedproc_08.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_storedproc_08.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_storedproc_10.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +6 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_storedproc_10.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_trig_0102.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_trig_0102.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_trig_03.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_trig_03.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_trig_0407.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_trig_0407.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_trig_08.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_trig_08.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_trig_09.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_trig_09.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_trig_1011ext.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +32 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_trig_1011ext.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/t/myisam_views.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +49 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/t/myisam_views.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/trig_frkey.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +93 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/trig_frkey.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/trig_frkey2.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +244 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/trig_frkey2.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/triggers_0102.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +447 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/triggers_0102.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/triggers_03.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +735 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/triggers_03.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/triggers_0407.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +611 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/triggers_0407.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/triggers_08.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +531 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/triggers_08.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/triggers_09.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +318 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/triggers_09.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/triggers_1011ext.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +401 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/triggers_1011ext.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/triggers/triggers_master.test@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +2818 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/triggers/triggers_master.test@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/func_view.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +1404 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/func_view.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/fv1.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +5 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/fv1.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/fv2.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +5 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/fv2.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/fv_cast.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +4 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/fv_cast.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/fv_if1.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +4 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/fv_if1.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/fv_if2.inc@1.1, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +4 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/fv_if2.inc@1.0, 2007-02-06 18:54:39+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/fv_ifnull.inc@1.1, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +4 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/fv_ifnull.inc@1.0, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_1/views/views_master.inc@1.1, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +4032 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_1/views/views_master.inc@1.0, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/charset/charset_master.test@1.1, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +606 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/charset/charset_master.test@1.0, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/data/charset_utf8.txt@1.1, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +2527 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/data/charset_utf8.txt@1.0, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/include/check_charset.inc@1.1, 2007-02-06 19:07:44+01:00, hhunger@hh-nb.hungers +40 -0
    finished files with newline
    

  mysql-test/suite/funcs_2/include/check_charset.inc@1.0, 2007-02-06 19:07:44+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/include/check_charset_ucs2.inc@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +22 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/include/check_charset_ucs2.inc@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/include/check_charset_utf8.inc@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +21 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/include/check_charset_utf8.inc@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +60 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/r/innodb_charset.result@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +120000 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/r/innodb_charset.result@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/r/memory_charset.result@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +120000 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/r/memory_charset.result@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/r/myisam_charset.result@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +120000 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/r/myisam_charset.result@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/r/ndb_charset.result@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +120000 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/r/ndb_charset.result@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/readme.txt@1.1, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +22 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/readme.txt@1.0, 2007-02-06 18:54:40+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/t/innodb_charset.test@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +11 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/t/innodb_charset.test@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/t/memory_charset.test@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/t/memory_charset.test@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/t/myisam_charset.test@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +9 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/t/myisam_charset.test@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

  mysql-test/suite/funcs_2/t/ndb_charset.test@1.1, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +12 -0
    copy from test-extra-5.0 to main tree

  mysql-test/suite/funcs_2/t/ndb_charset.test@1.0, 2007-02-06 19:03:58+01:00, hhunger@hh-nb.hungers +0 -0

ChangeSet@1.2401.2.2, 2007-02-06 17:33:11+01:00, msvensson@neptunus.(none) +1 -0
  Bug#24157 openssl_1 regression test is broken two different ways
   - Send output from 'ERR_print_errors_fp' to DBUG_FILE if --debug is used

  vio/viosslfactories.c@1.30.1.1, 2007-02-06 17:33:09+01:00, msvensson@neptunus.(none) +14 -9
    Send output from 'ERR_print_errors_fp' to DBUG_FILE if --debug is used

ChangeSet@1.2402.1.4, 2007-02-06 16:38:32+01:00, msvensson@pilot.mysql.com +1 -0
  Correct the non working check for --skip-log-bin in "extra_opt"

  mysql-test/mysql-test-run.pl@1.196, 2007-02-06 16:38:30+01:00, msvensson@pilot.mysql.com +1 -1
    Correct the non working check for --skip-log-bin in "extra_opt"

ChangeSet@1.2401.2.1, 2007-02-06 16:28:36+01:00, msvensson@neptunus.(none) +3 -0
  Bug#25988 openssl_1 Test Case Fails
   - Small difference in output from 'X509_NAME_Oneline' between OpenSSL and yaSSL. OpenSSL uses
     an extension that allow's the email adress of the cert holder.   
   - Imported patch for yaSSL "add email to DN output"

  extra/yassl/taocrypt/src/asn.cpp@1.14, 2007-02-05 19:11:06+01:00, msvensson@neptunus.(none) +13 -1
    Import patch yassl.diff

  mysql-test/r/openssl_1.result@1.17, 2007-02-06 16:28:33+01:00, msvensson@neptunus.(none) +2 -2
    Update result file

  mysql-test/t/openssl_1.test@1.17, 2007-02-06 16:28:33+01:00, msvensson@neptunus.(none) +2 -2
    Update test to include "emailAddress=" tag in the required SUBJECT for grant.

ChangeSet@1.2347.5.1, 2007-02-06 14:19:07+01:00, msvensson@pilot.mysql.com +3 -0
  Bug#24805 mtr.pl can't handle test with --disable-log-bin
  - Don't give mysqld the --log-bin argument if .opt file
    contains --skip-log-bin
  - Enable flush2 test

  mysql-test/mysql-test-run.pl@1.184.3.1, 2007-02-06 14:19:06+01:00, msvensson@pilot.mysql.com +8 -3
    Don't give mysqld the --log-bin argument if .opt file contains --skip-log-bin 
    Don't pass mysqld --binlog-format=s if --skip-log-bin 

  mysql-test/t/disabled.def@1.36.2.1, 2007-02-06 14:19:06+01:00, msvensson@pilot.mysql.com +0 -1
    Enable flush2

  mysql-test/t/flush2-master.opt@1.2, 2007-02-06 14:19:06+01:00, msvensson@pilot.mysql.com +1 -1
    Use --skip-log-bin in flush2 to test flush without bin logging

ChangeSet@1.1616.2936.2, 2007-02-06 14:07:40+01:00, msvensson@neptunus.(none) +1 -0
  Bug#8983 one place that isn't strict-aliasing-safe
   - Backport fix from 5.0

  sql/sql_prepare.cc@1.34.37.1, 2007-02-06 14:07:37+01:00, msvensson@neptunus.(none) +6 -5
    Avoid problems with -no-strict-aliasing in gcc 4.0+

ChangeSet@1.2347.4.2, 2007-02-06 15:58:40+04:00, ramil@mysql.com +1 -0
  Fix for bug #23782: Stored procedures: crash if variable in procedure
  analyse
  
  We have to call fix_fields() for procedure analyse' arguments as they may   
  not be
  fixed in some circumstances.
  
  (as the crash appears when mysqld starts skipping binlog, a test case
  will be added when we can --skip-bin-log in -master.opt)

  sql/sql_analyse.cc@1.68.1.1, 2007-02-06 15:52:18+04:00, ramil@mysql.com +10 -0
    Fix for bug #23782: Stored procedures: crash if variable in procedure
    analyse
      - call fix_fields() if arguments are not fixed.

ChangeSet@1.2377.23.2, 2007-02-06 11:08:57+02:00, gkodinov@macbook.gmz +5 -0
  Bug #22344: InnoDB keys act strange on datetime vs timestamp comparison
   Ignoring error codes from type conversion allows default (wrong) values to
   go unnoticed in the formation of index search conditions.
   Fixed by correctly checking for conversion errors.

  mysql-test/r/select.result@1.145.1.3, 2007-02-06 11:08:47+02:00, gkodinov@macbook.gmz +28 -0
    Bug #22344: InnoDB keys act strange on datetime vs timestamp comparison
     - test case

  mysql-test/t/select.test@1.119.1.3, 2007-02-06 11:08:48+02:00, gkodinov@macbook.gmz +23 -0
    Bug #22344: InnoDB keys act strange on datetime vs timestamp comparison
     - test case

  sql/field.h@1.196.1.1, 2007-02-06 11:08:48+02:00, gkodinov@macbook.gmz +2 -2
    Bug #22344: InnoDB keys act strange on datetime vs timestamp comparison
     - don't ignore coversion errors

  sql/field_conv.cc@1.59.1.1, 2007-02-06 11:08:49+02:00, gkodinov@macbook.gmz +7 -8
    Bug #22344: InnoDB keys act strange on datetime vs timestamp comparison
     - don't ignore coversion errors

  sql/item.cc@1.253, 2007-02-06 11:08:50+02:00, gkodinov@macbook.gmz +6 -5
    Bug #22344: InnoDB keys act strange on datetime vs timestamp comparison
     - don't ignore coversion errors

ChangeSet@1.1616.2877.46, 2007-02-05 17:09:44+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +3 -0
  Test and bug fixes and removed unneccessary files.

  BitKeeper/etc/gone@1.92.1.3, 2007-02-05 17:03:23+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +6 -0

  mysys/my_getopt.c@1.50.1.3, 2007-02-05 17:09:42+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +1 -0
    Fixes problem with getting output lines from
    my_getopt in random places in tests.

  sql/sql_prepare.cc@1.34.36.5, 2007-02-05 17:09:42+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +2 -1
    Fixes problem with failing mysql_client_test
    on some machines. This is actually a problem
    with prepared statements.

ChangeSet@1.2377.4.21, 2007-02-03 09:26:11+01:00, istruewing@chilla.local +1 -0
  After merge fix

  sql/examples/ha_tina.cc@1.28, 2007-02-03 09:26:08+01:00, istruewing@chilla.local +0 -11
    After merge fix

ChangeSet@1.2377.22.1, 2007-02-02 15:22:10-08:00, igor@olga.mysql.com +3 -0
  Fix bug #24035.
  This performance degradation for UPDATEs could be observed in the update
  statements for which the search key cannot be converted to any valid
  value of the type of the search column, like for a  the condition
  int_fld=99999999999999999999999999, though it can be guaranteed here
  that there is no row with such a key value. 

  mysql-test/r/update.result@1.31, 2007-02-02 15:22:08-08:00, igor@olga.mysql.com +57 -0
    Added a test case for bug #24035.

  mysql-test/t/update.test@1.29, 2007-02-02 15:22:08-08:00, igor@olga.mysql.com +35 -0
    Added a test case for bug #24035.

  sql/opt_range.cc@1.239, 2007-02-02 15:22:08-08:00, igor@olga.mysql.com +16 -1
    Fix bug #24035.
    This performance degradation for could be observed in the update
    statements for which the search key cannot be converted to any valid
    value of the type of the search column, like for a  the condition
    int_fld=99999999999999999999999999, though it can be guaranteed here
    that there is no row with such a key value. 
    Now the function get_mm_leaf creates trees of the type SEL_ARG::IMPOSSIBLE 
    for such conditions that tells the range scan not to perform any search
    at all.  

ChangeSet@1.1616.2877.44, 2007-02-02 20:19:13+01:00, istruewing@chilla.local +1 -0
  After merge fix

  sql/mysqld.cc@1.356.113.3, 2007-02-02 20:19:11+01:00, istruewing@chilla.local +4 -0
    After merge fix

ChangeSet@1.2399.1.1, 2007-02-02 13:11:44-05:00, cmiller@zippy.cornsilk.net +1 -0
  Reverting previous change from 1L -> 1ULL and LL(1) -> 1ULL and 
  making all to be uniform ULL(1), which is a local definition.

  sql/mysql_priv.h@1.431.1.2, 2007-02-02 13:11:42-05:00, cmiller@zippy.cornsilk.net +33 -33
    Reverting previous change from 1L -> 1ULL and LL(1) -> 1ULL and 
    making all to be uniform ULL(1), which is a local definition.

ChangeSet@1.1616.2959.3, 2007-02-02 17:18:42+04:00, gluh@mysql.com +3 -0
  another valgrind error fix for 4.1(backport from 5.0)

  sql/examples/ha_tina.cc@1.3.1.9, 2007-02-02 17:18:41+04:00, gluh@mysql.com +12 -0
    another valgrind error fix for 4.1(backport from 5.0)

  sql/examples/ha_tina.h@1.2.1.2, 2007-02-02 17:18:41+04:00, gluh@mysql.com +2 -0
    another valgrind error fix for 4.1(backport from 5.0)

  sql/handler.cc@1.103.19.22, 2007-02-02 17:18:41+04:00, gluh@mysql.com +4 -0
    another valgrind error fix for 4.1(backport from 5.0)

ChangeSet@1.1616.2959.2, 2007-02-02 15:01:11+04:00, gluh@mysql.com +1 -0
  Valgrind errors
  added valgrind.supp to EXTRA_SCRIPTS(for pushbuild)

  mysql-test/Makefile.am@1.39.1.20, 2007-02-02 15:01:10+04:00, gluh@mysql.com +1 -1
    Valgrind errors
    added valgrind.supp to EXTRA_SCRIPTS(for pushbuild)

ChangeSet@1.1616.2877.43, 2007-02-02 10:01:44+01:00, istruewing@chilla.local +4 -0
  After merge fix

  include/my_pthread.h@1.65.1.20, 2007-02-02 10:01:43+01:00, istruewing@chilla.local +0 -1
    After merge fix

  include/thr_alarm.h@1.17.1.3, 2007-02-02 10:01:43+01:00, istruewing@chilla.local +1 -0
    After merge fix

  mysys/my_pthread.c@1.37.1.9, 2007-02-02 10:01:43+01:00, istruewing@chilla.local +0 -3
    After merge fix

  mysys/my_thr_init.c@1.30.1.2, 2007-02-02 10:01:43+01:00, istruewing@chilla.local +0 -4
    After merge fix

ChangeSet@1.1616.2960.1, 2007-02-01 19:51:02+04:00, ramil@mysql.com +1 -0
  Fix for bug #26012: missed Field_double::size_of()
  
  As we have Field_double::not_fixed we must have Field_double::size_of().

  sql/field.h@1.120.2.1, 2007-02-01 19:51:01+04:00, ramil@mysql.com +1 -0
    Fix for bug #26012: missed Field_double::size_of()
      - Field_double::size_of() added.

ChangeSet@1.2377.4.17, 2007-02-01 19:12:45+04:00, gluh@mysql.com +3 -0
  Bug#23299 Some queries against INFORMATION_SCHEMA with subqueries fail
  additional call of file->extra() method with HA_EXTRA_NO_CACHE parameter

  mysql-test/r/information_schema.result@1.117.1.1, 2007-02-01 19:12:44+04:00, gluh@mysql.com +10 -0
    test result

  mysql-test/t/information_schema.test@1.88.1.1, 2007-02-01 19:12:44+04:00, gluh@mysql.com +12 -0
    test case

  sql/sql_show.cc@1.338, 2007-02-01 19:12:44+04:00, gluh@mysql.com +1 -0
    additional call of file->extra() method with HA_EXTRA_NO_CACHE parameter

ChangeSet@1.2377.11.4, 2007-02-01 15:59:51+01:00, istruewing@chilla.local +1 -0
  Bug#25844: "make test" does not find mysql-test-run.pl
  Need to change directory before calling mysql-test-run.pl

  Makefile.am@1.95.1.1, 2007-02-01 15:59:48+01:00, istruewing@chilla.local +1 -0
    Bug#25844: "make test" does not find mysql-test-run.pl
    Need to change directory before calling mysql-test-run.pl

ChangeSet@1.1616.2959.1, 2007-02-01 18:00:24+04:00, gluh@mysql.com +8 -0
  Valgrind error fixes
  Notes:
  This patch doesn't fix all issues in the tree and we need jani's fix for that
  This patch shoud not be merged into 5.0

  mysql-test/valgrind.supp@1.1, 2007-02-01 18:00:23+04:00, gluh@mysql.com +437 -0
    New BitKeeper file ``mysql-test/valgrind.supp''
    This file is backported from 5.0, added suppressing of OpenSSL errors

  mysql-test/valgrind.supp@1.0, 2007-02-01 18:00:23+04:00, gluh@mysql.com +0 -0

  mysql-test/r/ps.result@1.31.1.24, 2007-02-01 18:00:23+04:00, gluh@mysql.com +0 -15
    result fix

  mysql-test/r/symlink.result@1.11.3.1, 2007-02-01 18:00:23+04:00, gluh@mysql.com +15 -0
    result fix

  mysql-test/t/ps.test@1.27.1.31, 2007-02-01 18:00:23+04:00, gluh@mysql.com +0 -18
    test is moved to 'symlink' test

  mysql-test/t/symlink.test@1.11.3.1, 2007-02-01 18:00:23+04:00, gluh@mysql.com +19 -0
    test from 'ps' test

  sql/field_conv.cc@1.33.1.6, 2007-02-01 18:00:23+04:00, gluh@mysql.com +4 -0
    valgrind error fix: backport from 5.0

  sql/mysqld.cc@1.356.114.1, 2007-02-01 18:00:23+04:00, gluh@mysql.com +3 -0
    release of ssl_context

  vio/viosslfactories.c@1.16.1.2, 2007-02-01 18:00:23+04:00, gluh@mysql.com +4 -0
    release of ssl_context

ChangeSet@1.2377.19.2, 2007-02-01 13:25:50+02:00, gkodinov@rakia.gmz +1 -0
  trigger.result:
    merge of the 5.0-opt tree

  mysql-test/r/trigger.result@1.53, 2007-02-01 13:25:15+02:00, gkodinov@rakia.gmz +25 -25
    merge of the 5.0-opt tree

ChangeSet@1.2281.4.13, 2007-02-01 09:48:45+01:00, mskold@mysql.com +1 -0
  Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: moved back assignment

  sql/ha_ndbcluster.cc@1.285.1.8, 2007-02-01 09:45:33+01:00, mskold@mysql.com +1 -2
    Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: moved back assignment

ChangeSet@1.2377.4.14, 2007-01-31 19:31:36-08:00, igor@olga.mysql.com +4 -0
  Fixed bug #25407.
  The bug could cause choosing a sub-optimal execution plan for 
  a single-table query if a unique index with many null keys were 
  defined for the table. 
  It happened because the code of the check_quick_keys function 
  made an assumption that any key may occur in an unique index 
  only once. Yet this is not true for keys with nulls that may 
  have multiple occurrences in the index.

  mysql-test/r/null_key.result@1.37, 2007-01-31 19:31:34-08:00, igor@olga.mysql.com +2 -2
    Fixed bug #25407
    Adjusted result after the fix.

  mysql-test/r/select.result@1.145.1.2, 2007-01-31 19:31:34-08:00, igor@olga.mysql.com +86 -0
    Added a test case for bug #25407.

  mysql-test/t/select.test@1.119.1.2, 2007-01-31 19:31:34-08:00, igor@olga.mysql.com +74 -0
    Added a test case for bug #25407.

  sql/opt_range.cc@1.238, 2007-01-31 19:31:34-08:00, igor@olga.mysql.com +11 -1
    Fixed bug #25407.
    The bug could cause choosing a sub-optimal execution plan for 
    a single-table query if a unique index with many null keys were 
    defined for the table. 
    It happened because the code of the check_quick_keys function 
    made an assumption that any key may occur in an unique index 
    only once. Yet this is not true for keys with nulls that may 
    have multiple occurrences in the index.

ChangeSet@1.2281.4.12, 2007-01-31 22:38:06+01:00, mskold@mysql.com +3 -0
  Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: in start_stmt, only change query_state if starting a new transactions, in read_multi_range_next, change query state when end is reached

  mysql-test/r/ndb_read_multi_range.result@1.7, 2007-01-31 22:36:49+01:00, mskold@mysql.com +17 -0
    Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: in start_stmt, only change query_state if starting a new transactions, in read_multi_range_next, change query state when end is reached

  mysql-test/t/ndb_read_multi_range.test@1.8, 2007-01-31 22:36:49+01:00, mskold@mysql.com +29 -0
    Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: in start_stmt, only change query_state if starting a new transactions, in read_multi_range_next, change query state when end is reached

  sql/ha_ndbcluster.cc@1.285.1.7, 2007-01-31 22:36:48+01:00, mskold@mysql.com +6 -2
    Bug #25522  Update with IN syntax Clustertable + Trigger leads to mysqld segfault: in start_stmt, only change query_state if starting a new transactions, in read_multi_range_next, change query state when end is reached

ChangeSet@1.2360.3.1, 2007-01-31 15:39:41-05:00, cmiller@zippy.cornsilk.net +2 -0
  Bug#25341:  "init.d/mysql stop" may timeout too quickly
  
  Thirty five seconds is entirely too short of a period to wait for a server 
  to exit.  Instead, make a valliant effort to make sure it exits, and only
  give up after a very long period (arbitrarily chosen as 15 minutes).
  
  In addition, if we're being asked to restart the server, then don't try
  to start again if trying to stop the server failed.
  ---
  Return zero by default, when the script exits.
  ---
  Set return-/exit-value based on whether we successfully dealt with the 
  PID-file.
  ---
  Don't wait that long if the program we're waiting on exits.  It 
  should only exit if the server is not going to be started.

  BitKeeper/etc/collapsed@1.19.1.1, 2007-01-31 15:37:55-05:00, cmiller@zippy.cornsilk.net +6 -0

  support-files/mysql.server.sh@1.53, 2007-01-31 15:39:39-05:00, cmiller@zippy.cornsilk.net +18 -6
    Raise timeout to a pessimistic value, 15 minutes.  We should only be willing
    to give up and exit after an extraordinary effort.
    ---
    Return zero by default, when the script exits.
    ---
    Set return-/exit-value based on whether we successfully dealt with the 
    PID-file.
    ---
    Don't wait that long if the program we're waiting on exits.  It 
    should only exit if the server is not going to be started.

ChangeSet@1.2377.18.1, 2007-01-31 18:18:44+01:00, df@kahlann.erinye.com +1 -0
  MTR_BUILD_THREAD=auto for test runs during RPM build

  support-files/mysql.spec.sh@1.162.1.1, 2007-01-31 18:18:42+01:00, df@kahlann.erinye.com +8 -0
    MTR_BUILD_THREAD=auto for test runs

ChangeSet@1.2377.16.2, 2007-01-31 18:32:53+04:00, svoj@mysql.com +2 -0
  After merge fix (WL#3567).

  sql/ha_myisam.cc@1.172.1.2, 2007-01-31 18:32:51+04:00, svoj@mysql.com +2 -1
    After merge fix (WL#3567).

  sql/ha_myisammrg.cc@1.89, 2007-01-31 18:32:51+04:00, svoj@mysql.com +1 -1
    After merge fix (WL#3567).

ChangeSet@1.2377.12.3, 2007-01-31 15:25:56+01:00, joerg@trift2. +3 -0
  Fix bug#23293 "readline detection broken on NetBSD":
  
  Its root cause is a difference between the "readline" and "libedit" (header files)
  definitions of "rl_completion_entry_function", where the "libedit" one is wrong anyway:
  This variable is used as a pointer to a function returning "char *",
  but "libedit" declares it as returning "int" and then adds casts on usage.
  
  Change it to "CPFunction *" and get rid of the casts.

  client/mysql.cc@1.231, 2007-01-31 15:25:53+01:00, joerg@trift2. +3 -3
    Fix bug#23293 "readline detection broken on NetBSD":
    
    Now that the "libedit" header files declares "rl_completion_entry_function" correctly,
    it need not be cast on usage, and "no_completion()" can be declared to return "char *".

  cmd-line-utils/libedit/readline.c@1.11, 2007-01-31 15:25:53+01:00, joerg@trift2. +5 -6
    Fix bug#23293 "readline detection broken on NetBSD":
    
    Now that the "libedit" header files declares "rl_completion_entry_function" correctly,
    it need not be cast on usage, and "complet_func()" is a "CPFunction *" as well.

  cmd-line-utils/libedit/readline/readline.h@1.4, 2007-01-31 15:25:53+01:00, joerg@trift2. +1 -1
    Fix bug#23293 "readline detection broken on NetBSD":
    
    Declare "rl_completion_entry_function()" to be a "CPFunction *", this avoids casts
    and brings "libedit" in sync with "readline".

ChangeSet@1.2341.82.1, 2007-01-31 16:04:38+02:00, gkodinov@macbook.gmz +8 -0
  BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
   Two problems here:
  
   Problem 1:
  
   While constructing the join columns list the optimizer does as follows:
    1. Sets the join_using_fields/natural_join members of the right JOIN 
     operand.
    2. Makes a "table reference" (TABLE_LIST) to parent the two tables.
    3. Assigns the join_using_fields/is_natural_join of the wrapper table
     using join_using_fields/natural_join of the rightmost table
    4. Sets join_using_fields to NULL for the right JOIN operand.
    5. Passes the parent table up to the same procedure on the upper 
     level.
  
   Step 1 overrides the the join_using_fields that are set for a nested 
   join wrapping table in step 4.
   Fixed by making a designated variable SELECT_LEX::prev_join_using to 
   pass the data from step 1 to step 4 without destroying the wrapping 
   table data.
  
   Problem 2:
  
   The optimizer checks for ambiguous columns while transforming 
   NATURAL JOIN/JOIN USING to JOIN ON. While doing that there was no
   distinction between columns that are used in the generated join
   condition (where ambiguity can be checked) and the other columns
   (where ambiguity can be checked only when resolving references
   coming from outside the JOIN construct itself).
   Fixed by allowing the non-USING columns to be present in multiple 
   copies in both sides of the join and moving the ambiguity check 
   to the place where unqualified references to the join columns are
   resolved (find_field_in_natural_join()).

  mysql-test/r/join_nested.result@1.25, 2007-01-31 16:04:26+02:00, gkodinov@macbook.gmz +28 -0
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - test case

  mysql-test/t/join_nested.test@1.21, 2007-01-31 16:04:27+02:00, gkodinov@macbook.gmz +39 -0
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - test case

  sql/mysql_priv.h@1.425.7.1, 2007-01-31 16:04:27+02:00, gkodinov@macbook.gmz +2 -1
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - use SELECT_LEX to store the ref to JOIN USING list needed by the 
       parser

  sql/sql_base.cc@1.360.1.5, 2007-01-31 16:04:28+02:00, gkodinov@macbook.gmz +40 -11
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - proper check for duplicate cols
     - more detailed debug output

  sql/sql_lex.h@1.235.2.2, 2007-01-31 16:04:29+02:00, gkodinov@macbook.gmz +14 -0
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - use SELECT_LEX to store the ref to JOIN USING list needed by the 
       parser

  sql/sql_parse.cc@1.593.3.1, 2007-01-31 16:04:30+02:00, gkodinov@macbook.gmz +6 -7
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - proper check for duplicate cols in JOIN USING

  sql/sql_yacc.yy@1.499.2.1, 2007-01-31 16:04:31+02:00, gkodinov@macbook.gmz +10 -6
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - use SELECT_LEX to store the ref to JOIN USING list needed by the 
       parser

  sql/table.cc@1.240.1.1, 2007-01-31 16:04:31+02:00, gkodinov@macbook.gmz +1 -0
    BUG#25575: ERROR 1052 (Column in from clause is ambiguous) with sub-join
     - return null if no table ref (as in nested join columns).

ChangeSet@1.2377.15.1, 2007-01-31 16:45:33+04:00, holyfoot@mysql.com +1 -0
  bug #25973 (ps_1general.test fails in embedded server)

  mysql-test/t/ps_1general.test@1.30, 2007-01-31 16:45:31+04:00, holyfoot@mysql.com +1 -1
    replace_result fixed

ChangeSet@1.1616.2957.1, 2007-01-31 16:15:20+04:00, svoj@mysql.com +4 -0
  WL#3567 - MERGE engine: a check for underlying table conformance
  
  When a merge table is opened compare column and key definition of
  underlying tables against column and key definition of merge table.
  
  If any of underlying tables have different column/key definition
  refuse to open merge table.

  mysql-test/r/merge.result@1.32.1.12, 2007-01-31 16:15:19+04:00, svoj@mysql.com +21 -1
    A test case for WL#3456.

  mysql-test/t/merge.test@1.28.1.13, 2007-01-31 16:15:19+04:00, svoj@mysql.com +28 -1
    A test case for WL#3456.

  sql/ha_myisam.cc@1.115.1.49, 2007-01-31 16:15:20+04:00, svoj@mysql.com +315 -176
    Moved a part of code that converts TABLE object to MyISAM key and column
    definition to a separate function.
    
    Added check_definition() function that compares MyISAM table definitions.

  sql/ha_myisammrg.cc@1.51.1.14, 2007-01-31 16:15:20+04:00, svoj@mysql.com +40 -2
    Check if underlying table definition conforms to merge table definition,
    and in case underlying table definition differs, refuse to open merge
    table.

ChangeSet@1.2341.81.1, 2007-01-31 10:18:26+02:00, gkodinov@macbook.gmz +3 -0
  Bug #25551: inconsistent behaviour in grouping NULL, depending on index type
   The optimizer takes away columns from GROUP BY/DISTINCT if they constitute
   all the parts of an unique index.
   However if some of the columns can contain NULLs this cannot be done 
  (because an UNIQUE index can have multiple rows with NULL values).
   Fixed by not using UNIQUE indexes with nullable columns to remove
   grouping columns from GROUP BY/DISTINCT.

  mysql-test/r/distinct.result@1.51, 2007-01-31 10:18:13+02:00, gkodinov@macbook.gmz +25 -1
    Bug #25551: inconsistent behaviour in grouping NULL, depending on index type
     - test case

  mysql-test/t/distinct.test@1.30, 2007-01-31 10:18:13+02:00, gkodinov@macbook.gmz +16 -1
    Bug #25551: inconsistent behaviour in grouping NULL, depending on index type
     - test case

  sql/sql_select.cc@1.481.1.1, 2007-01-31 10:18:16+02:00, gkodinov@macbook.gmz +11 -8
    Bug #25551: inconsistent behaviour in grouping NULL, depending on index type
     - UNIQUE NULL indices don't guarantee GROUP BY/DISTINCT.

ChangeSet@1.2385.8.2, 2007-01-31 11:14:32+04:00, ramil@mysql.com +2 -0
  after-merge fix.

  sql/item_cmpfunc.cc@1.228.3.2, 2007-01-31 11:14:31+04:00, ramil@mysql.com +9 -9
    after-merge fix.

  sql/item_sum.cc@1.195, 2007-01-31 11:14:31+04:00, ramil@mysql.com +4 -3
    after-merge fix.

ChangeSet@1.1616.2946.2, 2007-01-31 09:51:05+04:00, ramil@mysql.com +10 -0
  fix for bug #19690: ORDER BY eliminates rows from the result
  
  Depending on the queries we use different data processing methods
  and can lose some data in case of double (and decimal in 4.1) fields.
  
  The fix consists of two parts:
  1. double comparison changed, now double a is equal to double b 
  if (a-b) is less than 5*0.1^(1 + max(a->decimals, b->decimals)). 
  For example, if a->decimals==1, b->decimals==2, a==b if (a-b)<0.005
  2. if we use a temporary table, store double values there as is 
  to avoid any data conversion (rounding).

  mysql-test/r/type_float.result@1.25.1.13, 2007-01-31 09:51:03+04:00, ramil@mysql.com +71 -0
    fix for bug #19690: ORDER BY eliminates rows from the result
      - test result

  mysql-test/t/type_float.test@1.15.1.8, 2007-01-31 09:51:03+04:00, ramil@mysql.com +25 -0
    fix for bug #19690: ORDER BY eliminates rows from the result
      - test case

  sql/field.cc@1.197.1.38, 2007-01-31 09:51:03+04:00, ramil@mysql.com +1 -1
    fix for bug #19690: ORDER BY eliminates rows from the result
      - use not_fixed flag instead of dec to check bounds.

  sql/field.h@1.120.1.15, 2007-01-31 09:51:03+04:00, ramil@mysql.com +12 -3
    fix for bug #19690: ORDER BY eliminates rows from the result
      - Field_Double::not_fixed flag introduced, which is set if dec == NOT_FIXED_DEC
        and is used in the ::store() to check bounds. 
      - new constructor introduced (with not_fixed_arg parameter).
    

  sql/init.cc@1.15.1.1, 2007-01-31 09:51:03+04:00, ramil@mysql.com +6 -0
    fix for bug #19690: ORDER BY eliminates rows from the result
      - fill log_01[] array with 0.1 powers.

  sql/item_cmpfunc.cc@1.111.26.1, 2007-01-31 09:51:03+04:00, ramil@mysql.com +49 -0
    fix for bug #19690: ORDER BY eliminates rows from the result
      - compare_real_fixed() and compare_e_real_fixed() introduced,
        they consider double a == double b if a-b is less than 'precision',
        'precision' is set to 5*0.1^(1 + max(a->decimals, b->decimals)), 
        for example, if a->decimals==1, b->decimals==2, 'precision' is 0.005
      - use the above functions if both arguments are fixed. 

  sql/item_cmpfunc.h@1.73.12.1, 2007-01-31 09:51:03+04:00, ramil@mysql.com +3 -0
    fix for bug #19690: ORDER BY eliminates rows from the result
      - Arg_comparator::presision introduced.
      - Arg_comparator::compare_real_fixed(), Arg_comparator::compare_e_real_fixed() introduced.
    

  sql/mysql_priv.h@1.186.110.1, 2007-01-31 09:51:03+04:00, ramil@mysql.com +1 -0
    fix for bug #19690: ORDER BY eliminates rows from the result
      - log_01 array of 0.1 powers added.
    

  sql/mysqld.cc@1.356.112.1, 2007-01-31 09:51:03+04:00, ramil@mysql.com +1 -0
    fix for bug #19690: ORDER BY eliminates rows from the result
      - log_01 array of 0.1 powers added.
    

  sql/sql_select.cc@1.216.147.1, 2007-01-31 09:51:04+04:00, ramil@mysql.com +8 -6
    fix for bug #19690: ORDER BY eliminates rows from the result
      - if we create double field in a temporary table, set not_fixed flag
        (use proper constructor) to avoid data conversion 
        in the Field_double::store(). Otherwise we can lose some data.

ChangeSet@1.2377.12.2, 2007-01-31 00:06:42+01:00, kent@mysql.com +13 -0
  gen_lex_hash.cc:
    If inserting a GPL header, include a complete one
  Makefile.am, mysql.dsw, mysql.sln:
    Removed C version of mysql-test-run
  mysql.spec.sh:
    Specify GPL license only in GPL sources
  .del-my_manage.h:
    Delete: mysql-test/my_manage.h
  mysql.spec.sh:
    Added GPL header
  .del-mysql_test_run_new.c:
    Delete: mysql-test/mysql_test_run_new.c
  .del-mysql_test_run_new.dsp:
    Delete: VC++Files/mysql-test/mysql_test_run_new.dsp
  .del-my_create_tables.c:
    Delete: mysql-test/my_create_tables.c
  .del-mysql_test_run_new_ia64.dsp:
    Delete: VC++Files/mysql-test/mysql_test_run_new_ia64.dsp
  msql2mysql.sh:
    Use up-to-date GPL header
  .del-mysql_test_run_new.vcproj:
    Delete: VC++Files/mysql-test/mysql_test_run_new.vcproj
  .del-my_manage.c:
    Delete: mysql-test/my_manage.c

  BitKeeper/deleted/.del-my_create_tables.c@1.5, 2007-01-30 22:59:07+01:00, kent@mysql.com +0 -0
    Delete: mysql-test/my_create_tables.c

  BitKeeper/deleted/.del-my_manage.c@1.11, 2007-01-30 22:59:07+01:00, kent@mysql.com +0 -0
    Delete: mysql-test/my_manage.c

  BitKeeper/deleted/.del-my_manage.h@1.5, 2007-01-30 22:59:14+01:00, kent@mysql.com +0 -0
    Delete: mysql-test/my_manage.h

  BitKeeper/deleted/.del-mysql_test_run_new.c@1.17, 2007-01-30 22:58:44+01:00, kent@mysql.com +0 -0
    Delete: mysql-test/mysql_test_run_new.c

  BitKeeper/deleted/.del-mysql_test_run_new.dsp@1.9, 2007-01-30 22:58:44+01:00, kent@mysql.com +0 -0
    Delete: VC++Files/mysql-test/mysql_test_run_new.dsp

  BitKeeper/deleted/.del-mysql_test_run_new.vcproj@1.2, 2007-01-30 22:58:44+01:00, kent@mysql.com +0 -0
    Delete: VC++Files/mysql-test/mysql_test_run_new.vcproj

  BitKeeper/deleted/.del-mysql_test_run_new_ia64.dsp@1.5, 2007-01-30 22:58:44+01:00, kent@mysql.com +0 -0
    Delete: VC++Files/mysql-test/mysql_test_run_new_ia64.dsp

  VC++Files/mysql.dsw@1.30, 2007-01-30 23:40:03+01:00, kent@mysql.com +0 -22
    Removed C version of mysql-test-run

  VC++Files/mysql.sln@1.13, 2007-01-30 23:40:03+01:00, kent@mysql.com +0 -34
    Removed C version of mysql-test-run

  mysql-test/Makefile.am@1.84, 2007-01-30 23:40:03+01:00, kent@mysql.com +0 -2
    Removed C version of mysql-test-run

  scripts/msql2mysql.sh@1.3, 2007-01-29 13:33:01+01:00, kent@mysql.com +13 -11
    Use up-to-date GPL header

  sql/gen_lex_hash.cc@1.73, 2007-01-29 14:27:17+01:00, kent@mysql.com +18 -4
    If inserting a GPL header, include a complete one

  support-files/mysql.spec.sh@1.164, 2007-01-29 13:33:25+01:00, kent@mysql.com +16 -0
    Added GPL header

  support-files/mysql.spec.sh@1.163, 2007-01-29 13:26:03+01:00, kent@mysql.com +6 -12
    Specify GPL license only in GPL sources

ChangeSet@1.1616.2920.14, 2007-01-30 13:06:36-08:00, igor@olga.mysql.com +2 -0
  Fixed bug #24987.
  Made the function opt_sum_query to return HA_ERR_KEY_NOT_FOUND when
  no matches were found (instead of -1 it returned prior this patch).
  This changes allow us to avoid possible conflicts with return values
  from user-defined handler methods which also may return -1. 
  No particular test cases are provided with this fix.

  sql/opt_sum.cc@1.33.6.4, 2007-01-30 13:06:33-08:00, igor@olga.mysql.com +5 -5
    Fixed bug #24987.
    Made the function opt_sum_query to return HA_ERR_KEY_NOT_FOUND when
    no matches were found (instead of -1 it returned prior this patch).
    This changes allow us to avoid possible conflicts with return values
    from user-defined handler methods which also may return -1. 

  sql/sql_select.cc@1.216.125.18, 2007-01-30 13:06:33-08:00, igor@olga.mysql.com +10 -8
    Fixed bug #24987.
    Made the function opt_sum_query to return HA_ERR_KEY_NOT_FOUND when
    no matches were found (instead of -1 it returned prior this patch).
    This changes allow us to avoid possible conflicts with return values
    from user-defined handler methods which also may return -1. 

ChangeSet@1.1346.892.1, 2007-01-30 18:52:26+02:00, jani@ua141d10.elisa.omakaista.fi +7 -0
  Cleanup of thread-type (linuxthread or NTPL) detection code
  Move get_thread_lib to mysys/my_pthread.c
  Set 'thr_client_alarm' to signal number used by thr_alarm to give alarms

  include/my_global.h@1.34.7.1, 2007-01-30 18:52:25+02:00, jani@ua141d10.elisa.omakaista.fi +1 -4
    Fixed to be same as in 5.1

  include/my_pthread.h@1.57.2.1, 2007-01-30 18:52:25+02:00, jani@ua141d10.elisa.omakaista.fi +9 -8
    Move things around to be more in line with rest of code

  mysys/default.c@1.17.4.1, 2007-01-30 18:52:25+02:00, jani@ua141d10.elisa.omakaista.fi +2 -2
    Fixed two wrong pointer incrementations.

  mysys/my_pthread.c@1.35.2.1, 2007-01-30 18:52:25+02:00, jani@ua141d10.elisa.omakaista.fi +4 -1
    Cleanup: Use variable thr_client_alarm

  mysys/my_thr_init.c@1.21.3.1, 2007-01-30 18:52:25+02:00, jani@ua141d10.elisa.omakaista.fi +25 -0
    Detect thread library at startup.
    Set also thr_client_alarm signal here, so that we get
    it in init_signals() in mysqld

  mysys/thr_alarm.c@1.41.2.1, 2007-01-30 18:52:25+02:00, jani@ua141d10.elisa.omakaista.fi +8 -13
    Set thr_client_alarm depending on which thread library we are using

  sql/mysqld.cc@1.297.55.1, 2007-01-30 18:52:25+02:00, jani@ua141d10.elisa.omakaista.fi +9 -25
    Move get_thread_lib to mysys/my_pthread.c

ChangeSet@1.2377.13.1, 2007-01-30 17:43:34+02:00, gkodinov@macbook.gmz +3 -0
  Bug #25643: SEC_TO_TIME function problem
   Checking for NULL before calling the val_xxx()
   methods only checks for such arguments that are 
   known to be NULLs at compile time. 
   The arguments that may or may not contain
   NULLs (e.g. function calls and possibly others)
   are not checked at all.
   Fixed by first calling the val_xxx() method and
   then checking for null in SEC_TO_TIME().
   In addition QUARTER() was not returning 0 (as all the 
   val_int() functions do when processing a NULL value).

  mysql-test/r/func_time.result@1.80, 2007-01-30 17:43:28+02:00, gkodinov@macbook.gmz +14 -0
    Bug #25643: SEC_TO_TIME function problem
     - test case

  mysql-test/t/func_time.test@1.67, 2007-01-30 17:43:29+02:00, gkodinov@macbook.gmz +12 -0
    Bug #25643: SEC_TO_TIME function problem
     - test case

  sql/item_timefunc.cc@1.138, 2007-01-30 17:43:29+02:00, gkodinov@macbook.gmz +6 -3
    Bug #25643: SEC_TO_TIME function problem
     - null handling fixed for QUARTER() and SEC_TO_TIME()

ChangeSet@1.2385.7.1, 2007-01-29 19:09:30+01:00, msvensson@neptunus.(none) +1 -0
  Add result file for ssl_connect.test

  mysql-test/r/ssl_connect.result@1.1, 2007-01-29 19:09:28+01:00, msvensson@neptunus.(none) +1 -0
    New BitKeeper file ``mysql-test/r/ssl_connect.result''

  mysql-test/r/ssl_connect.result@1.0, 2007-01-29 19:09:28+01:00, msvensson@neptunus.(none) +0 -0

ChangeSet@1.2385.6.3, 2007-01-29 18:46:06+01:00, msvensson@pilot.mysql.com +2 -0
  Bug#25417 "/usr/bin/test" installed from yassl/taocrypt/test
   - It's good to build the test programs for yaSSL to check for undefined
     symbols etc but they should not be installed by "make install"

  extra/yassl/taocrypt/test/Makefile.am@1.6, 2007-01-29 18:45:53+01:00, msvensson@pilot.mysql.com +1 -1
    "test" is a noinst program

  extra/yassl/testsuite/Makefile.am@1.8, 2007-01-29 18:45:58+01:00, msvensson@pilot.mysql.com +1 -1
    "testsuite" is a noinst program

ChangeSet@1.2385.6.2, 2007-01-29 18:32:45+01:00, msvensson@neptunus.(none) +1 -0
  Add test for making sure there are no spurious connect failures when using SSL

  mysql-test/t/ssl_connect.test@1.1, 2007-01-29 18:32:43+01:00, msvensson@neptunus.(none) +13 -0
    Add test for making sure there are no spurious connect failures when using SSL

  mysql-test/t/ssl_connect.test@1.0, 2007-01-29 18:32:43+01:00, msvensson@neptunus.(none) +0 -0

ChangeSet@1.2385.6.1, 2007-01-29 16:54:40+01:00, msvensson@neptunus.(none) +95 -0
  Import latest version of yaSSL
   - Replace SawTooth copyright header with MySQL's
   - Bug#19209 Test 'rpl_openssl' hangs on Windows
   - Spurious "2013 Connection to server lost" errors fixed
     yaSSL doesn't close socket anymore, that is left to the application 

  extra/yassl/README@1.9, 2007-01-25 19:34:37+01:00, msvensson@neptunus.(none) +2 -2
    Import patch yassl.diff

  extra/yassl/include/buffer.hpp@1.7, 2006-08-16 01:36:33+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/cert_wrapper.hpp@1.5, 2006-08-16 01:36:33+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/crypto_wrapper.hpp@1.6, 2006-08-29 22:06:44+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/factory.hpp@1.7, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/handshake.hpp@1.3, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/lock.hpp@1.4, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/log.hpp@1.4, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/openssl/ssl.h@1.20, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/socket_wrapper.hpp@1.10, 2006-11-02 19:10:43+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/timer.hpp@1.3, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/yassl.hpp@1.2, 2006-03-29 01:56:41+02:00, msvensson@neptunus.(none) +17 -20
    Import patch yassl.diff

  extra/yassl/include/yassl_error.hpp@1.8, 2006-10-19 01:36:53+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/yassl_imp.hpp@1.8, 2006-11-02 19:10:43+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/include/yassl_int.hpp@1.16, 2007-01-25 19:34:37+01:00, msvensson@neptunus.(none) +22 -24
    Import patch yassl.diff

  extra/yassl/include/yassl_types.hpp@1.16, 2006-10-19 01:36:53+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/buffer.cpp@1.8, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/cert_wrapper.cpp@1.10, 2006-08-29 22:06:44+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/crypto_wrapper.cpp@1.10, 2006-08-29 22:06:44+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/handshake.cpp@1.15, 2007-01-25 19:34:38+01:00, msvensson@neptunus.(none) +18 -25
    Import patch yassl.diff

  extra/yassl/src/lock.cpp@1.6, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/log.cpp@1.7, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/socket_wrapper.cpp@1.15, 2007-01-25 19:39:15+01:00, msvensson@neptunus.(none) +18 -25
    Import patch yassl.diff

  extra/yassl/src/ssl.cpp@1.24, 2007-01-25 19:34:38+01:00, msvensson@neptunus.(none) +17 -25
    Import patch yassl.diff

  extra/yassl/src/template_instnt.cpp@1.14, 2006-09-27 14:27:49+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/timer.cpp@1.9, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/yassl.cpp@1.4, 2006-08-29 22:06:44+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/yassl_error.cpp@1.11, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/yassl_imp.cpp@1.13, 2006-11-09 21:20:56+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/src/yassl_int.cpp@1.24, 2007-01-25 19:34:38+01:00, msvensson@neptunus.(none) +28 -25
    Import patch yassl.diff

  extra/yassl/taocrypt/include/aes.hpp@1.6, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/algebra.hpp@1.7, 2006-11-21 20:21:04+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/arc4.hpp@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/asn.hpp@1.13, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/block.hpp@1.11, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/blowfish.hpp@1.5, 2007-01-25 19:34:38+01:00, msvensson@neptunus.(none) +18 -25
    Import patch yassl.diff

  extra/yassl/taocrypt/include/coding.hpp@1.3, 2006-07-12 21:15:02+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/des.hpp@1.6, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/dh.hpp@1.4, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/dsa.hpp@1.3, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/error.hpp@1.7, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/file.hpp@1.6, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/hash.hpp@1.7, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/hmac.hpp@1.7, 2006-10-16 10:30:36+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/integer.hpp@1.13, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/kernelc.hpp@1.3, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/md2.hpp@1.3, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/md4.hpp@1.3, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/md5.hpp@1.5, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/misc.hpp@1.16, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/modarith.hpp@1.4, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/modes.hpp@1.9, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/pwdbased.hpp@1.4, 2006-08-16 01:36:33+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/random.hpp@1.4, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/ripemd.hpp@1.5, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/rsa.hpp@1.5, 2006-11-02 19:10:43+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/runtime.hpp@1.17, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/sha.hpp@1.5, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/twofish.hpp@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/type_traits.hpp@1.4, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/include/types.hpp@1.11, 2007-01-25 19:34:38+01:00, msvensson@neptunus.(none) +19 -25
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/algorithm.hpp@1.2, 2006-09-18 22:19:22+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/helpers.hpp@1.3, 2006-09-27 19:22:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/list.hpp@1.2, 2006-09-18 22:19:22+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/memory.hpp@1.2, 2006-09-18 22:19:22+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/memory_array.hpp@1.2, 2006-09-18 22:19:22+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/pair.hpp@1.2, 2006-09-18 22:19:22+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/stdexcept.hpp@1.2, 2006-09-18 22:19:22+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/mySTL/vector.hpp@1.2, 2006-09-18 22:19:22+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/aes.cpp@1.6, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/aestables.cpp@1.6, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/algebra.cpp@1.13, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/arc4.cpp@1.7, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/asn.cpp@1.13, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/bftables.cpp@1.3, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/blowfish.cpp@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/coding.cpp@1.7, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/crypto.cpp@1.2, 2006-09-26 23:09:44+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/des.cpp@1.6, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/dh.cpp@1.9, 2006-08-16 01:36:33+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/dsa.cpp@1.7, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/file.cpp@1.5, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/hash.cpp@1.5, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/integer.cpp@1.28, 2007-01-25 19:34:38+01:00, msvensson@neptunus.(none) +23 -42
    Import patch yassl.diff

  extra/yassl/taocrypt/src/md2.cpp@1.3, 2006-07-12 21:15:03+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/md4.cpp@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/md5.cpp@1.7, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/misc.cpp@1.19, 2006-10-17 02:33:15+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/random.cpp@1.12, 2006-11-02 19:10:43+01:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/ripemd.cpp@1.7, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/rsa.cpp@1.9, 2006-07-12 21:15:04+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/sha.cpp@1.7, 2006-10-05 23:32:32+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/template_instnt.cpp@1.13, 2006-08-16 01:36:33+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/tftables.cpp@1.3, 2006-07-12 21:15:04+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

  extra/yassl/taocrypt/src/twofish.cpp@1.4, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +17 -24
    Import patch yassl.diff

ChangeSet@1.1616.2955.1, 2007-01-29 14:31:48+01:00, msvensson@pilot.mysql.com +11 -0
  Bug#22943 syscall pruning in libmysql
   - Set the timeout values only where needed

  sql-common/client.c@1.46.1.50, 2007-01-29 14:31:47+01:00, msvensson@pilot.mysql.com +7 -1
    Call 'vio_timeout' to set up the read and write timeout's for the
    newly created connection. It only need to be done once at connect time. 

  sql/mysql_priv.h@1.186.109.2, 2007-01-29 14:31:45+01:00, msvensson@pilot.mysql.com +2 -0
    Add new functions for setting read and write timeout on "net"

  sql/mysqld.cc@1.356.111.1, 2007-01-29 14:31:45+01:00, msvensson@pilot.mysql.com +2 -8
    - Move the setting of "read_timeout" to the value of "connect_timeout" to
      just before 'check_connection' which is the function where we want
      to use the different timeout
    - With the new functions to set timeout on "net", there is no need to
      specifically set the default wait_timeout on windows.

  sql/net_serv.cc@1.63.1.15, 2007-01-29 14:31:45+01:00, msvensson@pilot.mysql.com +25 -2
    Add new functions for setting read and write timeout of "net, when
    server is compiled not to use alarms it will set the write/read timeout
    directly on connection using 'vio_timeout'(using setsockopt if socket)

  sql/repl_failsafe.cc@1.32.1.31, 2007-01-29 14:31:46+01:00, msvensson@pilot.mysql.com +6 -3
    Put unused code within "#if NOT_USED"

  sql/set_var.cc@1.34.70.1, 2007-01-29 14:31:46+01:00, msvensson@pilot.mysql.com +2 -2
    Use 'net_set_*_timeout' when adjusting timeout value
    on the current connection

  sql/slave.cc@1.188.20.1, 2007-01-29 14:31:46+01:00, msvensson@pilot.mysql.com +0 -1
    The read timeout used when connecting to master server is set
    using 'mysql_options' in 'connect_to_master' function

  sql/sql_parse.cc@1.271.131.2, 2007-01-29 14:31:46+01:00, msvensson@pilot.mysql.com +25 -12
    - Set read and write timeout values to "connect_timeout" during
    connect phase
    - Use "read_timeout" value during sslaccept phase, since this is during
    connect phase it implies "connect-timeout"
    - Set read and write timeout value back to default after connect phase
    - Set "read_timeout" to "wait_timeout" while waiting for client.

  sql/sql_repl.cc@1.102.1.39, 2007-01-29 14:31:46+01:00, msvensson@pilot.mysql.com +3 -3
    Set "read_timeout" to "wait_timeout" while ask other mysqld to send file

  vio/vio.c@1.19.1.7, 2007-01-29 14:31:47+01:00, msvensson@pilot.mysql.com +1 -1
    Use 'vio_timeout' for setting timeout also on an SSL connection
    since they both use sockets

  vio/viossl.c@1.22.1.7, 2007-01-29 14:31:47+01:00, msvensson@pilot.mysql.com +0 -11
    Remove 'vio_ssl_timeout' function

ChangeSet@1.2385.5.1, 2007-01-29 12:24:08+01:00, msvensson@pilot.mysql.com +1 -0
  Bug#19474 readline bug: mysql: free(): invalid pointer
   - Write to uninitialised memory occured since _rl_rapped_lines buffer
     was not extended in CHECK_INV_LBREAKS macro
   - Patch submitted to bug-readline@gnu.org

  cmd-line-utils/readline/display.c@1.16, 2007-01-29 12:24:06+01:00, msvensson@pilot.mysql.com +12 -0
    Extend _rl_wrapped_lines everytime inv_lbsize is increased

ChangeSet@1.1616.2954.1, 2007-01-29 11:48:31+04:00, holyfoot@mysql.com +1 -0
  bug #25492 (Invalid deallocation in mysql_stmt_fetch)
  Operating with the prepared statements we don't alloc MYSQL_DATA structure,
  but use MYSQL_STMT's field instead (to increase performance by reducing
  malloc calls).
  So we shouldn't free this structure as we did before.

  libmysqld/lib_sql.cc@1.75.1.61, 2007-01-29 11:48:30+04:00, holyfoot@mysql.com +1 -1
    we only should free data->alloc here, as the 'data' is a member
    of STMT structure

ChangeSet@1.2377.4.9, 2007-01-26 17:10:45-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #24420.
  Objects of the classes Item_func_is_not_null_test and Item_func_trig_cond
  must be transparent for the method Item::split_sum_func2 as these classes
  are pure helpers. It means that the method Item::split_sum_func2 should
  look at those objects as at pure wrappers.

  mysql-test/r/subselect3.result@1.4, 2007-01-26 17:10:42-08:00, igor@olga.mysql.com +16 -0
    Added a test case for bug #24420.
    

  mysql-test/t/subselect3.test@1.5, 2007-01-26 17:10:42-08:00, igor@olga.mysql.com +17 -0
    Added a test case for bug #24420.

  sql/item.cc@1.252, 2007-01-26 17:10:43-08:00, igor@olga.mysql.com +4 -1
    Fixed bug #24420.
    Objects of the classes Item_func_is_not_null_test and Item_func_trig_cond
    must be transparent for the method Item::split_sum_func2 as these classes
    are pure helpers. It means that the method Item::split_sum_func2 should
    look at those objects as at pure wrappers.

ChangeSet@1.2395, 2007-01-26 12:17:50-08:00, mtaylor@qualinost.(none) +1 -0
  Reverting change adding /etc/mysql support, as it breaks some installs.

  mysys/default.c@1.88, 2007-01-26 12:17:48-08:00, mtaylor@qualinost.(none) +4 -6
    Reverting change adding /etc/mysql support, as it breaks some installs.

ChangeSet@1.1616.2934.19, 2007-01-26 12:00:38-08:00, mtaylor@qualinost.(none) +2 -0
  User visible change - breaks some environments, per Paul DuBois. Reverting in 4.1 and 5.0. 

  mysys/default.c@1.43.1.9, 2007-01-26 12:00:37-08:00, mtaylor@qualinost.(none) +0 -1
    User visible change - breaks some environments, per Paul DuBois. Reverting in 4.1 and 5.0. 

  scripts/mysqld_multi.sh@1.21.4.1, 2007-01-26 12:00:37-08:00, mtaylor@qualinost.(none) +0 -8
    User visible change - breaks some environments, per Paul DuBois. Reverting in 4.1 and 5.0. 

ChangeSet@1.2341.80.1, 2007-01-26 14:47:12-05:00, cmiller@zippy.cornsilk.net +3 -0
  Bug #25879: THD::options isn't set with ulonglong values and \
  	variables
  
  Bits higher than 2**31 were impossible to set on THD::options.  It's
  probably a remnant from a time when options was a 32-bit integer.
  
  Now, use unsigned long-long constants and variables to set and clear
  THD::options.
  ---
  Pulled comments back to column 49.

  BitKeeper/etc/collapsed@1.18.2.1, 2007-01-26 14:46:34-05:00, cmiller@zippy.cornsilk.net +2 -0

  sql/mysql_priv.h@1.425.6.1, 2007-01-26 14:47:10-05:00, cmiller@zippy.cornsilk.net +39 -33
    THD::options is an ulonglong, so we should define our bit constants 
    that way.
    ---
    Pulled comments back to column 49.

  sql/set_var.h@1.78.1.3, 2007-01-26 14:47:10-05:00, cmiller@zippy.cornsilk.net +2 -2
    THD::options is a ulonglong, and we if we're going to set bits higher
    than 2**31, then we must treat the bitmasks as a 64-bit number.

ChangeSet@1.2385.4.3, 2007-01-26 11:34:56+01:00, msvensson@shellback.(none) +1 -0
  Bug#19209 Test 'rpl_openssl' hangs on Windows
   - Remove the hack to not run it on windows

  mysql-test/t/rpl_openssl.test@1.20, 2007-01-26 11:34:54+01:00, msvensson@shellback.(none) +0 -4
    Run on all platforms

ChangeSet@1.2385.4.2, 2007-01-26 11:30:54+01:00, msvensson@shellback.(none) +3 -0
  Bug#25203 Mysql crashes when mysql_kill() is executed in a connection using SSL
   - It's too early to free the SSL object in 'vio_ssl_close'. There
     might still be a thread using or reading from it on platforms
     where we need to close the active connection/socket in order
     to break the read.  
   - Add new function 'vio_ssl_delete' and install it as the viodelete
     function for SSL connections.

  vio/vio.c@1.30, 2007-01-26 11:30:51+01:00, msvensson@shellback.(none) +9 -10
    Install 'vio_ssl_delete' as viodelete function for SSL connections
    Cleanup 'vio_delete'

  vio/vio_priv.h@1.8, 2007-01-26 11:30:51+01:00, msvensson@shellback.(none) +1 -0
    Add declaration of vio_ssl_delete

  vio/viossl.c@1.41, 2007-01-26 11:30:51+01:00, msvensson@shellback.(none) +18 -2
    Add new function 'vio_ssl_delete' that takes care of freeing the memory
    allocated by the SSL connection
    Move the code to free the SSL object from vio_ssl_close

ChangeSet@1.2377.6.6, 2007-01-25 22:50:48-08:00, igor@olga.mysql.com +1 -0
  Post merge fix

  sql/item_subselect.cc@1.151, 2007-01-25 22:50:46-08:00, igor@olga.mysql.com +2 -0
    Post merge fix

ChangeSet@1.1616.2920.13, 2007-01-25 18:44:35-08:00, igor@olga.mysql.com +10 -0
  Fixed bug #24653.
  The bug report has demonstrated the following two problems.
  1. If an ORDER/GROUP BY list includes a constant expression being 
  optimized away and, at the same time, containing single-row
  subselects that return more that one row, no error is reported.
  Strictly speaking the standard allows to ignore error in this case.
  Yet, now a corresponding fatal error is reported in this case.
  2. If a query requires sorting by expressions containing single-row
  subselects that, however, return more than one row, then the execution
  of the query may cause a server crash. 
  To fix this some code has been added that blocks execution of a subselect
  item in case of a fatal error in the method Item_subselect::exec.

  mysql-test/r/subselect.result@1.67.1.120, 2007-01-25 18:44:31-08:00, igor@olga.mysql.com +74 -0
    Added a test cases for bug #24653.

  mysql-test/t/subselect.test@1.58.1.106, 2007-01-25 18:44:31-08:00, igor@olga.mysql.com +59 -0
    Added a test cases for bug #24653.

  sql/filesort.cc@1.70.1.25, 2007-01-25 18:44:31-08:00, igor@olga.mysql.com +5 -1
    Fixed bug #24653.
    Added a check for fatal error after reading the next row from the table
    in the function find_all_keys.

  sql/item.cc@1.58.78.1, 2007-01-25 18:44:31-08:00, igor@olga.mysql.com +1 -0
    Fixed bug #24653.
    Down-ported calculation of the attribute with_subselect of for Item objects.

  sql/item.h@1.56.1.141, 2007-01-25 18:44:32-08:00, igor@olga.mysql.com +3 -0
    Fixed bug #24653.
    Down-ported calculation of the attribute with_subselect of for Item objects.

  sql/item_cmpfunc.cc@1.111.23.15, 2007-01-25 18:44:32-08:00, igor@olga.mysql.com +4 -3
    Fixed bug #24653.
    Down-ported calculation of the attribute with_subselect of for Item objects.

  sql/item_cmpfunc.h@1.73.1.47, 2007-01-25 18:44:32-08:00, igor@olga.mysql.com +2 -1
    Fixed bug #24653.
    Down-ported calculation of the attribute with_subselect of for Item objects.

  sql/item_func.cc@1.124.53.2, 2007-01-25 18:44:32-08:00, igor@olga.mysql.com +1 -0
    Fixed bug #24653.
    Down-ported calculation of the attribute with_subselect of for Item objects.

  sql/item_subselect.cc@1.60.1.88, 2007-01-25 18:44:32-08:00, igor@olga.mysql.com +4 -0
    Fixed bug #24653.
    Added a check for fatal error in the method Item_subselect::exec
    to block evaluation of subselects in erroneous situations.
    Down-ported calculation of the attribute with_subselect of for Item objects. 

  sql/sql_select.cc@1.216.125.17, 2007-01-25 18:44:32-08:00, igor@olga.mysql.com +21 -0
    Fixed bug #24653.
    Added a check to verify that any constant expression used
    in ORDER BY and/or GROUP BY lists which is optimized away
    does not contain subselects returning more than one row.
    If it does a fatal error is reported.

ChangeSet@1.1346.891.2, 2007-01-25 20:10:31+02:00, jani@ua141d10.elisa.omakaista.fi +8 -0
  Cleanup of thread-type (linuxthread or NTPL) detection code
  Move get_thread_lib to mysys/my_pthread.c
  Set 'thr_client_alarm' to signal number used by thr_alarm to give alarms
  

  include/my_global.h@1.34.1.43, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +1 -4
    Fixed to be same as in 5.1

  include/my_pthread.h@1.57.1.11, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +8 -8
    Move things around to be more in line with rest of code

  include/thr_alarm.h@1.13.1.5, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +2 -0
    extern of thr_client_alarm

  mysys/default.c@1.17.1.21, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +2 -2
    Fixed two wrong pointer incrementations.

  mysys/my_pthread.c@1.35.1.6, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +3 -1
    Cleanup: Use variable thr_client_alarm

  mysys/my_thr_init.c@1.21.1.5, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +20 -0
    Detect thread library at startup

  mysys/thr_alarm.c@1.41.1.2, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +13 -13
    Set thr_client_alarm depending on which thread library we are using

  sql/mysqld.cc@1.297.52.10, 2007-01-25 20:10:30+02:00, jani@ua141d10.elisa.omakaista.fi +9 -25
    Move get_thread_lib to mysys/my_pthread.c

ChangeSet@1.2341.65.5, 2007-01-25 17:51:21+01:00, joerg@trift2. +5 -0
  For Linux systems running RHEL 4 (which includes SE-Linux), we need to provide
  additional files that specify some actions which are allowed to the MySQL binaries.
      
  Create a new subdirectory "supportfiles/RHEL4-SElinux" for them, and process it.
  
  This fixes bug#12676.

  configure.in@1.416.2.2, 2007-01-25 17:51:18+01:00, joerg@trift2. +2 -1
    New "support-files/RHEL4-SElinux/Makefile.am" must be processed by "automake" etc.

  support-files/Makefile.am@1.34, 2007-01-25 17:51:18+01:00, joerg@trift2. +2 -2
    For Linux systems running RHEL 4 (which includes SE-Linux), we need to provide
    additional files that specify some actions which are allowed to the MySQL binaries.
    
    Create a new subdirectory "supportfiles/RHEL4-SElinux" for them, and process it.

  support-files/RHEL4-SElinux/Makefile.am@1.1, 2007-01-25 17:51:18+01:00, joerg@trift2. +23 -0
    BitKeeper file /MySQL/M50/bug12676-5.0/support-files/RHEL4-SElinux/Makefile.am

  support-files/RHEL4-SElinux/Makefile.am@1.0, 2007-01-25 17:51:18+01:00, joerg@trift2. +0 -0

  support-files/RHEL4-SElinux/mysql.fc@1.1, 2007-01-25 17:51:18+01:00, joerg@trift2. +25 -0
    BitKeeper file /MySQL/M50/bug12676-5.0/support-files/RHEL4-SElinux/mysql.fc

  support-files/RHEL4-SElinux/mysql.fc@1.0, 2007-01-25 17:51:18+01:00, joerg@trift2. +0 -0

  support-files/RHEL4-SElinux/mysql.te@1.1, 2007-01-25 17:51:18+01:00, joerg@trift2. +132 -0
    BitKeeper file /MySQL/M50/bug12676-5.0/support-files/RHEL4-SElinux/mysql.te

  support-files/RHEL4-SElinux/mysql.te@1.0, 2007-01-25 17:51:18+01:00, joerg@trift2. +0 -0

ChangeSet@1.2377.10.1, 2007-01-25 08:46:07+01:00, df@kahlann.erinye.com +2 -0
  BUG#25530 --with-readline fails with commercial source packages

  BUILD/SETUP.sh@1.62, 2007-01-25 08:46:04+01:00, df@kahlann.erinye.com +10 -1
    BUG#25530 --with-readline fails with commercial source packages
    
    The compile-* scripts should not use --with-readline explicitly when no readline is present.

  configure.in@1.416.1.6, 2007-01-25 08:46:04+01:00, df@kahlann.erinye.com +15 -2
    BUG#25530 --with-readline fails with commercial source packages
    
    Configuring --with-readline should fail when libreadline is not bundled.
    A system libreadline is only used when there is a bundled libreadline too, so the commercial source code isn't linked with GPL libreadline by accident.

ChangeSet@1.2377.8.3, 2007-01-25 02:27:28+03:00, sergefp@mysql.com +1 -0
  BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...):
  Fixed typo problem that surfaced after the merge

  sql/sql_select.cc@1.485, 2007-01-25 02:27:26+03:00, sergefp@mysql.com +2 -2
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...):
    Fixed typo problem that surfaced after the merge

ChangeSet@1.2377.8.2, 2007-01-24 22:23:50+03:00, sergefp@mysql.com +3 -0
  BUG#24127: merge fixes: If subselect is a union, dont allocate several 
  identical pushed_cond_guards arrays. Allocate only one always.

  mysql-test/r/subselect.result@1.171, 2007-01-24 22:23:47+03:00, sergefp@mysql.com +3 -3
    BUG#24127: merge

  mysql-test/t/subselect3.test@1.4, 2007-01-24 22:23:47+03:00, sergefp@mysql.com +0 -1
    BUG#24127: merge

  sql/item_subselect.cc@1.149, 2007-01-24 22:23:47+03:00, sergefp@mysql.com +2 -2
    BUG#24127: merge fixes: If subselect is a union, dont allocate several 
    identical pushed_cond_guards arrays. Allocate only one always.

ChangeSet@1.2377.7.4, 2007-01-24 22:11:27+03:00, dlenev@mockturtle.local +1 -0
  Disabling back im_daemon_life_cycle.test, which was temporarily enabled in
  the team tree for additional investigation.

  mysql-test/t/disabled.def@1.41, 2007-01-24 22:11:25+03:00, dlenev@mockturtle.local +1 -0
    Disabling back im_daemon_life_cycle.test, which was temporarily enabled in
    the team tree for additional investigation.

ChangeSet@1.2385.4.1, 2007-01-24 16:45:30+03:00, kaa@polly.local +2 -0
  Added a test case for bug #6774 "Replication fails with Wrong usage of DB GRANT and GLOBAL PRIVILEGES"

  mysql-test/r/grant.result@1.61, 2007-01-24 16:45:25+03:00, kaa@polly.local +2 -0
    Added a test case for bug #6774 "Replication fails with Wrong usage of DB GRANT and GLOBAL PRIVILEGES"

  mysql-test/t/grant.test@1.51, 2007-01-24 16:45:26+03:00, kaa@polly.local +12 -0
    Added a test case for bug #6774 "Replication fails with Wrong usage of DB GRANT and GLOBAL PRIVILEGES"

ChangeSet@1.2341.79.3, 2007-01-24 13:29:46+01:00, istruewing@chilla.local +1 -0
  Bug#24607 - MyISAM pointer size determined incorrectly
  After merge fix

  mysql-test/r/myisam.result@1.90.3.2, 2007-01-24 13:29:44+01:00, istruewing@chilla.local +1 -1
    Bug#24607 - MyISAM pointer size determined incorrectly
    After merge fix

ChangeSet@1.1616.2952.1, 2007-01-24 13:17:01+01:00, istruewing@chilla.local +2 -0
  Bug#24607 - MyISAM pointer size determined incorrectly
  Fixed test. On 32-bit machines which compile without
  -DBIG_TABLES, MAX_ROWS is truncated to a 32-bit value.
  Using a value below 4G is portable.

  mysql-test/r/myisam.result@1.45.10.4, 2007-01-24 13:16:59+01:00, istruewing@chilla.local +2 -2
    Bug#24607 - MyISAM pointer size determined incorrectly
    Fixed test results.

  mysql-test/t/myisam.test@1.33.12.4, 2007-01-24 13:16:59+01:00, istruewing@chilla.local +1 -1
    Bug#24607 - MyISAM pointer size determined incorrectly
    Fixed test. On 32-bit machines which compile without
    -DBIG_TABLES, MAX_ROWS is truncated to a 32-bit value.
    Using a value below 4G is portable.

ChangeSet@1.2341.4.20, 2007-01-24 11:53:09+04:00, svoj@mysql.com +2 -0
  After merge fix.

  mysql-test/r/myisam.result@1.90.1.5, 2007-01-24 11:53:08+04:00, svoj@mysql.com +0 -13
    After merge fix.

  mysql-test/t/myisam.test@1.70.2.5, 2007-01-24 11:53:08+04:00, svoj@mysql.com +0 -34
    After merge fix.

ChangeSet@1.2341.39.13, 2007-01-24 16:12:39+11:00, stewart@willster.(none) +1 -0
  fix hpux build problem and some ndb connect errors being missed

  ndb/src/common/util/SocketClient.cpp@1.11, 2007-01-24 16:12:37+11:00, stewart@willster.(none) +2 -2
    fix two problems recently introduced:
    - HPUX build problem
    - some connect errors not being detected properly

ChangeSet@1.1616.2951.1, 2007-01-24 09:41:40+07:00, tomas@poseidon.mysql.com +1 -0
  Bug#25668 mysqld may core if cluster disconnected
  - recommit in 4.1

  sql/ha_ndbcluster.cc@1.114.3.79, 2007-01-24 09:41:35+07:00, tomas@poseidon.mysql.com +1 -1
    Bug#25668 mysqld may core if cluster disconnected
    - recommit in 4.1

ChangeSet@1.2341.27.40, 2007-01-23 10:11:53-08:00, igor@olga.mysql.com +1 -0
  Post-merge fix.

  mysql-test/t/fulltext_left_join.test@1.15, 2007-01-23 10:11:52-08:00, igor@olga.mysql.com +0 -13
    Post-merge fix.

ChangeSet@1.2377.1.9, 2007-01-23 10:43:21-07:00, tsmith@siva.hindu.god +1 -0
  Makefile.am: Fix bad merge: add 'cd mysql-test' to test-ps: target

  Makefile.am@1.96, 2007-01-23 10:43:18-07:00, tsmith@siva.hindu.god +1 -0
    Fix bad merge: add 'cd mysql-test' to test-ps: target

ChangeSet@1.2360.2.1, 2007-01-23 10:01:56-05:00, iggy@recycle.(none) +1 -0
  Bug#24496:Fresh install of mysql on windows has anonymous user with root access.
  - Add anonymous user with no rights.

  scripts/mysql_create_system_tables.sh@1.28.1.1, 2007-01-23 10:01:54-05:00, iggy@recycle.(none) +1 -1
    Bug#24496:Fresh install of mysql on windows has anonymous user with root access.
    - Add anonymous user with no rights.

ChangeSet@1.2294.59.2, 2007-01-23 15:03:48+03:00, dlenev@mockturtle.local +5 -0
  Proposed fix for bug#24491 "using alias from source table in insert ...
  on duplicate key".
  
  INSERT ... SELECT ... ON DUPLICATE KEY UPDATE which was used in
  stored routine or as prepared statement and which in its ON DUPLICATE
  KEY clause erroneously tried to assign value to a column mentioned only
  in its SELECT part was properly emitting error on the first execution
  but succeeded on the second and following executions.
  
  Code which is responsible for name resolution of fields mentioned in
  UPDATE clause (e.g. see select_insert::prepare()) modifies table list
  and Name_resolution_context used in this process. It uses
  Name_resolution_context_state::save_state/restore_state() to revert
  these modifications. Unfortunately those two methods failed to revert
  properly modifications to TABLE_LIST::next_name_resolution_table
  and this broke name resolution process for successive executions.
  
  This patch fixes Name_resolution_context_state::save_state/restore_state()
  in such way that it properly handles TABLE_LIST::next_name_resolution_table.

  mysql-test/r/ps.result@1.82.2.1, 2007-01-23 15:03:45+03:00, dlenev@mockturtle.local +16 -0
    Added test case for bug#24491 "using alias from source table in insert ...
    on duplicate key"

  mysql-test/r/sp-error.result@1.110, 2007-01-23 15:03:46+03:00, dlenev@mockturtle.local +19 -0
    Added test case for bug#24491 "using alias from source table in insert ...
    on duplicate key"

  mysql-test/t/ps.test@1.79.2.1, 2007-01-23 15:03:46+03:00, dlenev@mockturtle.local +30 -0
    Added test case for bug#24491 "using alias from source table in insert ...
    on duplicate key"

  mysql-test/t/sp-error.test@1.111, 2007-01-23 15:03:46+03:00, dlenev@mockturtle.local +32 -0
    Added test case for bug#24491 "using alias from source table in insert ...
    on duplicate key"

  sql/item.h@1.212.1.1, 2007-01-23 15:03:46+03:00, dlenev@mockturtle.local +2 -7
    Name_resolution_context::save_state/restore_state():
      At the moment these methods are used only by code implementing
      INSERT and INSERT ... SELECT statements. This code doesn't modify
     'next_name_resolution_table' member of table list element
      corresponding to the first table of SELECT clause (pointed by
      'first_name_resolution_table'). But it modifies table list element
      corresponding to the target table of INSERT (pointed by 'table_list')
      So these methods were changed to reflect this.

ChangeSet@1.2341.39.11, 2007-01-23 12:58:10+01:00, pekka@clam.ndb.mysql.com +1 -0
  ndb - bug#25562 use byte-size max_data_length() when setting blob part size

  sql/ha_ndbcluster.cc@1.297, 2007-01-23 12:56:51+01:00, pekka@clam.ndb.mysql.com +21 -11
    bug#25562 use byte-size max_data_length() when setting blob part size

ChangeSet@1.2341.77.2, 2007-01-23 17:19:27+11:00, stewart@willster.(none) +1 -0
  round up Transporter connect timeout

  ndb/src/common/transporter/Transporter.cpp@1.25, 2007-01-23 17:19:23+11:00, stewart@willster.(none) +1 -1
    change so timeout is rounded up to nearest second

ChangeSet@1.2341.77.1, 2007-01-23 17:07:09+11:00, stewart@willster.(none) +5 -0
  Bug #25487  	deleting ndb_cluster_connection object takes long time
    
    aim is to:
    a) if set_connect_timeout called, timeout connect attempt (for retry on
    next call) after timeout period
    b) preserve existing blocking behaviour otherwise (for, e.g. mgmapi)
    
    Related to customer issue with long time deleting ndb_cluster_connection
    object. believe we're hanging on the connect(2) call until timeout (when
    we then realise we should exit the thread).

  ndb/include/mgmapi/mgmapi.h@1.54, 2007-01-23 17:06:24+11:00, stewart@willster.(none) +10 -0
    add ndb_mgm_set_connect_timeout

  ndb/include/util/SocketClient.hpp@1.7, 2007-01-23 17:06:32+11:00, stewart@willster.(none) +4 -0
    add timeout (seconds) for max time to wait for connection

  ndb/src/common/transporter/Transporter.cpp@1.24, 2007-01-23 17:06:32+11:00, stewart@willster.(none) +6 -2
    set limit on amount of time we'll wait for tcp connect

  ndb/src/common/util/SocketClient.cpp@1.10, 2007-01-23 17:06:32+11:00, stewart@willster.(none) +56 -4
    only try to connect for a maximum of timeout time

  ndb/src/mgmapi/mgmapi.cpp@1.68, 2007-01-23 17:06:33+11:00, stewart@willster.(none) +13 -0
    add ndb_mgm_set_connect_timeout

ChangeSet@1.2341.39.10, 2007-01-23 11:44:42+07:00, tomas@poseidon.mysql.com +4 -0
  ndb - bug#22013
      Fix bug in event handling wrt early node shutdown

  ndb/src/mgmsrv/MgmtSrvr.cpp@1.111, 2007-01-23 11:44:36+07:00, tomas@poseidon.mysql.com +35 -13
    Fix bug in event handling wrt early node shutdown

  ndb/src/ndbapi/ClusterMgr.cpp@1.31, 2007-01-23 11:44:36+07:00, tomas@poseidon.mysql.com +5 -4
    Fix reportNodeFailed if only connected wo/ having received any API_REGCONF

  ndb/src/ndbapi/ClusterMgr.hpp@1.13, 2007-01-23 11:44:36+07:00, tomas@poseidon.mysql.com +2 -2
    Fix reportNodeFailed if only connected wo/ having received any API_REGCONF

  ndb/src/ndbapi/SignalSender.cpp@1.8, 2007-01-23 11:44:36+07:00, tomas@poseidon.mysql.com +9 -0
    Fix memleak

ChangeSet@1.2341.39.9, 2007-01-23 07:12:03+07:00, tomas@poseidon.mysql.com +1 -0
  bug#25746 ndb: 4209 error with 2 VARCHAR primary keys
  - post review changes

  sql/ha_ndbcluster.cc@1.296, 2007-01-23 07:11:53+07:00, tomas@poseidon.mysql.com +1 -1
    bug#25746 ndb: 4209 error with 2 VARCHAR primary keys
    - post review changes

ChangeSet@1.1616.2920.12, 2007-01-22 14:23:53-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #25637: LEFT JOIN with BOOLEAN FULLTEXT loses left table matches.
  The bug is actually a duplicate of the bug 14708.
  Down-ported the fix for 14708 from 5.0.  
  Merged the test case for bug 14708 from 5.0.

  mysql-test/r/fulltext_left_join.result@1.12.1.1, 2007-01-22 14:23:52-08:00, igor@olga.mysql.com +40 -0
    Added a test case for bug #25637 (duplicate .of bug 14708).
    Merged the test case for bug 14708 from 5.0.

  mysql-test/t/fulltext_left_join.test@1.12.1.1, 2007-01-22 14:23:52-08:00, igor@olga.mysql.com +41 -0
    Added a test case for bug #25637 (duplicate of bug 14708).
    Merged the test case for bug 14708 from 5.0.

  sql/item_func.cc@1.124.53.1, 2007-01-22 14:23:52-08:00, igor@olga.mysql.com +1 -1
    Fixed bug #25637: LEFT JOIN with BOOLEAN FULLTEXT loses left table matches.
    The bug is actually a duplicate of the bug 14708.
    Down-ported the fix for 14708 from 5.0.  

ChangeSet@1.2341.27.38, 2007-01-22 23:04:14+03:00, evgen@moonbone.local +1 -0
  sql_select.cc:
    Code cleanup after fix for bug#23417.

  sql/sql_select.cc@1.482, 2007-01-22 23:04:03+03:00, evgen@moonbone.local +2 -3
    Code cleanup after fix for bug#23417.

ChangeSet@1.2341.27.37, 2007-01-22 22:08:51+03:00, evgen@moonbone.local +1 -0
  sql_prepare.cc:
    Post fix for bug#25123.

  sql/sql_prepare.cc@1.189.1.1, 2007-01-22 22:08:31+03:00, evgen@moonbone.local +1 -1
    Post fix for bug#25123.

ChangeSet@1.2341.39.8, 2007-01-23 00:34:00+07:00, tomas@poseidon.mysql.com +3 -0
  bug#25746 ndb: 4209 error with 2 VARCHAR primary keys
  - make sure keys are copied correctly when varchar has 2 length bytes
  - test case

  mysql-test/r/ndb_basic.result@1.36, 2007-01-23 00:33:54+07:00, tomas@poseidon.mysql.com +16 -0
    bug#25746 ndb: 4209 error with 2 VARCHAR primary keys
    - test case

  mysql-test/t/ndb_basic.test@1.37, 2007-01-23 00:33:54+07:00, tomas@poseidon.mysql.com +19 -0
    bug#25746 ndb: 4209 error with 2 VARCHAR primary keys
    - test case

  sql/ha_ndbcluster.cc@1.295, 2007-01-23 00:33:54+07:00, tomas@poseidon.mysql.com +16 -10
    bug#25746 ndb: 4209 error with 2 VARCHAR primary keys
    - make sure keys are copied correctly when varchar has 2 length bytes

ChangeSet@1.2341.69.5, 2007-01-22 20:00:27+03:00, anozdrin@alik. +1 -0
  Enabling im_daemon_life_cycle.imtest in team tree.
  
  Do not propagate this change into main trees.

  mysql-test/t/disabled.def@1.36.1.3, 2007-01-22 20:00:26+03:00, anozdrin@alik. +0 -1
    Enbled im_daemon_life_cycle.imtest

ChangeSet@1.2385.1.5, 2007-01-22 16:54:40+01:00, msvensson@neptunus.(none) +17 -0
  Import yaSSL version 1.5.8
   - Includes patch for Bug#25189

  extra/yassl/README@1.8, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +17 -1
    Import patch yassl.diff

  extra/yassl/include/openssl/ssl.h@1.19, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +1 -1
    Import patch yassl.diff

  extra/yassl/src/make.bat@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +0 -18
    Import patch yassl.diff

  extra/yassl/src/ssl.cpp@1.23, 2006-12-13 22:40:54+01:00, msvensson@neptunus.(none) +1 -1
    Import patch yassl.diff

  extra/yassl/src/yassl_error.cpp@1.10, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +10 -2
    Import patch yassl.diff

  extra/yassl/taocrypt/benchmark/make.bat@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +0 -18
    Import patch yassl.diff

  extra/yassl/taocrypt/include/asn.hpp@1.12, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +28 -0
    Import patch yassl.diff

  extra/yassl/taocrypt/include/error.hpp@1.6, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +5 -1
    Import patch yassl.diff

  extra/yassl/taocrypt/include/file.hpp@1.5, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +4 -2
    Import patch yassl.diff

  extra/yassl/taocrypt/src/asn.cpp@1.12, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +79 -0
    Import patch yassl.diff

  extra/yassl/taocrypt/src/coding.cpp@1.6, 2007-01-17 19:14:50+01:00, msvensson@neptunus.(none) +10 -4
    Import patch yassl.diff

  extra/yassl/taocrypt/src/integer.cpp@1.27, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +24 -19
    Import patch yassl.diff

  extra/yassl/taocrypt/src/make.bat@1.7, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +0 -18
    Import patch yassl.diff

  extra/yassl/taocrypt/test/make.bat@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +0 -18
    Import patch yassl.diff

  extra/yassl/taocrypt/test/test.cpp@1.5, 2007-01-10 19:27:15+01:00, msvensson@neptunus.(none) +45 -1
    Import patch yassl.diff

  extra/yassl/testsuite/make.bat@1.5, 2006-10-05 05:18:12+02:00, msvensson@neptunus.(none) +0 -18
    Import patch yassl.diff

  extra/yassl/testsuite/testsuite.cpp@1.5, 2006-05-04 22:23:39+02:00, msvensson@neptunus.(none) +2 -2
    Import patch yassl.diff

ChangeSet@1.1616.2950.2, 2007-01-22 16:32:57+01:00, df@kahlann.erinye.com +1 -0
  after-merge fix

  mysql-test/mysql-test-run.pl@1.8.22.2, 2007-01-22 16:32:56+01:00, df@kahlann.erinye.com +1 -1
    after-merge fix

ChangeSet@1.1616.2937.5, 2007-01-22 16:34:58+04:00, svoj@mysql.com +1 -0
  BUG#24401 - MySQL server crashes if you try to retrieve data from
              corrupted table
  
  Accessing a table with corrupted column definition results in server
  crash.
  
  This is fixed by refusing to open such tables. Affects MyISAM only.
  No test case, since it requires crashed table.

  myisam/mi_open.c@1.80.2.10, 2007-01-22 16:34:57+04:00, svoj@mysql.com +7 -0
    Refuse to open MyISAM table with summary columns length bigger than
    length of the record.

ChangeSet@1.2341.27.36, 2007-01-22 15:14:38+03:00, evgen@moonbone.local +3 -0
  Bug#25123: ON DUPLICATE KEY clause allows fields not from the insert table.
  
  When inserting into a join-based view the update fields from the ON DUPLICATE
  KEY UPDATE wasn't checked to be from the table being inserted into and were
  silently ignored.
  
  The new check_view_single_update() function is added to check that
  insert/update fields are being from the same single table of the view.

  mysql-test/r/insert.result@1.27, 2007-01-22 15:13:57+03:00, evgen@moonbone.local +21 -0
    Added a test case for bug#25123: ON DUPLICATE KEY clause allows fields not from the insert table.

  mysql-test/t/insert.test@1.25, 2007-01-22 15:14:18+03:00, evgen@moonbone.local +18 -0
    Added a test case for bug#25123: ON DUPLICATE KEY clause allows fields not from the insert table.

  sql/sql_insert.cc@1.211.2.1, 2007-01-22 15:13:24+03:00, evgen@moonbone.local +73 -20
    Bug#25123: ON DUPLICATE KEY clause allows fields not from the insert table.
    The new check_view_single_update() function is added to check that
    insert/update fields are being from the same single table of the view.

ChangeSet@1.2385.1.4, 2007-01-22 12:34:39+01:00, msvensson@neptunus.(none) +1 -0
  Add define for used type of third argument to 'accept' - Netware uses size_t

  extra/yassl/testsuite/test.hpp@1.11, 2007-01-22 12:34:33+01:00, msvensson@neptunus.(none) +4 -1
    Add define for used type of third argument to 'accept' - Netware uses size_t

ChangeSet@1.2385.2.1, 2007-01-22 14:52:23+04:00, ramil@mysql.com +3 -0
  Fix for bug #22026: Warning when using IF statement and large unsigned bigint
    
  We use INT_RESULT type if all arguments are of type INT for 'if', 'case', 
  'coalesce' functions regardless of arguments' unsigned flag, so sometimes we can
  exceed the INT bounds.

  mysql-test/r/select.result@1.146, 2007-01-22 14:52:21+04:00, ramil@mysql.com +30 -0
    Fix for bug #22026: Warning when using IF statement and large unsigned bigint
      - test result.

  mysql-test/t/select.test@1.120, 2007-01-22 14:52:21+04:00, ramil@mysql.com +24 -0
    Fix for bug #22026: Warning when using IF statement and large unsigned bigint
      - test case.

  sql/item_cmpfunc.cc@1.228.2.1, 2007-01-22 14:52:21+04:00, ramil@mysql.com +9 -3
    Fix for bug #22026: Warning when using IF statement and large unsigned bigint
      - take into account unsigned flags aggregating result types:                    
        return INT_RESULT only if two items with INT_RESULT type                      
        have equal unsigned_flags, otherwise return REAL_RESULT. 

ChangeSet@1.2385.1.3, 2007-01-22 10:41:36+01:00, msvensson@neptunus.(none) +1 -0
  gen_lex_hash does not need to link with odbc32*.lib

  extra/CMakeLists.txt@1.3, 2007-01-22 10:41:34+01:00, msvensson@neptunus.(none) +1 -1
    gen_lex_hash does not need to link with odbc32*.lib

ChangeSet@1.1616.2945.3, 2007-01-21 19:55:17-07:00, tsmith@siva.hindu.god +1 -0
  Applied innodb-4.1-ss36 and innodb-4.1-ss38 snapshots
  
  Fixes:
  - Bug #24299: 
  - Bug #25596: 

  innobase/dict/dict0dict.c@1.52.1.18, 2007-01-21 19:55:16-07:00, tsmith@siva.hindu.god +16 -13
    Applied innodb-4.1-ss36 and innodb-4.1-ss38 snapshots
    
    Revision r36:
    innodb-4.1: Port r1030 from innodb/branches/5.0:
    
    Replace isspace() with a wrapper ib_isspace(), because on
    Win32 isspace(0xa0) appears to hold.  (Bug #24299)
    
    
    Revision r38:
    ib_isspace(c): Check for c being the null character.  (Bug #25596)

ChangeSet@1.2377.1.6, 2007-01-21 17:58:02-07:00, tsmith@siva.hindu.god +2 -0
  Applied innodb-5.0-ss1230 snapshot
  
  Fixes:
  - Bug #25596: InnoDB Alter Table Failures

  innobase/dict/dict0dict.c@1.81, 2007-01-21 17:58:00-07:00, tsmith@siva.hindu.god +1 -1
    Applied innodb-5.0-ss1230 snapshot.
    
    r1230
    
    branches/5.0: ib_isspace(c): Check for c being the null character.
    (Bug #25596)

  sql/ha_innodb.h@1.116, 2007-01-21 17:58:00-07:00, tsmith@siva.hindu.god +1 -1
    Applied innodb-5.0-ss1230
    
    Trivial indent SPACES -> TAB change.

ChangeSet@1.1346.891.1, 2007-01-22 02:32:07+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +8 -0
  Fix for configure to detect library correctly.
  Fix to check library in use during runtime.
  Fix for Bug#16995, "idle connections not being killed due to timeout when NPTL is used".

  BUILD/SETUP.sh@1.17.3.1, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +2 -2
    To avoid warnings during compilation.

  configure.in@1.191.1.150, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +98 -61
    Fixed configure so that it can correctly detect
    between NPTL and Linuxthreads.

  include/my_global.h@1.34.1.42, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +5 -2
    Fix for Linuxthreads.

  include/my_pthread.h@1.57.1.10, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +31 -10
    Added defines for different libraries that can be detected.
    Currently only 'other', 'nptl', and 'lt' (linuxthreads) are
    being used.
    
    changed sigset() and signal() to my_sigset() and my_signal()

  include/thr_alarm.h@1.13.1.4, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +0 -5
    Removed defines for Linuxthreads. This is now detected during
    runtime and handled in the thr_alarm.c

  mysys/my_pthread.c@1.35.1.5, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +3 -1
    Runtime check for library.

  mysys/thr_alarm.c@1.41.1.1, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +42 -51
    Runtime checks for library and corresponding
    signals.

  sql/mysqld.cc@1.297.52.9, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +34 -19
    Added function for detecting thread library in use
    during start-up.
    
    THR_KILL_SIGNAL removed, setting signals during runtime.

ChangeSet@1.1616.2934.16, 2007-01-19 17:34:47-08:00, mtaylor@qualinost.(none) +2 -0
  Moving version-script to acinclude.m4

  acinclude.m4@1.123.23.1, 2007-01-19 17:34:45-08:00, mtaylor@qualinost.(none) +8 -0
    Moving version-script to acinclude.m4

  configure.in@1.201.64.22, 2007-01-19 17:34:45-08:00, mtaylor@qualinost.(none) +0 -7
    Moving version-script to acinclude.m4

ChangeSet@1.2386, 2007-01-19 16:54:01-08:00, mtaylor@qualinost.(none) +3 -0
  Fixed the make distcheck problem. We only really need to create libndb.ver if we are building Ndb.

  config/ac-macros/ha_ndbcluster.m4@1.9, 2007-01-19 16:53:59-08:00, mtaylor@qualinost.(none) +9 -0
    We only need to create this file if we are building Ndb in the first place. Moving the code to ha_ndbcluster.m4

  configure.in@1.416.3.9, 2007-01-19 16:53:59-08:00, mtaylor@qualinost.(none) +0 -7
    We only need to create this file if we are building Ndb in the first place. Moving the code to ha_ndbcluster.m4

  ndb/src/Makefile.am@1.19, 2007-01-19 16:53:59-08:00, mtaylor@qualinost.(none) +0 -2
    BUILT_SOURCES is uneccesary. Removing it. The real problem was related to building or not building Ndb.

ChangeSet@1.2385, 2007-01-19 14:26:06-08:00, mtaylor@qualinost.(none) +2 -0
  Added libndb.ver to BUILT_SOURCES to force it to get removed during make distclean

  BitKeeper/etc/ignore@1.240, 2007-01-19 14:26:01-08:00, mtaylor@qualinost.(none) +1 -0
    Added ndb/src/libndb.ver to the ignore list

  ndb/src/Makefile.am@1.18, 2007-01-19 14:26:00-08:00, mtaylor@qualinost.(none) +2 -0
    Added libndb.ver to BUILT_SOURCES to force it to get removed during make distclean

ChangeSet@1.2384, 2007-01-19 12:27:59-08:00, mtaylor@qualinost.(none) +1 -0
  missed storage in one more place

  configure.in@1.416.3.8, 2007-01-19 12:27:57-08:00, mtaylor@qualinost.(none) +1 -1
    missed storage in one more place

ChangeSet@1.2383, 2007-01-19 12:23:06-08:00, mtaylor@qualinost.(none) +1 -0
  I cut and pasted in the wrong direction I think. We don't have storage until 5.1... 

  configure.in@1.416.3.7, 2007-01-19 12:23:04-08:00, mtaylor@qualinost.(none) +1 -1
    I cut and pasted in the wrong direction I think. We don't have storage until 5.1... 

ChangeSet@1.2341.76.1, 2007-01-19 23:15:59+03:00, dlenev@mockturtle.local +5 -0
  Fix for bug #25044 "ALTER TABLE ... ENABLE KEYS acquires global 'opening
  tables' lock."
  
  Execution of ALTER TABLE ... ENABLE KEYS on a table (which can take rather
  long time) prevented concurrent execution of all statements using tables.
  
  The problem was caused by the fact that we were holding LOCK_open mutex
  during whole duration of this statement and particularly during call
  to handler::enable_indexes(). This behavior was introduced as part of the
  fix for bug 14262 "SP: DROP PROCEDURE|VIEW (maybe more) write to binlog
  too late (race cond)"
  
  The patch simply restores old behavior. Note that we can safely do this as
  this operation takes exclusive lock (similar to name-lock) which blocks both
  DML and DDL on the table being altered.
  
  It also introduces mysql-test/include/wait_show_pattern.inc helper script
  which is used to make test-case for this bug robust enough.

  mysql-test/include/wait_show_pattern.inc@1.1, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +51 -0
    New BitKeeper file ``mysql-test/include/wait_show_pattern.inc''

  mysql-test/include/wait_show_pattern.inc@1.0, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +0 -0

  mysql-test/include/wait_slave_status.inc@1.2, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +7 -36
    Now wait_slave_status.inc reuses more generic wait_output_matches.inc script.

  mysql-test/r/alter_table-big.result@1.1, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +18 -0
    New BitKeeper file ``mysql-test/r/alter_table-big.result''

  mysql-test/r/alter_table-big.result@1.0, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +0 -0

  mysql-test/t/alter_table-big.test@1.1, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +62 -0
    New BitKeeper file ``mysql-test/t/alter_table-big.test''

  mysql-test/t/alter_table-big.test@1.0, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +0 -0

  sql/sql_table.cc@1.329.3.1, 2007-01-19 23:15:58+03:00, dlenev@mockturtle.local +23 -2
    mysql_alter_table():
      Changed ALTER TABLE ... ENABLE/DISABLE KEYS not to hold LOCK_open mutex
      during call to handler::enable_indexes() as the latter can take rather
      long time and therefore such ALTER would block execution of all other
      statements that use tables. We can safely do this as this operation takes 
      exclusive lock (similar to name-lock) on the table which is altered.

ChangeSet@1.2360.1.4, 2007-01-19 13:09:48-05:00, iggy@recycle.(none) +1 -0
  Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces
  - Corrected compiler warnings and performance problems with new 
  dynstr_append_os_quoted function.

  mysys/string.c@1.8.1.2, 2007-01-19 13:09:46-05:00, iggy@recycle.(none) +13 -15
    Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces
    - Fix compiler warnings.
    - Used dynstr_append_mem where string length is known.

ChangeSet@1.2341.75.1, 2007-01-19 18:34:09+03:00, evgen@moonbone.local +6 -0
  Bug#25172: Not checked buffer size leads to a server crash.
  
  After fix for bug#21798 JOIN stores the pointer to the buffer for sorting
  fields. It is used while sorting for grouping and for ordering. If ORDER BY
  clause has more elements then the GROUP BY clause then a memory overrun occurs.
  
  Now the length of the ORDER BY list is always passed to the 
  make_unireg_sortorder() function and it allocates buffer big enough to be
  used for bigger list.

  mysql-test/r/select.result@1.143.2.1, 2007-01-19 18:33:41+03:00, evgen@moonbone.local +8 -0
    Added a test case for bug#25172: Not checked buffer size leads to a server crash.

  mysql-test/t/select.test@1.117.2.1, 2007-01-19 18:33:44+03:00, evgen@moonbone.local +11 -0
    Added a test case for bug#25172: Not checked buffer size leads to a server crash.

  sql/sql_delete.cc@1.188.1.2, 2007-01-19 18:33:25+03:00, evgen@moonbone.local +1 -1
    Bug#25172: Not checked buffer size leads to a server crash.
    Length parameter is initialized to 0 for the make_unireg_sortorder() function.

  sql/sql_select.cc@1.481, 2007-01-19 18:33:29+03:00, evgen@moonbone.local +8 -4
    Bug#25172: Not checked buffer size leads to a server crash.
    Now the length of the ORDER BY list is always passed to the 
    make_unireg_sortorder() function and it allocates buffer big enough to be
    used for bigger list.

  sql/sql_table.cc@1.329.2.1, 2007-01-19 18:33:37+03:00, evgen@moonbone.local +1 -1
    Bug#25172: Not checked buffer size leads to a server crash.
    Length parameter is initialized to 0 for the make_unireg_sortorder() function.

  sql/sql_update.cc@1.205.3.1, 2007-01-19 18:33:40+03:00, evgen@moonbone.local +1 -1
    Bug#25172: Not checked buffer size leads to a server crash.
    Length parameter is initialized to 0 for the make_unireg_sortorder() function.

ChangeSet@1.2377.1.4, 2007-01-19 10:33:07-05:00, cmiller@zippy.cornsilk.net +1 -0
  Rearrange disable_warnings to enclose the warning emitters properly.

  mysql-test/t/ps.test@1.87, 2007-01-19 10:33:05-05:00, cmiller@zippy.cornsilk.net +2 -2
    Rearrange disable_warnings to enclose the warning emitters properly.

ChangeSet@1.2377.3.1, 2007-01-19 15:43:21+01:00, msvensson@neptunus.(none) +2 -0
  Add test's from Matthias for assigning one variable from another using let

  mysql-test/r/mysqltest.result@1.41, 2007-01-19 15:43:19+01:00, msvensson@neptunus.(none) +9 -0
    Add test's from Matthias for assigning one variable from another using let

  mysql-test/t/mysqltest.test@1.51, 2007-01-19 15:43:19+01:00, msvensson@neptunus.(none) +30 -0
    Add test's from Matthias for assigning one variable from another using let

ChangeSet@1.2377.2.1, 2007-01-19 08:56:06-05:00, cmiller@zippy.cornsilk.net +1 -0
  The rpl tree added a test case, and another source added a warning,
  and combined, they add a platform-specific warning.  The warnings 
  are not the goal of the test, in any case.

  mysql-test/t/ps.test@1.86, 2007-01-19 08:56:03-05:00, cmiller@zippy.cornsilk.net +2 -0
    Quash platform-specific warnings.

ChangeSet@1.2341.70.2, 2007-01-19 13:06:22+01:00, istruewing@chilla.local +1 -0
  After merge fix

  mysql-test/r/myisam.result@1.90.2.2, 2007-01-19 13:06:19+01:00, istruewing@chilla.local +1 -1
    After merge fix

ChangeSet@1.2341.4.16, 2007-01-19 12:03:03+01:00, msvensson@pilot.mysql.com +2 -0
  Use $MYSQLTESTVARDIR

  mysql-test/r/symlink.result@1.26.1.2, 2007-01-19 12:03:02+01:00, msvensson@pilot.mysql.com +2 -2
    Use $MYSQLTESTVARDIR

  mysql-test/t/symlink.test@1.18.1.2, 2007-01-19 12:03:02+01:00, msvensson@pilot.mysql.com +4 -4
    Use $MYSQLTESTVARDIR

ChangeSet@1.2341.60.13, 2007-01-19 11:58:29+01:00, joerg@trift2. +1 -0
  cmd-line-utils/readline/undo.c  :    Replace an "uint" cast by the expanded "unsigned int" (compile problem on QNX).

  cmd-line-utils/readline/undo.c@1.10.1.1, 2007-01-19 11:58:26+01:00, joerg@trift2. +1 -1
    Replace an "uint" cast by the expanded "unsigned int",
    because there are platforms (QNX) on which "uint" is not defined in the "readline" library
    (and so building it failed, version 5.0.34).

ChangeSet@1.2370.1.1, 2007-01-19 11:07:20+01:00, msvensson@pilot.mysql.com +1 -0
  Bug #15518 Reusing a stmt that has failed during prepare does not clear error
   - Additional patch removing check for mysql_errno on already closed
     mysql1

  tests/mysql_client_test.c@1.221, 2007-01-19 11:07:19+01:00, msvensson@pilot.mysql.com +0 -1
    No need to check mysql_errno of mysql1 which has already been closed.

ChangeSet@1.1616.2946.1, 2007-01-19 09:41:08+01:00, knielsen@ymer.(none) +1 -0
  Implement mysql-test-run.pl option to limit the number of saved core
  files. This helps stability of multiple parallel automated test runs,
  avoiding the situation where one bad build fills up disk with 1000s of
  core files, causing failures in other test runs.

  mysql-test/mysql-test-run.pl@1.8.20.1, 2007-01-19 09:41:06+01:00, knielsen@ymer.(none) +8 -0
    Implement mysql-test-run.pl option to limit the number of saved core
    files. This helps stability of multiple parallel automated test runs,
    avoiding the situation where one bad build fills up disk with 1000s of
    core files, causing failures in other test runs.

ChangeSet@1.1616.2945.2, 2007-01-19 12:19:53+04:00, ramil@mysql.com +1 -0
  after merge fix.

  mysql-test/r/range.result@1.19.4.1, 2007-01-19 12:19:49+04:00, ramil@mysql.com +2 -2
    Fix for bug #22533: Traditional: Too-long bit value not rejected.
      - results adjusted.

ChangeSet@1.2341.73.2, 2007-01-19 00:17:28-08:00, igor@olga.mysql.com +4 -0
  Fixed bug #25219: crash for a query that contains an EXIST subquery with
  UNION over correlated and uncorrelated SELECTS.
  In such subqueries each uncorrelated SELECT should be considered as
  uncacheable. Otherwise join_free is called for it and in many cases
  it causes some problems.

  mysql-test/r/subselect.result@1.167.2.1, 2007-01-19 00:17:26-08:00, igor@olga.mysql.com +33 -0
    Added a test case for bug #25219.

  mysql-test/t/subselect.test@1.138, 2007-01-19 00:17:26-08:00, igor@olga.mysql.com +34 -0
    Added a test case for bug #25219.

  sql/mysql_priv.h@1.425.2.3, 2007-01-19 00:17:26-08:00, igor@olga.mysql.com +4 -1
    Fixed bug #25219: crash for a query that contains an EXIST subquery with
    UNION over correlated and uncorrelated SELECTS.
    In such subqueries each uncorrelated SELECT should be considered as
    uncacheable. Otherwise join_free is called for it and in many cases
    it causes some problems. 
    Added a new flag UNCACHEABLE_UNITED for such SELECTs.

  sql/sql_lex.cc@1.206.2.5, 2007-01-19 00:17:26-08:00, igor@olga.mysql.com +10 -2
    Fixed bug #25219: crash for a query that contains an EXIST subquery with
    UNION over correlated and uncorrelated SELECTS.
    In such subqueries each uncorrelated SELECT should be considered as
    uncacheable. Otherwise join_free is called for it and in many cases
    it causes some problems.
    Added a new flag UNCACHEABLE_UNITED for such SELECTs.

ChangeSet@1.2216.70.40, 2007-01-19 04:36:33+01:00, jonas@perch.ndb.mysql.com +1 -0
  ndb - bug#25711
    fix cpu peak in big clusters during unpack of config

  ndb/src/common/util/ConfigValues.cpp@1.9.1.1, 2007-01-19 04:36:32+01:00, jonas@perch.ndb.mysql.com +121 -85
    use bin-search instead of hash (as keys collide too much)

ChangeSet@1.2341.69.3, 2007-01-18 18:37:52-07:00, malff@weblab.(none) +3 -0
  Manual merge

  mysql-test/r/alter_table.result@1.62, 2007-01-18 18:37:49-07:00, malff@weblab.(none) +113 -0
    Manual merge

  mysql-test/t/alter_table.test@1.49, 2007-01-18 18:37:49-07:00, malff@weblab.(none) +5 -5
    Manual merge

  sql/sql_yacc.yy@1.499.1.4, 2007-01-18 18:37:49-07:00, malff@weblab.(none) +24 -1
    Manual merge

ChangeSet@1.2381, 2007-01-18 16:28:47-08:00, mtaylor@qualinost.(none) +1 -0
  Added configure section to deal with actually versioning symbols.

  configure.in@1.416.3.6, 2007-01-18 16:28:45-08:00, mtaylor@qualinost.(none) +8 -0
    Added configure section to deal with actually versioning symbols.

ChangeSet@1.1616.2934.14, 2007-01-18 16:21:43-08:00, mtaylor@qualinost.(none) +3 -0
  Added version script information to actually version the symbols. 

  configure.in@1.201.64.21, 2007-01-18 16:21:42-08:00, mtaylor@qualinost.(none) +9 -0
    Added version script information to actually version the symbols. 

  ndb/src/Makefile.am@1.12.1.2, 2007-01-18 16:21:42-08:00, mtaylor@qualinost.(none) +1 -1
    Added version script information to actually version the symbols. 

  ndb/src/libndb.ver.in@1.1, 2007-01-18 16:20:04-08:00, mtaylor@qualinost.(none) +2 -0
    BitKeeper file /home/mtaylor/src/mysql-4.1-maint/ndb/src/libndb.ver.in

  ndb/src/libndb.ver.in@1.0, 2007-01-18 16:20:04-08:00, mtaylor@qualinost.(none) +0 -0

ChangeSet@1.1616.2944.1, 2007-01-18 16:53:49-07:00, malff@weblab.(none) +3 -0
  Bug#24562 (ALTER TABLE ... ORDER BY ... with complex expression asserts)
  WL#3681 (ALTER TABLE ORDER BY)
  
  Before this fix, the ALTER TABLE statement implemented an ORDER BY option
  with the following characteristics :
  
  1) The order by clause accepts a list of criteria, with optional ASC or
  DESC keywords
  
  2) Each criteria can be a general expression, involving operators,
  native functions, stored functions, user defined functions, subselects ...
  
  With this fix :
  
  1) has been left unchanged, since it's a de-facto existing feature,
  that was already present in the code base and partially covered in the test
  suite. Code coverage for ASC and DESC was missing and has been improved.
  
  2) has been changed to limit the kind of criteria that are permissible:
  now only a column name is valid.

  mysql-test/r/alter_table.result@1.40.1.13, 2007-01-18 16:53:47-07:00, malff@weblab.(none) +113 -0
    Prevent ALTER TABLE ORDER BY clauses to use general expressions.

  mysql-test/t/alter_table.test@1.29.1.14, 2007-01-18 16:53:47-07:00, malff@weblab.(none) +66 -0
    Prevent ALTER TABLE ORDER BY clauses to use general expressions.

  sql/sql_yacc.yy@1.203.1.200, 2007-01-18 16:53:47-07:00, malff@weblab.(none) +24 -1
    Prevent ALTER TABLE ORDER BY clauses to use general expressions.

ChangeSet@1.2379, 2007-01-18 14:21:50-08:00, mtaylor@qualinost.(none) +1 -0
  Incrementing soname to 2 for 5.0 branch.

  configure.in@1.416.3.4, 2007-01-18 14:21:48-08:00, mtaylor@qualinost.(none) +1 -1
    Incrementing soname to 2 for 5.0 branch.

ChangeSet@1.1616.2934.13, 2007-01-18 13:30:01-08:00, mtaylor@qualinost.(none) +2 -0
  Adding support for versioned libndbclient.so. bug #13522

  configure.in@1.201.64.20, 2007-01-18 13:30:00-08:00, mtaylor@qualinost.(none) +7 -0
    Added variables to support ndbclient library versioning.
    Set version to 1.0.0 for 4.1

  ndb/src/Makefile.am@1.12.1.1, 2007-01-18 13:30:00-08:00, mtaylor@qualinost.(none) +2 -0
    Making use of new variables. Adding support for versioned libraries.

ChangeSet@1.1616.2934.12, 2007-01-18 13:26:26-07:00, tsmith@siva.hindu.god +2 -0
  ndb_types.test: sleep a bit longer, to ensure that timestamp > @now

  mysql-test/r/ndb_types.result@1.2.1.1, 2007-01-18 13:26:25-07:00, tsmith@siva.hindu.god +1 -0
    update results

  mysql-test/t/ndb_types.test@1.2.1.3, 2007-01-18 13:26:25-07:00, tsmith@siva.hindu.god +5 -5
    Sleep a bit longer, to ensure that timestamp changes between:
    set @now = now();
    and:
    insert into/update t1
    
    Test case failed (select timestamp>@now from t1 ==> 0, should be 1), and passed when run again.  This should(?) avoid that fluke.
    
    Clean up test file a bit while I'm here.

ChangeSet@1.2376, 2007-01-18 13:15:16-07:00, tsmith@siva.hindu.god +1 -0
  Makefile.am: Fix previous bad merge.  Re-enable the test-ps target.

  Makefile.am@1.95, 2007-01-18 13:15:14-07:00, tsmith@siva.hindu.god +1 -0
    Fix previous bad merge.  Re-enable the test-ps target.

ChangeSet@1.2360.1.3, 2007-01-18 11:38:05-05:00, iggy@recycle.(none) +3 -0
  Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces
  - Create space safe strings for system() calls in mysql_upgrade.exe

  client/mysql_upgrade.c@1.14.2.1, 2007-01-18 11:38:04-05:00, iggy@recycle.(none) +59 -22
    Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces
    - Make use of new dynstr_append_os_quoted function to produce a string safe for
    passing to the system() function.                                              
    - Refactor possible source of assertion.

  include/my_sys.h@1.190.1.1, 2007-01-18 11:38:04-05:00, iggy@recycle.(none) +2 -0
    Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces
    - Declare dynstr_append_os_quoted function.

  mysys/string.c@1.8.1.1, 2007-01-18 11:38:04-05:00, iggy@recycle.(none) +52 -0
    Bug#22807 mysql_upgrade fails when called with a basedir-path containing spaces
    - Define dynstr_append_os_quoted function.  This function will concatenate any 
    number of strings, escapes any OS quote in the result then surround the whole  
    affair in another set of quotes which is finally appended to specified         
    DYNAMIC_STRING.

ChangeSet@1.1346.1.859, 2007-01-18 16:41:32+01:00, joerg@mysql.com +1 -0
  Raise version number after cloning 4.0.29

  configure.in@1.191.1.149, 2007-01-18 16:41:18+01:00, joerg@mysql.com +1 -1
    Raise version number after cloning 4.0.29

ChangeSet@1.2341.72.1, 2007-01-18 17:33:38+02:00, gkodinov@macbook.gmz +3 -0
  Bug #25382: Passing NULL to an UDF called from stored procedures 
   crashes server
   Check for null value is reliable only after calling some of the 
   val_xxx() methods. If the val_xxx() method is not called
   the null_value flag will be set only for certain types of NULL
   values (like SQL constant NULLs for example).
   This caused a crash while trying to dereference a NULL pointer
   that is returned by val_str() for NULL values.
   Fixed by swapping the order of val_xxx() and null_value check.

  mysql-test/r/udf.result@1.11, 2007-01-18 17:33:31+02:00, gkodinov@macbook.gmz +34 -0
    Bug #25382: Passing NULL to an UDF called from stored procedures 
     crashes server
     - test case

  mysql-test/t/udf.test@1.12, 2007-01-18 17:33:32+02:00, gkodinov@macbook.gmz +47 -0
    Bug #25382: Passing NULL to an UDF called from stored procedures 
     crashes server
     - test case

  sql/item_func.cc@1.321.1.1, 2007-01-18 17:33:33+02:00, gkodinov@macbook.gmz +6 -3
    Bug #25382: Passing NULL to an UDF called from stored procedures 
     crashes server
     - reliably check null_value

ChangeSet@1.2341.71.1, 2007-01-18 09:50:16-05:00, cmiller@zippy.cornsilk.net +7 -0
  Bug#24822: Patch: uptime_since_flush_status
  
  Provide the number of seconds since flush as a new status variable
  named "Uptime_since_flush_status".
  ---
  Override the post-flush value, as a second could pass between the two
  statements.

  BitKeeper/etc/collapsed@1.18.1.2, 2007-01-18 09:49:43-05:00, cmiller@zippy.cornsilk.net +2 -0

  mysql-test/r/information_schema.result@1.118, 2007-01-18 09:50:14-05:00, cmiller@zippy.cornsilk.net +7 -0
    Test new status variable.
    ---
    Override the post-flush value, as a second could pass between the two
    statements.

  mysql-test/t/information_schema.test@1.89, 2007-01-18 09:50:14-05:00, cmiller@zippy.cornsilk.net +10 -3
    Test new status variable.
    ---
    Override the post-flush value, as a second could pass between the two
    statements.

  sql/mysql_priv.h@1.425.5.1, 2007-01-18 09:50:14-05:00, cmiller@zippy.cornsilk.net +1 -1
    Add variable to hold previous flush time.

  sql/mysqld.cc@1.584.4.1, 2007-01-18 09:50:14-05:00, cmiller@zippy.cornsilk.net +4 -2
    Add variable to hold previous flush time.  Insert name for 
    referring to it, and initialize the value.

  sql/sql_show.cc@1.333.1.3, 2007-01-18 09:50:14-05:00, cmiller@zippy.cornsilk.net +4 -0
    Yield value of elapsed time since flush when asked.

  sql/structs.h@1.58, 2007-01-18 09:50:14-05:00, cmiller@zippy.cornsilk.net +1 -0
    Add new show-flush-time to SHOW types enumeration.

ChangeSet@1.2328.10.3, 2007-01-18 15:28:45+04:00, ramil@mysql.com +4 -0
  after merge fix.

  mysql-test/r/range.result@1.51.1.1, 2007-01-18 15:28:31+04:00, ramil@mysql.com +2 -2
    after merge fix.

  mysql-test/r/type_bit.result@1.18.1.1, 2007-01-18 15:28:32+04:00, ramil@mysql.com +1 -1
    after merge fix.

  mysql-test/r/type_bit_innodb.result@1.6, 2007-01-18 15:28:32+04:00, ramil@mysql.com +1 -1
    after merge fix.

  sql/field.cc@1.328.2.1, 2007-01-18 15:28:32+04:00, ramil@mysql.com +2 -0
    after merge fix.

ChangeSet@1.2294.61.1, 2007-01-18 12:48:17+03:00, kroki@moonlight.home +3 -0
  Bug#24404: strange bug with view+permission+prepared statement.
  
  The problem was that if a prepared statement accessed a view, the
  access to the tables listed in the query after that view was done in
  the security context of the view.
  
  The bug was in the assigning of the security context to the tables
  belonging to a view: we traversed the list of all query tables
  instead.  It didn't show up in the normal (non-prepared) statements
  because of the different order of the steps of checking privileges
  and descending into a view for normal and prepared statements.
  
  The solution is to traverse the list and stop once the last table
  belonging to the view was processed.

  mysql-test/r/view_grant.result@1.19.2.1, 2007-01-18 12:48:15+03:00, kroki@moonlight.home +43 -0
    Add result for bug#24404: strange bug with view+permission+prepared
    statement.

  mysql-test/t/view_grant.test@1.17.3.1, 2007-01-18 12:48:15+03:00, kroki@moonlight.home +71 -1
    Add test case for bug#24404: strange bug with view+permission+prepared
    statement.

  sql/sql_view.cc@1.99.1.1, 2007-01-18 12:48:15+03:00, kroki@moonlight.home +7 -3
    Remove dead line.
    When setting security context, we should traverse the list of tables
    belonging to a given view, not all query tables.  We achieve that by
    stopping at the first table past view_tables_tail.

ChangeSet@1.2328.10.2, 2007-01-18 10:51:29+04:00, ramil@mysql.com +2 -0
  after merge fix.

  mysql-test/r/select.result@1.143.1.2, 2007-01-18 10:51:25+04:00, ramil@mysql.com +17 -363
    after merge fix.

  sql/item.cc@1.236.3.3, 2007-01-18 10:51:25+04:00, ramil@mysql.com +2 -2
    after merge fix.

ChangeSet@1.2341.27.32, 2007-01-17 20:13:45-08:00, igor@olga.mysql.com +6 -0
  Fixed bug #25580: incorrect stored representations of views in cases
  when they contain the '!' operator.
  Added an implementation for the method Item_func_not::print. 
  The method encloses any NOT expression into extra parentheses to avoid
  incorrect stored representations of views that use the '!' operators.
  Without this change when a view was created that contained
  the expression !0*5  its stored representation contained not this
  expression but rather the expression not(0)*5 . 
  The operator '!' is of a higher precedence than '*', while NOT is 
  of a lower precedence than '*'. That's why the expression !0*5 
  is interpreted as not(0)*5, while the expression not(0)*5 is interpreted
  as not((0)*5) unless sql_mode is set to HIGH_NOT_PRECEDENCE.
  Now we translate !0*5 into (not(0))*5. 

  mysql-test/r/sp-code.result@1.7.1.1, 2007-01-17 20:13:43-08:00, igor@olga.mysql.com +1 -1
    Adjusted results after the fix of bug 25580.

  mysql-test/r/subselect.result@1.167.1.1, 2007-01-17 20:13:43-08:00, igor@olga.mysql.com +5 -5
    Adjusted results after the fix of bug 25580.

  mysql-test/r/view.result@1.184.1.2, 2007-01-17 20:13:43-08:00, igor@olga.mysql.com +11 -0
    Added a test case for bug #25580.

  mysql-test/t/view.test@1.170.1.1, 2007-01-17 20:13:43-08:00, igor@olga.mysql.com +11 -0
    Added a test case for bug #25580.

  sql/item_cmpfunc.cc@1.228.1.1, 2007-01-17 20:13:43-08:00, igor@olga.mysql.com +16 -0
    Fixed bug #25580: incorrect stored representations of views in cases
    when they contain the '!' operator.
    Added an implementation for the method Item_func_not::print. 
    The method encloses the NOT expression into extra parenthesis to avoid
    incorrect stored representations of views that use the '!' operators.

  sql/item_cmpfunc.h@1.136.1.2, 2007-01-17 20:13:43-08:00, igor@olga.mysql.com +1 -0
    Fixed bug #25580: incorrect stored representations of views in cases
    when they contain the '!' operator.
    Added an implementation for the method Item_func_not::print. 
    The method encloses the NOT expression into extra parenthesis to avoid
    incorrect stored representations of views that use the '!' operators.

ChangeSet@1.2216.70.39, 2007-01-17 21:15:13+01:00, jonas@perch.ndb.mysql.com +6 -0
  ndb - bug#25686
    add support for doing mlockall before mallc instead of after
    (recommit in 5.0)

  ndb/include/portlib/NdbMem.h@1.3.1.1, 2007-01-17 21:15:11+01:00, jonas@perch.ndb.mysql.com +1 -1
    add support for doing mlockall before mallc instead of after

  ndb/src/common/portlib/NdbMem.c@1.12.1.1, 2007-01-17 21:15:11+01:00, jonas@perch.ndb.mysql.com +9 -1
    add support for doing mlockall before mallc instead of after

  ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp@1.25.2.4, 2007-01-17 21:15:11+01:00, jonas@perch.ndb.mysql.com +17 -2
    add support for doing mlockall before mallc instead of after

  ndb/src/kernel/vm/Configuration.cpp@1.47.1.2, 2007-01-17 21:15:11+01:00, jonas@perch.ndb.mysql.com +1 -1
    add support for doing mlockall before mallc instead of after

  ndb/src/kernel/vm/Configuration.hpp@1.18.1.1, 2007-01-17 21:15:11+01:00, jonas@perch.ndb.mysql.com +1 -1
    add support for doing mlockall before mallc instead of after

  ndb/src/mgmsrv/ConfigInfo.cpp@1.77.1.2, 2007-01-17 21:15:12+01:00, jonas@perch.ndb.mysql.com +4 -4
    add support for doing mlockall before mallc instead of after

ChangeSet@1.1616.2940.1, 2007-01-17 13:22:50-05:00, cmiller@zippy.cornsilk.net +2 -0
  Bug#23721: compile fails: check-cpu mishandles cpu flags with \
  	hyphen in it (like ds-cpl).
  
  convert illegal chars in cpu flags to '_' for variable assignment

  BUILD/check-cpu@1.12.3.1, 2007-01-17 13:22:49-05:00, cmiller@zippy.cornsilk.net +1 -1
    convert illegal chars in cpu flags to '_' for variable assignment

  BitKeeper/etc/collapsed@1.1.1.4, 2007-01-17 13:12:09-05:00, cmiller@zippy.cornsilk.net +1 -0

ChangeSet@1.2341.60.9, 2007-01-17 20:46:09+03:00, kostja@bodhi.local +1 -0
  Disable symlinks under valgrind builds (again), with a comment.

  sql/mysqld.cc@1.586.1.3, 2007-01-17 20:46:06+03:00, kostja@bodhi.local +13 -2
    Once again, disable symlink.test under valgrind builds. symlink.test
    fails deep in mi_repair - the result of this having been disabled
    for almost 5 years. 

ChangeSet@1.1616.2934.6, 2007-01-17 15:46:30+03:00, kostja@bodhi.local +1 -0
  Fix a failure of lowercase_tables2 test on powermacg5, introduced
  by the patch for Bug#4968

  sql/sql_parse.cc@1.271.128.4, 2007-01-17 15:46:28+03:00, kostja@bodhi.local +1 -1
    Fix lowercase_tables2 test failure on powermacg5: table_case_name()
    function needed create_info.alias if lowercase_table_names=2, which
    was not set for the stack copy of HA_CREATE_INFO. Move the
    update of create_info.alias from create_table_precheck to 
    mysql_execute_command, so that it is done on the right object.

ChangeSet@1.2369, 2007-01-17 13:43:03+01:00, msvensson@neptunus.(none) +1 -0
  Replace the --exec in a while loop that causes 3400 executions of cygwin/bash on 
  windows with a small perl script that does exactly the same. 

  mysql-test/t/mysql.test@1.25, 2007-01-17 13:43:00+01:00, msvensson@neptunus.(none) +13 -10
    Replace the --exec in a while loop that causes 3400 executions of cygwin/bash on 
    windows with a small perl script that does exactly the same. 

ChangeSet@1.2341.60.7, 2007-01-17 14:24:54+03:00, kostja@bodhi.local +3 -0
  Fix a ps.test failure in 5.0-runtime tree.

  mysql-test/r/ps.result@1.87, 2007-01-17 14:24:47+03:00, kostja@bodhi.local +0 -8
    Update result files.

  mysql-test/t/ps.test@1.85, 2007-01-17 14:24:47+03:00, kostja@bodhi.local +11 -2
    Disable result ouptut of SHOW CREATE TABLE: DATA DIRECTORY option
    may be present or absent from the output depending on the build
    otpions and the operating system, so the output is not consistent
    across supported platforms.

  sql/mysqld.cc@1.586.1.2, 2007-01-17 14:24:47+03:00, kostja@bodhi.local +2 -8
    Remove a tricky #ifdef dependency of --use-symbolic-links on PURIFY
    added in 2002: DEBUG options should not influence server functionality.
    This backfired by producing different output of SHOW CREATE TABLE
    depending on the build options (see also Bug#25677 "With 
    --skip-symbolic-links option on, DATA DIRECTORY clause
    is silently ignored".

ChangeSet@1.1616.2937.4, 2007-01-17 12:22:00+01:00, msvensson@pilot.mysql.com +4 -0
  Bug#21122 SHOW CREATE TABLE: directory output only sometimes
  Bug #25000  	myisam.test fails on 'pb-valgrind-*' Valgrind
   - Move tests that need symlink to symlink.test

  mysql-test/r/myisam.result@1.45.11.3, 2007-01-17 12:21:59+01:00, msvensson@pilot.mysql.com +0 -21
    - Move tests that need symlink to symlink.test

  mysql-test/r/symlink.result@1.11.2.1, 2007-01-17 12:21:59+01:00, msvensson@pilot.mysql.com +21 -0
    - Move tests that need symlink to symlink.test

  mysql-test/t/myisam.test@1.33.13.3, 2007-01-17 12:21:59+01:00, msvensson@pilot.mysql.com +0 -35
    - Move tests that need symlink to symlink.test

  mysql-test/t/symlink.test@1.11.2.1, 2007-01-17 12:21:59+01:00, msvensson@pilot.mysql.com +37 -0
    - Move tests that need symlink to symlink.test

ChangeSet@1.1616.2937.3, 2007-01-17 12:12:24+01:00, msvensson@pilot.mysql.com +2 -0
  Cset exclude: msvensson@pilot.mysql.com|ChangeSet|20070117102733|42618

  mysql-test/r/myisam.result@1.45.11.2, 2007-01-17 12:12:20+01:00, msvensson@pilot.mysql.com +0 -0
    Exclude

  mysql-test/t/myisam.test@1.33.13.2, 2007-01-17 12:12:20+01:00, msvensson@pilot.mysql.com +0 -0
    Exclude

ChangeSet@1.1616.2939.2, 2007-01-17 11:51:52+01:00, msvensson@pilot.mysql.com +1 -0
  Bug#25505 Myisam library compiler error on Windows

  myisam/mi_packrec.c@1.25.1.8, 2007-01-17 11:51:51+01:00, msvensson@pilot.mysql.com +1 -2
    Combine the declaration of variable and assignment into one line
    since that is allowed befgore declaring another variable in C.

ChangeSet@1.2341.65.4, 2007-01-17 10:41:52+01:00, tulin@mysql.com +1 -0
  ha_ndbcluster.cc:
    Bug #25668    - corrected patch after test failures
  TAG: mysql-5.0.34

  sql/ha_ndbcluster.cc@1.292.1.2, 2007-01-17 10:38:52+01:00, tulin@mysql.com +16 -9
    Bug #25668    - corrected patch after test failures

ChangeSet@1.2341.65.3, 2007-01-17 10:06:50+01:00, tulin@mysql.com +1 -0
  ha_ndbcluster.cc:
      Bug #25668    ndb: mysqld may core if cluster disconnected
      -- pTrans may be NULL, remove not needed usage of handler::ndb_err

  sql/ha_ndbcluster.cc@1.292.1.1, 2007-01-17 10:06:00+01:00, tulin@mysql.com +9 -16
      Bug #25668    ndb: mysqld may core if cluster disconnected
      -- pTrans may be NULL, remove not needed usage of handler::ndb_err

ChangeSet@1.2341.65.2, 2007-01-16 20:01:17+01:00, joerg@trift2. +1 -0
  myisam/mi_packrec.c
      Fix a compile error:  Macro "DBUG_ENTER" must not follow an executable statement.

  myisam/mi_packrec.c@1.40, 2007-01-16 20:01:14+01:00, joerg@trift2. +1 -1
    Fix a compile error:  Macro "DBUG_ENTER" must not follow an executable statement.

ChangeSet@1.1616.2934.5, 2007-01-16 21:23:52+03:00, kostja@bodhi.local +2 -0
  A fix for the broken 4.1-runtime tree.

  mysql-test/t/backup.test@1.13.1.2, 2007-01-16 21:23:49+03:00, kostja@bodhi.local +1 -0
    Backport a patch for sporadically failing myisam.test (and now ps.test)
    from 5.0. The cause was in backup.test not cleaning up tables in
    mysqltest-vardir/tmp after itself.

  mysql-test/t/ps.test@1.27.1.30, 2007-01-16 21:23:49+03:00, kostja@bodhi.local +5 -0
    Add additional protection against possible failure in the middle of
    backup.test

ChangeSet@1.2328.9.3, 2007-01-16 17:52:17+01:00, msvensson@neptunus.(none) +1 -0
  Update xid's as an effect of not closing the prepared statements all the time

  mysql-test/t/mix_innodb_myisam_binlog.test@1.23.1.1, 2007-01-16 17:52:14+01:00, msvensson@neptunus.(none) +10 -10
    Update xid's as an effect of not closing the prepared statements all the time

ChangeSet@1.2328.9.2, 2007-01-16 17:47:41+01:00, msvensson@neptunus.(none) +1 -0
  Don't reuse prepared statements if running with reconnect enabled

  client/mysqltest.c@1.261.1.2, 2007-01-16 17:47:33+01:00, msvensson@neptunus.(none) +10 -0
    Don't reuse prepared statements if running with reconnect enabled

ChangeSet@1.1616.2937.1, 2007-01-16 18:05:37+04:00, svoj@mysql.com +1 -0
  BUG#24855 - Crash mysqld 4.1.21 with corrupted tables
  
  Accessing fixed record format table with crashed key definition results
  in server/myisamchk segmentation fault.
  
  This is fixed by refusing to open such tables. Affects MyISAM only.
  No test case, since it requires crashed table.

  myisam/mi_open.c@1.80.2.9, 2007-01-16 18:05:36+04:00, svoj@mysql.com +7 -1
    Refuse to open fixed record format table with key segment that includes
    BLOB part (which is true only for tables with crashed key definition).

ChangeSet@1.2328.9.1, 2007-01-16 13:39:42+01:00, msvensson@neptunus.(none) +3 -0
  Bug#15518 Reusing a stmt that has failed during prepare does not clear error
   - Always reset error when calling mysql_stmt_prepare a second time
   - Set stmt->state to MYSQL_STMT_INIT_DONE before closing prepared stmt in server.
   - Add test to mysql_client_test
   - Remove mysql_stmt_close in mysqltest after each query
   - Close all open statements in mysqltest if disable_ps_protocol is called. 

  client/mysqltest.c@1.261.1.1, 2007-01-16 13:39:38+01:00, msvensson@neptunus.(none) +21 -4
    Don't close the statement after each query - reprepare it in next query.
    When "disable_ps_protocol" is issued make sure to close all open
    statements. Otherwise the test for @@max_prepared_statements fails. But we
    also get a test that the statements that are open can be closed and reopened
    in the middle of the tests.

  libmysql/libmysql.c@1.249.3.1, 2007-01-16 13:39:39+01:00, msvensson@neptunus.(none) +11 -3
    Reset the last error every time mysql_stmt_prepare is called.
    Set state to MYSQL_STMT_INIT_DONE befoe closing it in the server. That way
    we will always have right status regardless of wheter close fails or not. 

  tests/mysql_client_test.c@1.212.1.2, 2007-01-16 13:39:39+01:00, msvensson@neptunus.(none) +85 -8
    Add testcase for bug15518, re-prepare a previously prepare statement that has failed
    to prepare. Test also when connection to server has been lost inbetween.
    Change all assert to DIE_UNLESS so we get printout of line and an error message
    if it fails.

ChangeSet@1.2341.65.1, 2007-01-16 12:46:48+01:00, joerg@trift2. +1 -0
  configure.in  :  Fix a dependency problem for "extra/" which shows up only in RPM builds.

  configure.in@1.416.2.1, 2007-01-16 12:46:45+01:00, joerg@trift2. +2 -2
    Some files in "extra/", notably "comp_err", depend on "dbug/libdbug.a",
    so "dbug/" must be a target before "extra/" is attempted.  Fix this.

ChangeSet@1.1616.2936.1, 2007-01-16 09:35:14+01:00, msvensson@neptunus.(none) +1 -0
  Always use two masters for ndb tests

  mysql-test/lib/mtr_cases.pl@1.6.2.17, 2007-01-16 09:35:12+01:00, msvensson@neptunus.(none) +3 -2
    Always use two masters for ndb tests

ChangeSet@1.2341.27.31, 2007-01-15 14:01:36-08:00, igor@olga.mysql.com +1 -0
  Adjusted results after merge 4.1 -> 5.0 for the patch fixing bug 24776.

  mysql-test/r/range.result@1.53, 2007-01-15 14:01:35-08:00, igor@olga.mysql.com +1 -1
    Adjusted results after merge 4.1 -> 5.0 for the patch fixing bug 24776.

ChangeSet@1.1616.2934.4, 2007-01-15 23:25:16+03:00, kostja@bodhi.local +1 -0
  A post-merge fix.

  sql/sql_parse.cc@1.271.128.3, 2007-01-15 23:25:14+03:00, kostja@bodhi.local +1 -0
    A post-merge fix (broken alter_table.test): restore Svoj's fix
    for Bug#23404 lost during merge.

ChangeSet@1.2341.27.29, 2007-01-15 22:40:39+03:00, evgen@moonbone.local +1 -0
  sql_select.cc:
    Fix for crashes on 64bit platforms after fixing bug#23417.

  sql/sql_select.cc@1.480, 2007-01-15 22:40:19+03:00, evgen@moonbone.local +5 -3
    Fix for crashes on 64bit platforms after fixing bug#23417.

ChangeSet@1.2341.61.1, 2007-01-15 19:15:52+02:00, gkodinov@macbook.gmz +3 -0
  BUG#20420: optimizer reports wrong keys on left join with IN
   The optimizer needs to evaluate whether predicates are better
   evaluated using an index. IN is one such predicate.
   To qualify an IN predicate must involve a field of the index
   on the left and constant arguments on the right.
   However whether an expression is a constant can be determined only
   by knowing the preceding tables in the join order. 
   Assuming that only IN predicates with expressions on the right that
   are constant for the whole query qualify limits the scope of 
   possible optimizations of the IN predicate (more specifically it
   doesn't allow the "Range checked for each record" optimization for
   such an IN predicate.
   Fixed by not pre-determining the optimizability of the IN predicate
   in the case when all right IN operands are not SQL constant expressions

  mysql-test/r/func_in.result@1.29.1.1, 2007-01-15 19:15:46+02:00, gkodinov@macbook.gmz +43 -0
    BUG#20420: optimizer reports wrong keys on left join with IN
     - test case

  mysql-test/t/func_in.test@1.23.1.1, 2007-01-15 19:15:47+02:00, gkodinov@macbook.gmz +36 -0
    BUG#20420: optimizer reports wrong keys on left join with IN
     - test case

  sql/item_cmpfunc.h@1.134.1.2, 2007-01-15 19:15:48+02:00, gkodinov@macbook.gmz +5 -1
    BUG#20420: optimizer reports wrong keys on left join with IN
     - cannot decide on the optimizability of a function without
       knowing the tables before it in the join order

ChangeSet@1.2341.60.2, 2007-01-15 16:57:22+01:00, bteam@mysql.com +1 -0
  Raise version number after cloning 5.0.34

  configure.in@1.416.1.3, 2007-01-15 16:57:08+01:00, bteam@mysql.com +2 -2
    Raise version number after cloning 5.0.34

ChangeSet@1.2360.1.1, 2007-01-15 10:00:29-05:00, iggy@recycle.(none) +1 -0
  Bug#19424 InnoDB: Possibly a memory overrun of the buffer being freed (Win64)
  - Re-enabling optimization on all except innodb/mem/*.

  innobase/CMakeLists.txt@1.2.1.1, 2007-01-15 10:00:26-05:00, iggy@recycle.(none) +2 -36
    Bug#19424 InnoDB: Possibly a memory overrun of the buffer being freed (Win64)
    - Re-enabling optimization on all except innodb/mem/*.

ChangeSet@1.2294.60.1, 2007-01-15 12:32:38+03:00, dlenev@mockturtle.local +3 -0
  Fix for bug#20390 "SELECT FOR UPDATE does not release locks
  of untouched rows in full table scans".
  
  SELECT ... FOR UPDATE/LOCK IN SHARE MODE statements as well as
  UPDATE/DELETE statements which were executed using full table
  scan were not releasing locks on rows which didn't satisfy
  WHERE condition.
  This bug surfaced in 5.0 and affected NDB tables. (InnoDB tables
  intentionally don't support such unlocking in default mode).
  
  This problem occured because code implementing join didn't call
  handler::unlock_row() for rows which didn't satisfy part of condition
  attached to this particular table/level of nested loop. So we solve
  the problem adding this call.
  Note that we already had this call in place in 4.1 but it was lost
  (actually not quite correctly placed) when we have introduced nested 
  joins.
  
  Also note that additional QA should be requested once this patch is
  pushed as interaction between handler::unlock_row() and many recent
  MySQL features such as subqueries, unions, views is not tested enough.

  mysql-test/r/ndb_lock.result@1.13, 2007-01-15 12:32:36+03:00, dlenev@mockturtle.local +35 -0
    Enabled back part of the test that covers bug #20390 "SELECT FOR
    UPDATE does not release locks of untouched rows in full table scans".
    Adjusted test in such way that it now covers both execution paths
    in which we unlock non-matching rows inspected during table scan.

  mysql-test/t/ndb_lock.test@1.15, 2007-01-15 12:32:36+03:00, dlenev@mockturtle.local +43 -6
    Enabled back part of the test that covers bug #20390 "SELECT FOR
    UPDATE does not release locks of untouched rows in full table scans".
    Adjusted test in such way that it now covers both execution paths
    in which we unlock non-matching rows inspected during table scan.

  sql/sql_select.cc@1.475.5.1, 2007-01-15 12:32:36+03:00, dlenev@mockturtle.local +1 -0
    evaluate_join_record() should call handler::unlock_row() for records
    which don't satisfy condition which was pushed-down to this table/level
    of nested loop.
    We just put back the thing that we already have in 4.1 and which was lost
    when we have introduced nested joins.

ChangeSet@1.1616.2920.11, 2007-01-13 10:49:26-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #24776: an assertion abort in handler::ha_index_init
  for queries using 'range checked for each record'.
  The problem was fixed in 5.0 by the patch for bug 12291.
  This patch down-ported the corresponding code from 5.0 into 
  QUICK_SELECT::init() and added a new test case. 

  mysql-test/r/range.result@1.19.3.9, 2007-01-13 10:49:24-08:00, igor@olga.mysql.com +43 -0
    Added a test case for bug #24776.

  mysql-test/t/range.test@1.12.6.1, 2007-01-13 10:49:24-08:00, igor@olga.mysql.com +43 -0
    Added a test case for bug #24776.

  sql/opt_range.h@1.28.1.16, 2007-01-13 10:49:24-08:00, igor@olga.mysql.com +2 -0
    Fixed bug #24776: an assertion abort in handler::ha_index_init
    for queries using 'range checked for each record'.
    The problem was fixed in 5.0 by the patch for bug 12291.
    The patch for 4.1 down-ported the corresponding code from 5.0 into 
    QUICK_SELECT::init(). 

ChangeSet@1.2341.58.1, 2007-01-12 13:43:25-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #25398: crash in a trigger when using trigger fields 
  in a select list.
  The objects of the Item_trigger_field class inherited the implementations
  of the methods copy_or_same, get_tmp_table_item and get_tmp_table_field
  from the class Item_field while they rather should have used the default
  implementations defined for the base class Item.
  It could cause catastrophic problems for triggers that used SELECTs
  with select list containing trigger fields such as NEW.<table column>
  under DISTINCT.

  mysql-test/r/trigger.result@1.51, 2007-01-12 13:43:23-08:00, igor@olga.mysql.com +32 -0
    Added a test case for bug #25398.

  mysql-test/t/trigger.test@1.57.1.1, 2007-01-12 13:43:23-08:00, igor@olga.mysql.com +46 -0
    Added a test case for bug #25398.

  sql/item.h@1.217, 2007-01-12 13:43:23-08:00, igor@olga.mysql.com +3 -0
    Fixed bug #25398: crash in a trigger when using trigger fields 
    in a select list.
    The objects of the Item_trigger_field class inherited the implementations
    of the methods copy_or_same, get_tmp_table_item and get_tmp_table_field
    from the class Item_field while they rather should have used the default
    implementations defined for the base class Item.
    It could cause catastrophic problems for triggers that used SELECTs
    with select list containing trigger fields such as NEW.<table column>
    under DISTINCT.

ChangeSet@1.2341.57.2, 2007-01-12 23:22:41+03:00, sergefp@mysql.com +14 -0
  BUG#24127: (a,b) IN (SELECT c,d ...) can produce wrong results if a and/or b are NULLs:
  - Make the code produce correct result: use an array of triggers to turn on/off equalities for each
    compared column. Also turn on/off optimizations based on those equalities.
  - Make EXPLAIN output show "Full scan on NULL key" for tables for which we switch between
    ref/unique_subquery/index_subquery and ALL access.
  - index_subquery engine now has HAVING clause when it is needed, and it is
    displayed in EXPLAIN EXTENDED
  - Fix incorrect presense of "Using index" for index/unique-based subqueries (BUG#22930)
  // bk trigger note: this commit refers to BUG#24127

  mysql-test/r/ndb_subquery.result@1.4, 2007-01-12 23:22:36+03:00, sergefp@mysql.com +3 -3
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Updated test results (checked)

  mysql-test/r/subselect.result@1.169, 2007-01-12 23:22:36+03:00, sergefp@mysql.com +14 -14
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Updated test results (checked)

  mysql-test/r/subselect2.result@1.14, 2007-01-12 23:22:36+03:00, sergefp@mysql.com +5 -5
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Updated test results (checked)

  mysql-test/r/subselect3.result@1.3, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +404 -4
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Testcases

  mysql-test/t/subselect3.test@1.3, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +281 -10
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Testcases

  sql/item_cmpfunc.cc@1.229, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +29 -5
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - For row-based IN subqueries, use one flag per each column. Set the flags appropriately before
      running the subquery. 

  sql/item_cmpfunc.h@1.137, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +1 -0
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
     - Added Item_func_trig_cond::get_triv_var()

  sql/item_subselect.cc@1.148, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +156 -111
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Item_subselect::exec() and subselect_*_engine::exec() don't have parameter
      anymore - now Item_subselect owns the pushed down predicates guard flags.
    - A correct set of conditional predicates is now pushed into row-based IN 
      subquery.
    - select_indexsubquery_engine now has "HAVING clause" (needed for correct query
      results), and it is shown in EXPLAIN EXTENDED

  sql/item_subselect.h@1.86, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +75 -17
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Item_subselect::exec() and subselect_*_engine::exec() don't have parameter
      anymore - now Item_subselect owns the pushed down predicates guard flags.
    - A correct set of conditional predicates is now pushed into row-based IN 
      subquery.
    - select_indexsubquery_engine now has "HAVING clause" (needed for correct query
      results), and it is shown in EXPLAIN EXTENDED

  sql/mysql_priv.h@1.425.3.1, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +1 -1
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Added "in_having_cond" special Item name

  sql/mysqld.cc@1.584.3.2, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +3 -0
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Added "in_having_cond" special Item name

  sql/sql_lex.h@1.235.3.1, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +1 -1
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)

  sql/sql_select.cc@1.478.1.1, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +120 -76
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Make "ref" analyzer be able to work with conditional equalities
    - Fix subquery optimization code to match the changes in what kinds of 
      conditions are pushed down into subqueries 
    - Fix wrong EXPLAIN output in some queries with subquery (BUG#22390)

  sql/sql_select.h@1.115, 2007-01-12 23:22:37+03:00, sergefp@mysql.com +39 -3
    BUG#24127: wrong result for (null,not-null) IN (SELECT a,b ...)
    - Make "ref" analyzer be able to work with conditional equalities
    - Fix wrong EXPLAIN output in some queries with subquery (BUG#22390)

ChangeSet@1.2341.57.1, 2007-01-12 22:11:40+03:00, sergefp@mysql.com +4 -0
  BUG#24085: Wrong result for NULL IN (SELECT not_null_val FROM ...)
  When transforming "oe IN (SELECT ie ...)" wrap the pushed-down predicates
  iff "oe can be null", not "ie can be null".
  The fix doesn't cover row-based subqueries, those will be fixed in #24127.

  mysql-test/r/subselect.result@1.168, 2007-01-12 22:11:37+03:00, sergefp@mysql.com +2 -2
    BUG#24085: Wrong result for NULL IN (SELECT not_null_val FROM ...)
    Update the test results (checked)

  mysql-test/r/subselect3.result@1.2, 2007-01-12 22:11:37+03:00, sergefp@mysql.com +84 -6
    BUG#24085: Wrong result for NULL IN (SELECT not_null_val FROM ...)
    - Testcase

  mysql-test/t/subselect3.test@1.2, 2007-01-12 22:11:37+03:00, sergefp@mysql.com +69 -2
    BUG#24085: Wrong result for NULL IN (SELECT not_null_val FROM ...)
    - Testcase

  sql/item_subselect.cc@1.147, 2007-01-12 22:11:37+03:00, sergefp@mysql.com +25 -14
    BUG#24085: Wrong result for NULL IN (SELECT not_null_val FROM ...)
    When transforming "oe IN (SELECT ie ...)" we should make special 
    provisions (wrap the pushed predicates) if we can encounter 
    NULL IN (SELECT ...), i.e. when oe->maybe_null. The code was checking
    for ie->maybe_null instead, fixed it for single value based subqueries.
    
    Row-based subqueries (e.g. (a,b) IN (SELECT c,d ...)) are not fixed 
    because they won't produce correct results for several other reasons 
    (filed as #24085)

ChangeSet@1.2341.27.26, 2007-01-12 17:35:24+03:00, evgen@moonbone.local +1 -0
  func_str.result:
    After merge fix

  mysql-test/r/func_str.result@1.126, 2007-01-12 17:34:59+03:00, evgen@moonbone.local +3 -3
    After merge fix

ChangeSet@1.2341.46.6, 2007-01-12 01:04:39+01:00, mmj@tiger.mmj.dk +1 -0
  mysql_explain_log.sh:
    Patch from Paul DuBois for better help messages

  scripts/mysql_explain_log.sh@1.6, 2007-01-12 01:03:50+01:00, mmj@tiger.mmj.dk +56 -52
    Patch from Paul DuBois for better help messages

ChangeSet@1.2341.52.1, 2007-01-11 23:18:01+03:00, evgen@moonbone.local +10 -0
  Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
  
  Currently in the ONLY_FULL_GROUP_BY mode no hidden fields are allowed in the
  select list. To ensure this each expression in the select list is checked
  to be a constant, an aggregate function or to occur in the GROUP BY list.
  The last two requirements are wrong and doesn't allow valid expressions like
  "MAX(b) - MIN(b)" or "a + 1" in a query with grouping by a.
  
  The correct check implemented by the patch will ensure that:
  any field reference in the [sub]expressions of the select list 
    is under an aggregate function or
    is mentioned as member of the group list or
    is an outer reference or
    is part of the select list element that coincide with a grouping element.
  
  The Item_field objects now can contain the position of the select list
  expression which they belong to. The position is saved during the
  field's Item_field::fix_fields() call.
  
  The non_agg_fields list for non-aggregated fields is added to the SELECT_LEX
  class. The SELECT_LEX::cur_pos_in_select_list now contains the position in the
  select list of the expression being currently fixed.

  mysql-test/r/group_by.result@1.76, 2007-01-11 23:17:42+03:00, evgen@moonbone.local +102 -0
    Added a test case for the bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.

  mysql-test/t/group_by.test@1.62, 2007-01-11 23:17:43+03:00, evgen@moonbone.local +51 -0
    Added a test case for the bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.

  sql/item.cc@1.249, 2007-01-11 23:17:37+03:00, evgen@moonbone.local +21 -2
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    The Item_field objects now contain the position of the select list
    expression which they belong to. The position is saved at the field's
    Item_field::fix_fields() call.

  sql/item.h@1.216, 2007-01-11 23:17:39+03:00, evgen@moonbone.local +2 -1
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    The Item_field objects now can store the position in the select list of the
    expression to which they are belongs to.

  sql/mysql_priv.h@1.425.2.2, 2007-01-11 23:17:39+03:00, evgen@moonbone.local +2 -1
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    Added the UNDEF_POS constant.

  sql/sql_base.cc@1.360.3.1, 2007-01-11 23:17:39+03:00, evgen@moonbone.local +4 -0
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    Now the setup_fields() function maintains the cur_pos_in_select_list variable.

  sql/sql_lex.cc@1.206.2.4, 2007-01-11 23:17:40+03:00, evgen@moonbone.local +2 -0
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    Set the cur_pos_in_select_list variable and the non_agg_fields list to their initial state.

  sql/sql_lex.h@1.235.2.1, 2007-01-11 23:17:40+03:00, evgen@moonbone.local +4 -0
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    The non_agg_fields list for non-aggregated fields is added to the SELECT_LEX
    class. The SELECT_LEX::cur_pos_in_select_list now stores the position in the
    select list of the expression being currently fixed.

  sql/sql_select.cc@1.479, 2007-01-11 23:17:41+03:00, evgen@moonbone.local +56 -22
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    Each select now keeps the list of fields that aren't
    used under any aggregate function. If an expression from the select list
    isn't found in the GROUP BY list the setup_group() function additionally
    checks whether non-aggregated fields occur in that expression.
    If there at least one such field and it isn't found in the GROUP BY list
    then an error is thrown.

  sql/sql_union.cc@1.136, 2007-01-11 23:17:41+03:00, evgen@moonbone.local +1 -0
    Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.
    Clean up of the non_agg_fields list.

ChangeSet@1.2216.70.38, 2007-01-11 20:51:16+01:00, jonas@perch.ndb.mysql.com +4 -0
  ndb - bug#25554
    fix bug when master failure during nr
    (recommit against 5.0)

  ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@1.55.1.11, 2007-01-11 20:51:15+01:00, jonas@perch.ndb.mysql.com +2 -1
    recommit against 5.0

  ndb/src/kernel/blocks/qmgr/QmgrMain.cpp@1.34.1.2, 2007-01-11 20:51:15+01:00, jonas@perch.ndb.mysql.com +21 -0
    recommit against 5.0

  ndb/test/ndbapi/testNodeRestart.cpp@1.24.1.2, 2007-01-11 20:51:15+01:00, jonas@perch.ndb.mysql.com +53 -0
    recommit against 5.0

  ndb/test/run-test/daily-basic-tests.txt@1.41.1.6, 2007-01-11 20:51:15+01:00, jonas@perch.ndb.mysql.com +4 -0
    recommit against 5.0

ChangeSet@1.2341.50.1, 2007-01-11 19:10:01+02:00, gkodinov@macbook.gmz +3 -0
  BUG#25106: A USING clause in combination with a VIEW results in column
             aliases ignored
  When a column reference to a column in JOIN USING is resolved and a new 
  Item is created for this column the user defined name was lost.
  This fix preserves the alias by setting the name of the new Item to the
  original alias.

  mysql-test/r/join.result@1.40, 2007-01-11 19:09:55+02:00, gkodinov@macbook.gmz +16 -0
    BUG#25106: A USING clause in combination with a VIEW results in column
               aliases ignored
     - test case

  mysql-test/t/join.test@1.35, 2007-01-11 19:09:56+02:00, gkodinov@macbook.gmz +20 -0
    BUG#25106: A USING clause in combination with a VIEW results in column
               aliases ignored
     - test case

  sql/sql_base.cc@1.360.2.1, 2007-01-11 19:09:56+02:00, gkodinov@macbook.gmz +13 -0
    BUG#25106: A USING clause in combination with a VIEW results in column
               aliases ignored
     - take the alias of the Item to be replaced and set it into the newly
       allocated Item.

ChangeSet@1.1616.2920.10, 2007-01-11 16:45:38+03:00, evgen@moonbone.local +4 -0
  Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed
  correctly.
  
  The Item_func::print method was used to print the Item_func_encode and the
  Item_func_decode objects. The last argument to ENCODE and DECODE functions
  is a plain C string and thus Item_func::print wasn't able to print it.
  
  The print() method is added to the Item_func_encode class. It correctly
  prints the Item_func_encode and the Item_func_decode objects.

  mysql-test/r/func_str.result@1.70.1.34, 2007-01-11 16:43:01+03:00, evgen@moonbone.local +13 -1
    Added a test case for bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed correctly.

  mysql-test/t/func_str.test@1.64.1.22, 2007-01-11 16:42:29+03:00, evgen@moonbone.local +8 -0
    Added a test case for bug#23409: Arguments of the ENCODE() and the
    > DECODE() functionswere not printed correctly.

  sql/item_strfunc.cc@1.196.6.20, 2007-01-11 16:44:59+03:00, evgen@moonbone.local +13 -0
    Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed correctly.
    The print() method is added to the Item_func_encode class. It correctly
    prints the Item_func_encode and the Item_func_decode objects.

  sql/item_strfunc.h@1.73.2.20, 2007-01-11 16:44:43+03:00, evgen@moonbone.local +8 -3
    Bug#23409: Arguments of the ENCODE() and the DECODE() functions were not printed correctly.
    The print() method is added to the Item_func_encode class.

ChangeSet@1.1616.2901.3, 2007-01-11 16:05:03+03:00, evgen@moonbone.local +3 -0
  Bug#17711: DELETE doesn't use index when ORDER BY, LIMIT and non-restricting
  WHERE is present.
  
  If a DELETE statement with ORDER BY and LIMIT contains a WHERE clause
  with conditions that for sure cannot be used for index access (like in
  WHERE @var:= field) the execution always follows the filesort path.    
  It happens currently even when for the above case there is an index that
  can be used to speedup sorting by the order by list.
  
  Now if a DELETE statement with ORDER BY and LIMIT contains such WHERE
  clause conditions that cannot be used to build any quick select then
  the mysql_delete() tries to use an index like there is no WHERE clause at all.

  mysql-test/r/delete.result@1.21.1.3, 2007-01-11 16:04:02+03:00, evgen@moonbone.local +7 -0
    Added a test case for bug#17711: DELETE doesn't use index when ORDER BY, LIMIT and non-restricting WHERE is present.

  mysql-test/t/delete.test@1.19.1.4, 2007-01-11 16:03:54+03:00, evgen@moonbone.local +10 -0
    Added a test case for bug#17711: DELETE doesn't use index when ORDER BY, LIMIT and non-restricting
    WHERE is present.

  sql/sql_delete.cc@1.99.2.44, 2007-01-11 16:04:10+03:00, evgen@moonbone.local +1 -1
    Bug#17711: DELETE doesn't use index when ORDER BY, LIMIT and non-restricting WHERE is present.
    Now if a DELETE statement with ORDER BY and LIMIT contains such WHERE
    clause conditions that cannot be used to build any quick select then
    the mysql_delete() tries to use an index like there is no WHERE clause at all.

ChangeSet@1.1616.2924.6, 2007-01-11 12:31:52+01:00, kent@mysql.com +9 -0
  Many files:
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/buf/buf0buf.c@1.38.1.4, 2007-01-11 12:31:01+01:00, kent@mysql.com +1 -1
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/dict/dict0dict.c@1.52.1.17, 2007-01-11 12:31:01+01:00, kent@mysql.com +3 -3
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/fil/fil0fil.c@1.41.1.16, 2007-01-11 12:31:01+01:00, kent@mysql.com +2 -2
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/ha/ha0ha.c@1.13.1.2, 2007-01-11 12:31:01+01:00, kent@mysql.com +1 -1
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/ha/hash0hash.c@1.6, 2007-01-11 12:31:01+01:00, kent@mysql.com +1 -1
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/include/hash0hash.h@1.4.1.2, 2007-01-11 12:31:01+01:00, kent@mysql.com +4 -1
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/lock/lock0lock.c@1.43.1.7, 2007-01-11 12:31:01+01:00, kent@mysql.com +1 -1
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/log/log0recv.c@1.38.1.5, 2007-01-11 12:31:01+01:00, kent@mysql.com +2 -2
    Reverted change for bug#13859, applied smaller patch from Marko

  innobase/thr/thr0loc.c@1.9, 2007-01-11 12:31:01+01:00, kent@mysql.com +1 -1
    Reverted change for bug#13859, applied smaller patch from Marko

ChangeSet@1.1616.2929.1, 2007-01-11 09:40:17+01:00, Kristofer.Pettersson@naruto. +1 -0
  Bug#24751 - Possible infinit loop in init_io_cache() when insufficient memory
  - When cache memory can't be allocated size is recaclulated using 3/4 of
    the requested memory. This number is rounded up to the nearest 
    min_cache step. 
    However with the previous implementation the new cache size might
    become bigger than requested because of this rounding and thus we get
    an infinit loop.
  - This patch fixes this problem by ensuring that the new cache size
    always will be smaller on the second and subsequent iterations until
    we reach min_cache.

  mysys/mf_iocache.c@1.47.3.1, 2007-01-11 09:40:15+01:00, Kristofer.Pettersson@naruto. +4 -3
    - Added mask to cachesize to ensure that algorithm always produce a 
      smaller cache size than current, until we reach 'min_cache' size.

ChangeSet@1.2341.47.1, 2007-01-10 13:45:41-05:00, cbell@suse.vabb.com +2 -0
  BUG#22645 - LC_TIME_NAMES: Statement not replicated
  This patch is an additional code change to the get_str_len_and_pointer
  method in log_events.cc. This change is necessary to correct a problem
  encountered on 64-bit SUSE where the auto_increment_* variables were
  being overwritten. The change corrects a cast mismatch which caused
  the problem.

  sql/log_event.cc@1.222, 2007-01-10 13:44:35-05:00, Chuck@suse.vabb.com +36 -29
    BUG#22645 - LC_TIME_NAMES: Statement not replicated
    This patch is an additional code change to the get_str_len_and_pointer,
    copy_str_and_move methods and the Query_leg_event constructor to 
    correct a type mismatch encountered during testing on SUSE 64-bit. The patch changes
    the data type of the buffer variables was changed to a new typedef 
    defined in the Log_event class. The new type is:
    
    typedef unsigned char Byte; 
    
    The variables changed include:
    
    pos, start, end, and data_buf 

  sql/log_event.h@1.129, 2007-01-10 13:44:36-05:00, Chuck@suse.vabb.com +8 -1
    BUG#22645 - LC_TIME_NAMES: Statement not replicated
    This patch adds a new type definition to the Log_event class. The new
    type is typedef unsigned char Byte. It is used in place of the uchar
    and usigned char definitions in the Query_log_event constructor to 
    eliminate type conversion problems encountere on SUSE 64-bit.
    

ChangeSet@1.2341.45.2, 2007-01-10 18:19:51+01:00, kent@mysql.com +1 -0
  configure.in:
    Corrected default for --disable-grant-options

  configure.in@1.407.3.2, 2007-01-10 18:19:40+01:00, kent@mysql.com +5 -5
    Corrected default for --disable-grant-options

ChangeSet@1.2341.43.3, 2007-01-10 14:50:09+01:00, kent@mysql.com +1 -0
  configure.in:
    Removed line accidently inserted when correcting bug#18526

  configure.in@1.416.1.1, 2007-01-10 14:50:03+01:00, kent@mysql.com +0 -1
    Removed line accidently inserted when correcting bug#18526

ChangeSet@1.2341.27.20, 2007-01-10 14:03:36+04:00, gluh@mysql.com +1 -0
  after merge fix

  sql/sql_base.cc@1.360.1.2, 2007-01-10 14:03:35+04:00, gluh@mysql.com +2 -1
    after merge fix

ChangeSet@1.1616.2928.1, 2007-01-10 12:57:03+04:00, gluh@mysql.com +3 -0
  Fix for bug#20867 InnoDB Bug - create temporary table+crash => mysqld needs to clean up
  2nd version
  During tmp tables cleanup we get the handler for temporary table
  and delete table using handler method.

  sql/mysql_priv.h@1.186.109.1, 2007-01-10 12:57:02+04:00, gluh@mysql.com +1 -0
    added function prototype

  sql/mysqld.cc@1.356.98.34, 2007-01-10 12:57:02+04:00, gluh@mysql.com +1 -1
    added call of mysql_rm_tmp_tables() function

  sql/sql_base.cc@1.145.1.130, 2007-01-10 12:57:02+04:00, gluh@mysql.com +35 -7
    mysql_rm_tmp_tables()
    -removed from table_cache_init
    -During tmp tables cleanup we get the handler for temporary table
     and delete table using handler method. 
     it allows to remove orphan records from data dictionary(InnoDB)

ChangeSet@1.1616.2920.7, 2007-01-10 00:27:11-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #25427.
  In the method Item_field::fix_fields we try to resolve the name of
  the field against the names of the aliases that occur in the select
  list. This is done by a call of the function find_item_in_list.
  When this function finds several occurrences of the field name
  it sends an error message to the error queue and returns 0.
  Yet the code did not take into account that find_item_in_list
  could return 0 and tried to dereference the returned value.

  mysql-test/r/order_by.result@1.40.1.9, 2007-01-10 00:27:09-08:00, igor@olga.mysql.com +8 -0
    Added a test case for bug #25427.

  mysql-test/t/order_by.test@1.29.1.7, 2007-01-10 00:27:09-08:00, igor@olga.mysql.com +15 -0
    Added a test case for bug #25427.

  sql/item.cc@1.58.1.177, 2007-01-10 00:27:09-08:00, igor@olga.mysql.com +2 -0
    Fixed bug #25427.
    In the method Item_field::fix_fields we try to resolve the name of
    the field against the names of the aliases that occur in the select
    list. This is done by a call of the function find_item_in_list.
    When this function finds several occurrences of the field name 
    it sends an error message to the error queue and returns 0.
    Yet the code did not take into account that find_item_in_list
    could return 0 and tried to dereference the returned value.
    
    

ChangeSet@1.2341.45.1, 2007-01-09 19:22:01-07:00, tsmith@siva.hindu.god +9 -0
  WL #3670: Compile-time option to remove GRANT-related startup options
  
  - configure --disable-grant-options defines DISABLE_GRANT_OPTIONS
  - configure.js/cmake also updated
  - if DISABLE_GRANT_OPTIONS is defined, mysqld no longer recognizes:
    --bootstrap
    --init-file
    --skip-grant-tables
  
  Scripts which rely on those three options are modified to check the environment for MYSQLD_BOOTSTRAP; it should be set to the full path of a mysqld which does handle those options.
  
  For example:
  
  $ export MYSQLD_BOOTSTRAP
  $ MYSQLD_BOOTSTRAP=/path/to/full/MySQL/bin/mysqld
  $ mysql_install_db
  $ make test

  mysql-test/mysql_test_run_new.c@1.16, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +8 -0
    Mention need for MYSQLD_BOOTSTRAP in a comment, in case this needs to be used with a mysqld which does not accept the --bootstrap option.

  configure.in@1.407.3.1, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +16 -0
    WL#3670
    
    Add --disable-grant-options

  mysql-test/install_test_db.sh@1.36.1.1, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +10 -4
    Add MYSQLD_BOOTSTRAP env variable, to enable test suite to work even if mysqld does not accept --bootstrap or --skip-grant-tables.

  mysql-test/mysql-test-run.pl@1.187.2.1, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +9 -2
    Add MYSQLD_BOOTSTRAP env variable, to enable test suite to work even if mysqld does not accept --bootstrap or --skip-grant-tables.

  scripts/mysql_install_db.sh@1.67.1.1, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +2 -1
    Add MYSQLD_BOOTSTRAP env variable, to enable mysqld_install_db to work even if mysqld does not accept --bootstrap or --skip-grant-tables.

  sql/CMakeLists.txt@1.2.1.1, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +4 -0
    Add DISABLE_GRANT_OPTIONS define

  sql/mysqld.cc@1.583.1.1, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +6 -0
    Add DISABLE_GRANT_OPTIONS define, which removes the --bootstrap, --init-file, and --skip-grant-tables options

  win/README@1.2, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +3 -0
    Document the DISABLE_GRANT_OPTIONS define

  win/configure.js@1.1.1.1, 2007-01-09 19:21:58-07:00, tsmith@siva.hindu.god +1 -0
    Handle DISABLE_GRANT_OPTIONS

ChangeSet@1.2341.43.2, 2007-01-10 00:36:41+01:00, joerg@trift2. +1 -0
  support-files/MySQL-shared-compat.spec.sh  :    Dummy, irrelevant change - just trigger a new build.

  support-files/MySQL-shared-compat.spec.sh@1.9, 2007-01-10 00:36:38+01:00, joerg@trift2. +1 -1
    Dummy, irrelevant change - just trigger a new build.

ChangeSet@1.2341.44.3, 2007-01-09 23:24:56+03:00, evgen@moonbone.local +4 -0
  Fixed bug#16861: User defined variable can have a wrong value if a tmp table was
  used.
  
  The Item::save_in_field() function is called from fill_record() to fill the 
  new row with data while execution of the CREATE TABLE ... SELECT statement.
  Item::save_in_field() calls val_xxx() methods in order to get values.
  val_xxx() methods do not take into account the result field. Due to this
  Item_func_set_user_var::val_xxx() methods returns values from the original
  table, not from the temporary one.
  
  The save_in_field() member function is added to the Item_func_set_user_var
  class. It detects whether the result field should be used and properly updates
  the value of the user variable.

  mysql-test/r/user_var.result@1.44, 2007-01-09 23:23:57+03:00, evgen@moonbone.local +8 -1
    Extended the test case for bug#18681: User defined variable can have a wrong value if
    a tmp table was used.

  mysql-test/t/user_var.test@1.39, 2007-01-09 23:24:10+03:00, evgen@moonbone.local +4 -1
    Extended the test case for bug#18681: User defined variable can have a wrong value if
    a tmp table was used.

  sql/item_func.cc@1.321, 2007-01-09 23:23:11+03:00, evgen@moonbone.local +99 -0
    Bug#16861: User defined variable can have a wrong value if a tmp table was used.
    Added the save_in_field() member function to the Item_func_set_user_var class.

  sql/item_func.h@1.160, 2007-01-09 23:23:37+03:00, evgen@moonbone.local +1 -0
    Bug#16861: User defined variable can have a wrong value if a tmp table was used.
    Added the save_in_field() member function to the Item_func_set_user_var class.

ChangeSet@1.2341.44.2, 2007-01-09 22:35:30+03:00, evgen@moonbone.local +3 -0
  Bug#14171: Wrong internal default value for a BINARY field.
  
  A BINARY field is represented by the Field_string class. The space character
  is used as the filler for unused characters in such a field. But a BINARY field 
  should use \x00 instead.
  
  Field_string:reset() now detects whether the current field is a BINARY one
  and if so uses the \x00 character as a default value filler.

  mysql-test/r/type_binary.result@1.4, 2007-01-09 22:33:54+03:00, evgen@moonbone.local +9 -0
    Added a test case for the bug#14171: Wrong internal default value for a BINARY field.

  mysql-test/t/type_binary.test@1.4, 2007-01-09 22:34:11+03:00, evgen@moonbone.local +8 -0
    Added a test case for the bug#14171: Wrong internal default value for a BINARY field.

  sql/field.h@1.192.1.3, 2007-01-09 22:32:38+03:00, evgen@moonbone.local +2 -1
    Bug#14171: Wrong internal default value for a BINARY field.
    Field_string:reset() now detects whether the current field is a BINARY one
    and if so uses the \x00 character as a default value filler.

ChangeSet@1.1346.889.2, 2007-01-09 17:21:54+01:00, joerg@trift2. +6 -0
  Version 4.0 is in "extended maintenance" by now, and so
  no future build of it will include Berkeley DB:
  Remove it from the Windows VC++ project files.
  TAG: mysql-4.0.28

  VC++Files/libmysqld/libmysqld.dsp@1.2.1.9, 2007-01-09 17:21:52+01:00, joerg@trift2. +3 -3
    Version 4.0 is in "extended maintenance" by now, and so
    no future build of it will include Berkeley DB:
    Remove it from the Windows VC++ project files.

  VC++Files/mysql.dsw@1.5.1.8, 2007-01-09 17:21:52+01:00, joerg@trift2. +0 -18
    Version 4.0 is in "extended maintenance" by now, and so
    no future build of it will include Berkeley DB:
    Remove it from the Windows VC++ project files.

  VC++Files/mysqldemb/mysqldemb.dsp@1.3.1.6, 2007-01-09 17:21:52+01:00, joerg@trift2. +5 -5
    Version 4.0 is in "extended maintenance" by now, and so
    no future build of it will include Berkeley DB:
    Remove it from the Windows VC++ project files.

  VC++Files/mysqlserver/mysqlserver.dsp@1.3.1.4, 2007-01-09 17:21:52+01:00, joerg@trift2. +2 -2
    Version 4.0 is in "extended maintenance" by now, and so
    no future build of it will include Berkeley DB:
    Remove it from the Windows VC++ project files.

  VC++Files/sql/mysqld.dsp@1.6.1.14, 2007-01-09 17:21:52+01:00, joerg@trift2. +6 -6
    Version 4.0 is in "extended maintenance" by now, and so
    no future build of it will include Berkeley DB:
    Remove it from the Windows VC++ project files.

  VC++Files/sql/mysqldmax.dsp@1.2.1.2, 2007-01-09 17:21:52+01:00, joerg@trift2. +3 -3
    Version 4.0 is in "extended maintenance" by now, and so
    no future build of it will include Berkeley DB:
    Remove it from the Windows VC++ project files.

ChangeSet@1.2341.38.7, 2007-01-09 14:42:56+01:00, df@kahlann.erinye.com +1 -0
  raise version number after cloning 5.0.33

  configure.in@1.419, 2007-01-09 14:42:54+01:00, df@kahlann.erinye.com +2 -2
    raise version number after cloning 5.0.33

ChangeSet@1.1346.881.3, 2007-01-09 12:28:46+01:00, thek@kpdesk.mysql.com +2 -0
  Cset exclude: thek@kpdesk.mysql.com|ChangeSet|20061106104152|07628

  mysys/mf_iocache.c@1.37.2.2, 2007-01-09 12:28:45+01:00, thek@kpdesk.mysql.com +0 -0
    Exclude

  mysys/my_seek.c@1.10.1.2, 2007-01-09 12:28:45+01:00, thek@kpdesk.mysql.com +0 -0
    Exclude

ChangeSet@1.1346.885.5, 2007-01-09 12:24:25+03:00, kroki@moonlight.home +3 -0
  BUG#23443: user-defined variables can consume too much memory in the
             server
  
  The problem was that when memory was exhausted HEAP engine could crash
  (GROUP BY uses HEAP TABLE).  Alternatively, if SET was used, it could
  report an error "You may only use constant expressions with SET" instead
  of "Out of memory (Needed NNNNNN bytes)".
  
  The solution is:
   - pass MY_WME to (some) calls to my_malloc() to get correct message.
   - fix heap_write() so that the first key is skipped during cleanup
     on ENOMEM because it wasn't inserted and doesn't have to be
     deleted.
  
  No test case is provided because we can't test out-of-memory behaviour
  in our current test framework.

  heap/hp_block.c@1.4.1.1, 2007-01-09 12:24:25+03:00, kroki@moonlight.home +1 -1
    If allocation fails, write an error message.

  heap/hp_write.c@1.9.1.2, 2007-01-09 12:24:25+03:00, kroki@moonlight.home +12 -3
    On ENOMEM, skip the first key in cleanup, as it wasn't inserted yet.

  sql/item_func.cc@1.60.1.54, 2007-01-09 12:24:25+03:00, kroki@moonlight.home +3 -2
    Add MY_WME so that OOM error will be reported.

ChangeSet@1.1616.2923.4, 2007-01-09 09:32:56+01:00, df@kahlann.erinye.com +2 -0
  BUG#24780 workaround for broken installations that depend on using /etc, but were configured differently

  scripts/mysqlaccess.sh@1.12, 2007-01-09 09:32:55+01:00, df@kahlann.erinye.com +4 -0
    also look in /etc

  scripts/mysqld_multi.sh@1.21.3.1, 2007-01-09 09:32:55+01:00, df@kahlann.erinye.com +3 -0
    also look in /etc

ChangeSet@1.2341.5.6, 2007-01-08 22:01:06+01:00, guilhem@gbichot3.local +3 -0
  Fix for BUG#19725 "Calls to SF in other database are not replicated
  correctly in some cases".
  In short, calls to a stored function located in another database
  than the default database, may fail to replicate if the call was made
  by SET, SELECT, or DO.
  Longer: when a stored function is called from a statement which does not go
  to binlog ("SET @a=somedb.myfunc()", "SELECT somedb.myfunc()",
  "DO somedb.myfunc()"), this crafted statement is binlogged:
  "SELECT myfunc();" (accompanied with a mention of the default database
  if there is one). So, if "somedb" is not the default database,
  the slave would fail to find myfunc(). The fix is to specify the
  function's database name in the crafted binlogged statement, like this:
  "SELECT somedb.myfunc();". Test added in rpl_sp.test.

  mysql-test/r/rpl_sp.result@1.22, 2007-01-08 22:01:04+01:00, guilhem@gbichot3.local +152 -109
    Because I moved the SHOW BINLOG EVENTS down a bit, big portions of its
    output move. Also, the function's database name appears in
    SELECT statements.

  mysql-test/t/rpl_sp.test@1.17, 2007-01-08 22:01:04+01:00, guilhem@gbichot3.local +40 -10
    Adding test for BUG#19725.
    Moving the SHOW BINLOG EVENTS down, it is run at the very end to
    test everything.

  sql/sp_head.cc@1.228, 2007-01-08 22:01:04+01:00, guilhem@gbichot3.local +2 -0
    When binlogging a "SELECT myfunc()" (when a stored function is executed
    inside a statement which does not go to the binlog (like a SET,
    SELECT, DO), we need to write "SELECT db_of_myfunc().myfunc()",
    because the function may be in a database which is not the default
    database.

ChangeSet@1.2341.33.3, 2007-01-08 15:57:03-05:00, cmiller@zippy.cornsilk.net +1 -0
  Community version numbering.

  configure.in@1.413.1.1, 2007-01-08 15:57:01-05:00, cmiller@zippy.cornsilk.net +1 -1
    Community version numbering.

ChangeSet@1.1346.889.1, 2007-01-08 18:33:55+01:00, joerg@trift2. +2 -0
  Changes necessary to build version 4.0.28:
  
  - "make_binary_distribution" accepts a dummy "--platform=" argument.
  
  - "MySQL-shared-compat.spec" uses a "version40" define symbol internally.

  scripts/make_binary_distribution.sh@1.49.1.17, 2007-01-08 18:33:54+01:00, joerg@trift2. +1 -0
    Newer versions of the release build tools call this with a "--platform=" argument
    which we seem not to need in 4.0, but which makes the tool crash (happened on SCO).
    
    Rather than add another version check into the build tools, just accept a "--platform="
    argument and ignore it, just give a message.

  support-files/MySQL-shared-compat.spec.sh@1.4.1.1, 2007-01-08 18:33:54+01:00, joerg@trift2. +5 -5
    The current version of "Do-shared-compat" needs two digits to identify the release families
    (to differ between 4.0 and 4.1), so the variable "version4" must get renamed to "version40".

ChangeSet@1.2281.4.11, 2007-01-08 13:53:37+01:00, mskold@mysql.com +2 -0
  bug#24820  CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Changed test since error mesage wasn't predictable

  mysql-test/r/ndb_index_ordered.result@1.24, 2007-01-08 13:53:05+01:00, mskold@mysql.com +3 -4
    bug#24820  CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Changed test since error mesage wasn't predictable

  mysql-test/t/ndb_index_ordered.test@1.27, 2007-01-08 13:53:05+01:00, mskold@mysql.com +3 -5
    bug#24820  CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Changed test since error mesage wasn't predictable

ChangeSet@1.2281.4.10, 2007-01-08 10:38:53+01:00, mskold@mysql.com +3 -0
  bug#24820  CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking

  mysql-test/r/ndb_index_ordered.result@1.23, 2007-01-08 10:38:39+01:00, mskold@mysql.com +9 -0
    bug#24820  CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking

  mysql-test/t/ndb_index_ordered.test@1.26, 2007-01-08 10:38:39+01:00, mskold@mysql.com +14 -0
    bug#24820  CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking

  sql/ha_ndbcluster.cc@1.285.1.6, 2007-01-08 10:38:39+01:00, mskold@mysql.com +10 -0
    bug#24820  CREATE INDEX ....USING HASH on NDB table creates ordered index, not HASH index: Added error checking

ChangeSet@1.1616.2924.2, 2007-01-05 16:53:03+01:00, kent@mysql.com +2 -0
  mysql.spec.sh, make_binary_distribution.sh:
    Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
    correct "libgcc.a" path is returned for the 32/64 bit architecture

  scripts/make_binary_distribution.sh@1.55.8.8, 2007-01-05 16:51:46+01:00, kent@mysql.com +1 -1
    Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
    correct "libgcc.a" path is returned for the 32/64 bit architecture

  support-files/mysql.spec.sh@1.83.1.45, 2007-01-05 16:52:04+01:00, kent@mysql.com +6 -1
    Add CFLAGS to gcc call with --print-libgcc-file, to make sure the
    correct "libgcc.a" path is returned for the 32/64 bit architecture

ChangeSet@1.2341.39.2, 2007-01-05 15:33:39+01:00, tomas@poseidon. +3 -0
  remove unused errorcode
  corrected previous patch removing  "if (signal)", which should acually be "if (signum)"

  ndb/src/common/debugger/EventLogger.cpp@1.30, 2007-01-05 15:33:32+01:00, tomas@poseidon. +2 -1
    corrected previous patch removing  "if (signal)", which should acually be "if (signum)"

  ndb/src/kernel/blocks/dbtc/Dbtc.hpp@1.38, 2007-01-05 15:33:32+01:00, tomas@poseidon. +0 -1
    remove unused errorcode

  ndb/src/ndbapi/ndberror.c@1.54, 2007-01-05 15:33:32+01:00, tomas@poseidon. +0 -1
    remove unused errorcode

ChangeSet@1.2341.40.1, 2007-01-05 14:02:50+02:00, gkodinov@macbook.gmz +3 -0
  Bug #15881: cast problems
    The optimizer removes expressions from GROUP BY/DISTINCT
    if they happen to participate in a <expression> = <const>
    predicates of the WHERE clause (the idea being that if
    it's always equal to a constant it can't have multiple 
    values).
    However for predicates where the expression and the 
    constant item are of different result type this is not
    valid (e.g. a string column compared to 0).
    Fixed by additional check of the result types of the 
    expression and the constant and if they differ the 
    expression don't get removed from the group by list.

  mysql-test/r/distinct.result@1.50, 2007-01-05 14:02:43+02:00, gkodinov@macbook.gmz +37 -0
    Bug #15881: cast problems
      - test case

  mysql-test/t/distinct.test@1.29, 2007-01-05 14:02:44+02:00, gkodinov@macbook.gmz +21 -0
    Bug #15881: cast problems
      - test case

  sql/sql_select.cc@1.475.4.1, 2007-01-05 14:02:45+02:00, gkodinov@macbook.gmz +42 -2
    Bug #15881: cast problems
      - can't use <expr>=<const> to remove GROUP BY/DISTINCT cols
        if they're not of the same type.

ChangeSet@1.1616.2877.34, 2007-01-05 10:26:51+01:00, istruewing@chilla.local +3 -0
  Bug#24607 - MyISAM pointer size determined incorrectly
  
  The function mi_get_pointer_length() computed too small
  pointer size for very large tables.
  
  Inserted missing 'else' between the branches for very
  large tables.

  myisam/mi_create.c@1.37.1.13, 2007-01-05 10:26:50+01:00, istruewing@chilla.local +7 -6
    Bug#24607 - MyISAM pointer size determined incorrectly
    Inserted missing 'else' between the branches for very
    large tables.
    Harmonized literals "(longlong) 1" and "1L" to "ULL(1)"
    where they are used for "ulonglong file_length".

  mysql-test/r/myisam.result@1.45.10.2, 2007-01-05 10:26:50+01:00, istruewing@chilla.local +5 -0
    Bug#24607 - MyISAM pointer size determined incorrectly
    Added the test result.

  mysql-test/t/myisam.test@1.33.12.2, 2007-01-05 10:26:50+01:00, istruewing@chilla.local +8 -0
    Bug#24607 - MyISAM pointer size determined incorrectly
    Added the test.

ChangeSet@1.1616.2924.1, 2007-01-04 23:18:04+01:00, mmj@tiger.mmj.dk +1 -0
  my_global.h:
    Patch from Alfredo for TARGET_FAT_BINARY

  include/my_global.h@1.47.1.64, 2007-01-04 23:16:45+01:00, mmj@tiger.mmj.dk +36 -0
    Patch from Alfredo for TARGET_FAT_BINARY

ChangeSet@1.2341.38.1, 2007-01-04 22:22:25+01:00, mmj@tiger.mmj.dk +1 -0
  my_global.h:
    Add patch from Alfredo for TARGET_FAT_BINARY

  include/my_global.h@1.129.1.2, 2007-01-04 22:16:59+01:00, mmj@tiger.mmj.dk +36 -0
    Add patch from Alfredo for TARGET_FAT_BINARY

ChangeSet@1.2294.57.1, 2007-01-03 17:15:10-05:00, cmiller@zippy.cornsilk.net +33 -0
  Bug#24795: Add SHOW PROFILE
  
  Patch contributed by Jeremy Cole.  CLA received Oct 2006 by Kaj Arn
  
  Add rudimentary query profiling support.

  mysql-test/r/profile.result@1.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +30 -0
    Test profiling code.
    ---
    A not-very-useful result.

  mysql-test/r/profile.result@1.0, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +0 -0

  mysql-test/t/profile.test@1.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +39 -0
    Test profiling code.
    ---
    Test syntax, but not values of profiles code.

  mysql-test/t/profile.test@1.0, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +0 -0

  sql/sql_profile.cc@1.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +441 -0
    Add profiling code.
    ---
    Add wishlist comment.

  sql/sql_profile.cc@1.0, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +0 -0

  sql/sql_profile.h@1.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +187 -0
    Add profiling code.
    ---
    Changed the value of the macro so that it's syntactically equivalent to a
    single statement.

  sql/sql_profile.h@1.0, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +0 -0

  BitKeeper/etc/collapsed@1.13.1.2, 2007-01-03 17:13:00-05:00, cmiller@zippy.cornsilk.net +3 -0

  libmysqld/Makefile.am@1.70.1.1, 2007-01-03 17:15:06-05:00, cmiller@zippy.cornsilk.net +1 -0
    Add profile file to source list.

  sql/Makefile.am@1.128.1.1, 2007-01-03 17:15:06-05:00, cmiller@zippy.cornsilk.net +2 -0
    Add profiling files to source and header lists.

  sql/ha_archive.cc@1.78.1.1, 2007-01-03 17:15:06-05:00, cmiller@zippy.cornsilk.net +2 -2
    Macro-ized other discovered instances of setting proc_info.

  sql/ha_myisam.cc@1.170.1.1, 2007-01-03 17:15:06-05:00, cmiller@zippy.cornsilk.net +12 -12
    Macroize setting thread-state info

  sql/item_func.cc@1.316.2.1, 2007-01-03 17:15:06-05:00, cmiller@zippy.cornsilk.net +4 -4
    Macro-ized other discovered instances of setting proc_info.

  sql/lex.h@1.144.1.1, 2007-01-03 17:15:06-05:00, cmiller@zippy.cornsilk.net +13 -0
    Add lexer info for profiling.

  sql/lock.cc@1.90.2.1, 2007-01-03 17:15:06-05:00, cmiller@zippy.cornsilk.net +4 -4
    Macroize setting thread-state info

  sql/log_event.cc@1.214.3.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +4 -4
    Macro-ized other discovered instances of setting proc_info.

  sql/mysql_priv.h@1.423.1.2, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +4 -0
    Set constants for profiling.

  sql/repl_failsafe.cc@1.61.1.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +3 -3
    Macro-ized other discovered instances of setting proc_info.

  sql/slave.cc@1.286.1.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +3 -3
    Macro-ized other discovered instances of setting proc_info.

  sql/sp_head.cc@1.225.3.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +2 -2
    Macro-ized other discovered instances of setting proc_info.

  sql/sql_base.cc@1.356.1.3, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +12 -12
    Macroize setting thread-state info
    ---
    Macro-ized other discovered instances of setting proc_info.

  sql/sql_cache.cc@1.96.1.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +12 -0
    Macroize setting thread-state info

  sql/sql_class.cc@1.254.3.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +2 -0
    Integrate profiling.

  sql/sql_class.h@1.310.7.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +3 -0
    Instantiate profiling object.

  sql/sql_delete.cc@1.187.1.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +6 -6
    Macroize setting thread-state info

  sql/sql_insert.cc@1.206.3.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +19 -19
    Macroize setting thread-state info
    ---
    Macro-ized other discovered instances of setting proc_info.

  sql/sql_lex.cc@1.206.5.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +1 -0
    Initialize profiling.

  sql/sql_lex.h@1.233.1.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +3 -0
    Define lex tokens and allocate space for profiling options.

  sql/sql_parse.cc@1.590.8.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +28 -12
    Integrate profiling.
    ---
    Macro-ized other discovered instances of setting proc_info.

  sql/sql_repl.cc@1.153.1.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +1 -1
    Macro-ized other discovered instances of setting proc_info.

  sql/sql_select.cc@1.475.3.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +43 -30
    Macroize setting thread-state info.
    
    Clean up some lines.

  sql/sql_show.cc@1.333.2.1, 2007-01-03 17:15:07-05:00, cmiller@zippy.cornsilk.net +1 -1
    Macro-ized other discovered instances of setting proc_info.
    ---
    Revert bad use of macro.

  sql/sql_table.cc@1.325.2.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +10 -10
    Macroize setting thread-state info

  sql/sql_update.cc@1.205.2.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +7 -7
    Macroize setting thread-state info

  sql/sql_view.cc@1.100.1.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +1 -1
    Macro-ized other discovered instances of setting proc_info.

  sql/sql_yacc.yy@1.498.1.1, 2007-01-03 17:15:08-05:00, cmiller@zippy.cornsilk.net +73 -1
    Add parser info for profiling.
    ---
    Fix new YACC shift/reduce conflict.  (Now at 249.)

ChangeSet@1.2341.36.1, 2007-01-03 12:16:03-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #24345.
  This bug appeared after the patch for bug 21390 that had added some code
  to handle outer joins with no matches after substitution of a const
  table in an efficient way. That code as it is cannot be applied to the case
  of nested outer join operations. Being applied to the queries with
  nested outer joins the code can cause crashes or wrong result sets.
  The fix blocks row substitution for const inner tables of an outer join
  if the inner operand is not a single table.  

  mysql-test/r/join_nested.result@1.24, 2007-01-03 12:16:01-08:00, igor@olga.mysql.com +43 -0
    Added a test case for bug #24345.

  mysql-test/t/join_nested.test@1.20, 2007-01-03 12:16:01-08:00, igor@olga.mysql.com +51 -0
    Added a test case for bug #24345.

  sql/sql_select.cc@1.475.2.1, 2007-01-03 12:16:01-08:00, igor@olga.mysql.com +11 -1
    Fixed bug #24345.
    This bug appeared after the patch for bug 21390 that had added some code
    to handle outer joins with no matches after substitution of a const
    table in an efficient way. That code as it is cannot be applied to the case
    of nested outer join operations. Being applied to the queries with
    nested outer joins the code can cause crashes or wrong result sets.
    The fix blocks row substitution for const inner tables of an outer join
    if the inner operand is not a single table.  

ChangeSet@1.2294.47.7, 2007-01-03 11:47:01-07:00, malff@weblab.(none) +2 -0
  Bug#6298 (LIMIT #, -1 no longer works to set start with no end limit)
  
  With MySQL 3.23 and 4.0, the syntax 'LIMIT N, -1' is accepted, and returns
  all the rows located after row N. This behavior, however, is not the
  intended result, and defeats the purpose of LIMIT, which is to constrain
  the size of a result set.
  
  With MySQL 4.1 and later, this construct is correctly detected as a syntax
  error.
  
  This fix does not change the production code, and only adds a new test case
  to improve test coverage in this area, to enforce in the test suite the
  intended behavior.

  mysql-test/r/select.result@1.144, 2007-01-03 11:46:59-07:00, malff@weblab.(none) +6 -0
    Enforce that LIMIT N, -1 is illegal.

  mysql-test/t/select.test@1.118, 2007-01-03 11:46:59-07:00, malff@weblab.(none) +20 -0
    Enforce that LIMIT N, -1 is illegal.

ChangeSet@1.2341.15.3, 2007-01-03 18:26:39+02:00, gkodinov@rakia.gmz +1 -0
  sql_udf.cc:
    Addendum to the fix for bug#15439 : valgrind pb failed

  sql/sql_udf.cc@1.60.1.1, 2007-01-03 18:25:11+02:00, gkodinov@rakia.gmz +5 -1
    Addendum to the fix for bug#15439 : valgrind pb failed

ChangeSet@1.2281.4.9, 2007-01-03 14:56:26+01:00, mskold@mysql.com +1 -0
  ndb_use_transactions is set from value for command line flag

  sql/sql_class.cc@1.249.2.1, 2007-01-03 14:55:51+01:00, mskold@mysql.com +0 -3
    ndb_use_transactions is set from value for command line flag

ChangeSet@1.1346.888.1, 2007-01-03 12:08:59+01:00, bteam@mysql.com +1 -0
  Raise version number after cloning 4.0.28

  configure.in@1.191.1.148, 2007-01-03 12:08:48+01:00, bteam@mysql.com +1 -1
    Raise version number after cloning 4.0.28

ChangeSet@1.2216.70.37, 2007-01-03 06:17:34+01:00, jonas@perch.ndb.mysql.com +6 -0
  ndb - bug#25364
    on master node failure during qmgr-commitreq
      make sure to remove all committed failed nodes from failed/prepfailed arrays

  ndb/include/kernel/signaldata/DumpStateOrd.hpp@1.8.1.1, 2007-01-03 06:17:32+01:00, jonas@perch.ndb.mysql.com +1 -0
    new error code

  ndb/src/kernel/blocks/ERROR_codes.txt@1.25, 2007-01-03 06:17:32+01:00, jonas@perch.ndb.mysql.com +3 -0
    new error code

  ndb/src/kernel/blocks/qmgr/Qmgr.hpp@1.11.1.1, 2007-01-03 06:17:32+01:00, jonas@perch.ndb.mysql.com +4 -0
    extra error insert variable

  ndb/src/kernel/blocks/qmgr/QmgrMain.cpp@1.34.1.1, 2007-01-03 06:17:32+01:00, jonas@perch.ndb.mysql.com +59 -13
    make sure to remove all committed failed nodes from failed/prepfailed arrays

  ndb/test/ndbapi/testNodeRestart.cpp@1.24.1.1, 2007-01-03 06:17:32+01:00, jonas@perch.ndb.mysql.com +43 -0
    testcase

  ndb/test/run-test/daily-basic-tests.txt@1.41.1.5, 2007-01-03 06:17:32+01:00, jonas@perch.ndb.mysql.com +4 -0
    testcase

ChangeSet@1.2341.27.10, 2007-01-03 03:35:57+04:00, holyfoot@mysql.com +1 -0
  merging

  mysql-test/r/flush_block_commit_notembedded.result@1.2, 2007-01-03 03:35:55+04:00, holyfoot@mysql.com +1 -1
    result fixed

ChangeSet@1.2341.27.9, 2007-01-03 03:33:26+04:00, holyfoot@mysql.com +1 -0
  mysql_upgrade disabled in embedded server

  mysql-test/t/mysql_upgrade.test@1.3, 2007-01-03 03:33:25+04:00, holyfoot@mysql.com +3 -0
    test disabled in embedded server

ChangeSet@1.1616.2920.5, 2007-01-03 02:41:14+04:00, holyfoot@mysql.com +1 -0
  warning count for embedded prepared statements added

  libmysqld/lib_sql.cc@1.75.1.60, 2007-01-03 02:41:13+04:00, holyfoot@mysql.com +1 -0
    reading warning count added

ChangeSet@1.2362, 2007-01-02 12:56:48-05:00, cmiller@zippy.cornsilk.net +1 -0
  Bug#23950: misplaced code in mysqld.cc, main()
  
  We should initialize before anything else.

  sql/mysqld.cc@1.584.1.1, 2007-01-02 12:56:41-05:00, cmiller@zippy.cornsilk.net +3 -1
    Move MY_INIT to the top of main().

ChangeSet@1.2281.4.8, 2007-01-02 15:47:58+01:00, mskold@mysql.com +1 -0
  Added --ndb-use-transactions

  sql/mysqld.cc@1.576.2.1, 2007-01-02 15:47:30+01:00, mskold@mysql.com +13 -2
    Added --ndb-use-transactions

ChangeSet@1.1616.2920.4, 2007-01-02 17:53:55+04:00, holyfoot@mysql.com +1 -0
  merging fix

  libmysqld/lib_sql.cc@1.75.1.59, 2007-01-02 17:53:54+04:00, holyfoot@mysql.com +0 -2
    merging fix

ChangeSet@1.1616.2920.3, 2007-01-02 17:51:32+04:00, holyfoot@mysql.com +1 -0
  merging fix

  libmysqld/lib_sql.cc@1.75.1.58, 2007-01-02 17:51:31+04:00, holyfoot@mysql.com +4 -4
    merging fix

ChangeSet@1.1616.2920.2, 2007-01-02 17:46:20+04:00, holyfoot@mysql.com +4 -0
  embedded-server related fixes

  libmysqld/lib_sql.cc@1.75.1.57, 2007-01-02 17:46:19+04:00, holyfoot@mysql.com +6 -0
    error message moved to 'stmt'

  mysql-test/t/distinct.test@1.14.1.7, 2007-01-02 17:46:19+04:00, holyfoot@mysql.com +2 -0
    temporary disabled in embedded server

  mysql-test/t/mysqladmin.test@1.1.2.1, 2007-01-02 17:46:19+04:00, holyfoot@mysql.com +2 -0
    disabled in embedded server

  sql/sql_prepare.cc@1.34.36.4, 2007-01-02 17:46:19+04:00, holyfoot@mysql.com +0 -2
    superfluous #ifndef removed

ChangeSet@1.2341.33.1, 2007-01-02 11:01:48+01:00, kent@mysql.com +1 -0
  view.result:
    Temporary work around for bug#25359

  mysql-test/r/view.result@1.184.1.1, 2007-01-02 11:01:39+01:00, kent@mysql.com +4 -4
    Temporary work around for bug#25359

ChangeSet@1.1616.2922.3, 2007-01-01 10:50:39+01:00, kent@mysql.com +9 -0
  Many files:
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/buf/buf0buf.c@1.38.1.3, 2007-01-01 10:50:21+01:00, kent@mysql.com +1 -1
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/dict/dict0dict.c@1.52.1.16, 2007-01-01 10:50:21+01:00, kent@mysql.com +3 -3
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/fil/fil0fil.c@1.41.1.15, 2007-01-01 10:50:21+01:00, kent@mysql.com +2 -2
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/ha/ha0ha.c@1.13.1.1, 2007-01-01 10:50:21+01:00, kent@mysql.com +1 -1
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/ha/hash0hash.c@1.5, 2007-01-01 10:50:21+01:00, kent@mysql.com +1 -1
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/include/hash0hash.h@1.4.1.1, 2007-01-01 10:50:21+01:00, kent@mysql.com +1 -1
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/lock/lock0lock.c@1.43.1.6, 2007-01-01 10:50:21+01:00, kent@mysql.com +1 -1
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/log/log0recv.c@1.38.1.4, 2007-01-01 10:50:21+01:00, kent@mysql.com +2 -2
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

  innobase/thr/thr0loc.c@1.8, 2007-01-01 10:50:21+01:00, kent@mysql.com +1 -1
    Renamed hash_create() not to clash with imap using embedded server (bug#13859)

ChangeSet@1.2341.32.4, 2007-01-01 09:54:41+01:00, kent@mysql.com +2 -0
  mysqld.cc, configure.in:
    Don't use thread priority by default on Mac OS X (bug#18526)

  configure.in@1.416, 2007-01-01 09:54:27+01:00, kent@mysql.com +2 -0
    Don't use thread priority by default on Mac OS X (bug#18526)

  sql/mysqld.cc@1.585, 2007-01-01 09:54:27+01:00, kent@mysql.com +6 -2
    Don't use thread priority by default on Mac OS X (bug#18526)

ChangeSet@1.2341.32.3, 2007-01-01 08:49:17+01:00, kent@mysql.com +1 -0
  configure.in:
    Build "mysqld_error.h" even if configured --withouth-server (bug#21265)

  configure.in@1.415, 2007-01-01 08:48:55+01:00, kent@mysql.com +8 -6
    Build "mysqld_error.h" even if configured --withouth-server (bug#21265)

ChangeSet@1.1616.2922.2, 2007-01-01 07:22:57+01:00, kent@mysql.com +1 -0
  configure.in:
    Don't build server when configured --without-server (bug#23973)

  configure.in@1.201.64.17, 2007-01-01 07:22:41+01:00, kent@mysql.com +5 -1
    Don't build server when configured --without-server (bug#23973)

ChangeSet@1.1616.2921.1, 2007-01-01 05:30:31+01:00, kent@mysql.com +2 -0
  mysql_secure_installation.sh:
    Portable handling of "echo" without newline (bug#24605)
  check-cpu:
    In developer script safe to use "printf", not "echo -n"

  BUILD/check-cpu@1.12.2.1, 2007-01-01 05:27:01+01:00, kent@mysql.com +1 -2
    In developer script safe to use "printf", not "echo -n"

  scripts/mysql_secure_installation.sh@1.3.1.1, 2007-01-01 05:29:41+01:00, kent@mysql.com +20 -9
    Portable handling of "echo" without newline (bug#24605)

ChangeSet@1.2341.25.3, 2006-12-31 01:02:27+01:00, kent@mysql.com +524 -0
  my_strtoll10-x86.s:
    Corrected spelling in copyright text
  Makefile.am:
    Don't update the files from BitKeeper
  Many files:
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 
  Many files:
    Added GPL copyright text
  Removed files:
    Docs/Support/colspec-fix.pl
    Docs/Support/docbook-fixup.pl
    Docs/Support/docbook-prefix.pl
    Docs/Support/docbook-split
    Docs/Support/make-docbook
    Docs/Support/make-makefile
    Docs/Support/test-make-manual
    Docs/Support/test-make-manual-de
    Docs/Support/xwf

  BUILD/Makefile.am@1.12, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  BitKeeper/deleted/.del-colspec-fix.pl@1.6, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/colspec-fix.pl

  BitKeeper/deleted/.del-docbook-fixup.pl@1.17, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/docbook-fixup.pl

  BitKeeper/deleted/.del-docbook-prefix.pl@1.2, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/docbook-prefix.pl

  BitKeeper/deleted/.del-docbook-split@1.4, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/docbook-split

  BitKeeper/deleted/.del-make-docbook@1.6, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/make-docbook

  BitKeeper/deleted/.del-make-makefile@1.3, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/make-makefile

  mysql-test/my_create_tables.c@1.4, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  BitKeeper/deleted/.del-test-make-manual@1.8, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/test-make-manual

  BitKeeper/deleted/.del-test-make-manual-de@1.2, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/test-make-manual-de

  BitKeeper/deleted/.del-xwf@1.2, 2006-12-31 00:02:45+01:00, kent@mysql.com +0 -0
    Delete: Docs/Support/xwf

  CMakeLists.txt@1.5, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  Docs/Makefile.am@1.63, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  Docs/Support/generate-text-files.pl@1.5, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  Makefile.am@1.91.1.3, 2006-12-31 00:18:19+01:00, kent@mysql.com +2 -0
    Don't update the files from BitKeeper

  Makefile.am@1.91.1.2, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  SSL/Makefile.am@1.4, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  VC++Files/copy_mysql_files.bat@1.4, 2006-12-30 14:26:28+01:00, kent@mysql.com +17 -0
    Added GPL copyright text

  VC++Files/prepare@1.3, 2006-12-30 18:25:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  VC++Files/test1/mysql_thr.c@1.5, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  VC++Files/thr_test/thr_test.c@1.4, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  bdb/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  bdb/Makefile.in@1.9, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  client/CMakeLists.txt@1.4, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  client/Makefile.am@1.63, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  client/client_priv.h@1.47, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  client/completion_hash.h@1.8, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  client/mysqladmin.cc@1.117, 2006-12-30 21:02:04+01:00, kent@mysql.com +3 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  client/mysqlimport.c@1.62, 2006-12-30 21:02:04+01:00, kent@mysql.com +2 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  client/mysqlshow.c@1.51, 2006-12-30 21:02:04+01:00, kent@mysql.com +2 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  dbug/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  dbug/Makefile.am@1.17, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  extra/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  extra/Makefile.am@1.37, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  extra/yassl/CMakeLists.txt@1.3, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  extra/yassl/Makefile.am@1.6, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  extra/yassl/src/make.bat@1.4, 2006-12-30 14:26:28+01:00, kent@mysql.com +18 -0
    Added GPL copyright text

  extra/yassl/taocrypt/CMakeLists.txt@1.3, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  extra/yassl/taocrypt/Makefile.am@1.6, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  extra/yassl/taocrypt/benchmark/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  extra/yassl/taocrypt/benchmark/make.bat@1.4, 2006-12-30 14:26:28+01:00, kent@mysql.com +18 -0
    Added GPL copyright text

  extra/yassl/taocrypt/src/make.bat@1.6, 2006-12-30 14:26:28+01:00, kent@mysql.com +18 -0
    Added GPL copyright text

  extra/yassl/taocrypt/test/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  extra/yassl/taocrypt/test/make.bat@1.4, 2006-12-30 14:26:28+01:00, kent@mysql.com +18 -0
    Added GPL copyright text

  extra/yassl/testsuite/make.bat@1.4, 2006-12-30 14:26:28+01:00, kent@mysql.com +18 -0
    Added GPL copyright text

  heap/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  heap/Makefile.am@1.13, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/_check.c@1.21, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/_rectest.c@1.7, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/heapdef.h@1.16, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_block.c@1.8, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_clear.c@1.11, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_close.c@1.9, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_create.c@1.25, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_delete.c@1.20, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_extra.c@1.8, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_hash.c@1.46, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_info.c@1.11, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_open.c@1.24, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_panic.c@1.7, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rename.c@1.8, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rfirst.c@1.15, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rkey.c@1.18, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rlast.c@1.11, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rnext.c@1.13, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rprev.c@1.9, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rrnd.c@1.11, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_rsame.c@1.7, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_scan.c@1.8, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_static.c@1.6, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_test1.c@1.18, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_test2.c@1.24, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_update.c@1.13, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  heap/hp_write.c@1.27, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/Makefile.am@1.66, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/help_end.h@1.5, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  include/help_start.h@1.5, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  include/my_aes.h@1.5, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/my_getopt.h@1.19, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/my_handler.h@1.13, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/my_time.h@1.18, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/mysql_time.h@1.6, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/rijndael.h@1.5, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/sha1.h@1.6, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  include/sql_common.h@1.19, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  innobase/CMakeLists.txt@1.3, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  innobase/Makefile.am@1.9, 2006-12-30 21:48:23+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/btr/Makefile.am@1.6, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/btr/Makefile.am@1.5, 2006-12-30 21:48:23+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/buf/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/buf/Makefile.am@1.4, 2006-12-30 21:48:23+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/data/Makefile.am@1.6, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/data/Makefile.am@1.5, 2006-12-30 21:48:23+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/dict/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/dict/Makefile.am@1.4, 2006-12-30 21:48:23+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/dyn/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/dyn/Makefile.am@1.4, 2006-12-30 21:48:23+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/eval/Makefile.am@1.6, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/eval/Makefile.am@1.5, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/fil/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/fil/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/fsp/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/fsp/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/fut/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/fut/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/ha/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/ha/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/ibuf/Makefile.am@1.5, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/include/Makefile.am@1.14, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/lock/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/lock/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/log/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/log/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/mach/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/mach/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/mem/Makefile.am@1.7, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/mem/Makefile.am@1.6, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/mtr/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/mtr/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/os/Makefile.am@1.6, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/page/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/page/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/pars/Makefile.am@1.7, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/pars/Makefile.am@1.6, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/que/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/que/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/read/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/read/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/rem/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/rem/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/row/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/row/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/srv/Makefile.am@1.7, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/srv/Makefile.am@1.6, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/sync/Makefile.am@1.6, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/sync/Makefile.am@1.5, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/thr/Makefile.am@1.5, 2006-12-31 00:18:19+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/thr/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/trx/Makefile.am@1.5, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/trx/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/usr/Makefile.am@1.5, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/usr/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  innobase/ut/Makefile.am@1.5, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  innobase/ut/Makefile.am@1.4, 2006-12-30 21:48:24+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header

  libmysql/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  libmysql/Makefile.am@1.52, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  libmysql/client_settings.h@1.35, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  libmysql_r/Makefile.am@1.28, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  libmysqld/Makefile.am@1.72, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  libmysqld/emb_qcache.h@1.4, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  libmysqld/embedded_priv.h@1.16, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  man/Makefile.am@1.14, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  myisam/Makefile.am@1.34, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_boolean_search.c@1.95, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_eval.c@1.18, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_nlq_search.c@1.41, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_parser.c@1.50, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_static.c@1.33, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_stem.c@1.6, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_stopwords.c@1.24, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_test1.c@1.20, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_test1.h@1.6, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ft_update.c@1.40, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/ftdefs.h@1.32, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/fulltext.h@1.11, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_cache.c@1.16, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_changed.c@1.7, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_check.c@1.147.2.2, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_checksum.c@1.10, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_close.c@1.21, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_create.c@1.59, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_dbug.c@1.16, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_delete.c@1.43, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_delete_all.c@1.18, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_delete_table.c@1.12, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_dynrec.c@1.43.1.3, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_extra.c@1.48, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_info.c@1.17, 2006-12-30 21:02:04+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_key.c@1.55, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_locking.c@1.42.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_log.c@1.13, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_open.c@1.101.1.1, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_packrec.c@1.35.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_page.c@1.25, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_panic.c@1.12, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_preload.c@1.12, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_range.c@1.16.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rename.c@1.10, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rfirst.c@1.6, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rkey.c@1.28, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rlast.c@1.6, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rnext.c@1.17, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rnext_same.c@1.21, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rprev.c@1.14, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rrnd.c@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rsame.c@1.9, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_rsamepos.c@1.7, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_scan.c@1.6, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_search.c@1.63, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_static.c@1.20, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_statrec.c@1.14, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_test1.c@1.27.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_test2.c@1.32, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_test3.c@1.18, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_unique.c@1.28, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_update.c@1.23.1.1, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/mi_write.c@1.58.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/myisam_ftdump.c@1.41, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/myisamdef.h@1.86.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/myisamlog.c@1.34, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/myisampack.c@1.58, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/rt_index.c@1.19, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/rt_index.h@1.5, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/rt_key.h@1.5, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/rt_mbr.c@1.12, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/rt_mbr.h@1.6, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/rt_split.c@1.14.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/rt_test.c@1.15, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/sort.c@1.59, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/sp_defs.h@1.4, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -2
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisam/sp_test.c@1.13, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  myisammrg/Makefile.am@1.17, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_close.c@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_create.c@1.12, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_def.h@1.13, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_delete.c@1.10, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_extra.c@1.15, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_info.c@1.12, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_locking.c@1.10, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_open.c@1.35, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_panic.c@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_queue.c@1.15, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_range.c@1.7, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rfirst.c@1.11, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rkey.c@1.20, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rlast.c@1.10, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rnext.c@1.16, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rnext_same.c@1.7, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rprev.c@1.15, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rrnd.c@1.16, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_rsame.c@1.9, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_static.c@1.11, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_update.c@1.9, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  myisammrg/myrg_write.c@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysql-test/Makefile.am@1.78.1.3, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysql-test/install_test_db.sh@1.37, 2006-12-30 18:25:24+01:00, kent@mysql.com +13 -1
    Added GPL copyright text

  mysql-test/lib/mtr_cases.pl@1.33.1.1, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_diff.pl@1.2, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_gcov.pl@1.3, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_gprof.pl@1.2, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_im.pl@1.3, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_io.pl@1.10, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_match.pl@1.4, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_misc.pl@1.20, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_process.pl@1.47.1.1, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_report.pl@1.34, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_stress.pl@1.4, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_timer.pl@1.12, 2006-12-30 18:29:18+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  mysql-test/lib/mtr_unique.pl@1.4, 2006-12-30 18:29:18+01:00, kent@mysql.com +16 -0
    Added GPL copyright text

  mysql-test/ndb/ndbcluster.sh@1.47, 2006-12-30 18:25:24+01:00, kent@mysql.com +13 -1
    Added GPL copyright text

  mysys/CMakeLists.txt@1.3, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  mysys/Makefile.am@1.74, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_aes.c@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_gethostbyname.c@1.9, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_gethwaddr.c@1.5, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_getopt.c@1.59, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_getsystime.c@1.7, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_handler.c@1.28, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_port.c@1.4, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/my_semaphore.c@1.5, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/rijndael.c@1.6, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  mysys/sha1.c@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  ndb/Makefile.am@1.16, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  ndb/Makefile.am@1.15, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/config/common.mk.am@1.10, 2006-12-31 00:26:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/config/type_kernel.mk.am@1.4, 2006-12-31 00:26:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/config/type_mgmapiclient.mk.am@1.3, 2006-12-31 00:26:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/config/type_ndbapi.mk.am@1.7, 2006-12-31 00:26:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/config/type_ndbapiclient.mk.am@1.3, 2006-12-31 00:26:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/config/type_ndbapitest.mk.am@1.12, 2006-12-31 00:26:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/config/type_ndbapitools.mk.am@1.12, 2006-12-31 00:26:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/config/type_util.mk.am@1.7, 2006-12-31 00:26:24+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/docs/Makefile.am@1.16, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  ndb/docs/Makefile.am@1.15, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/include/Makefile.am@1.19, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/include/kernel/kernel_config_parameters.h@1.3, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/include/kernel/signaldata/CntrStart.hpp@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/include/kernel/signaldata/ReadConfig.hpp@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/include/kernel/signaldata/UpgradeStartup.hpp@1.4, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/include/mgmapi/mgmapi_config_parameters.h@1.22, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/include/mgmapi/mgmapi_config_parameters_debug.h@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/include/ndb_net.h@1.3, 2006-12-31 00:40:58+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/include/util/ConfigValues.hpp@1.5, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/Makefile.am@1.15, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  ndb/src/Makefile.am@1.14, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/Makefile.am@1.6, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  ndb/src/common/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/debugger/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/debugger/signaldata/CntrStart.cpp@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/debugger/signaldata/Makefile.am@1.7, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/common/debugger/signaldata/ReadNodesConf.cpp@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/debugger/signaldata/print.awk@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/logger/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/common/mgmcommon/Makefile.am@1.11, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/portlib/Makefile.am@1.12, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  ndb/src/common/portlib/Makefile.am@1.11, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/transporter/Makefile.am@1.12, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/common/util/Bitmask.cpp@1.9, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/common/util/ConfigValues.cpp@1.10, 2006-12-31 00:40:58+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/common/util/Makefile.am@1.12, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/common/util/new.cpp@1.8, 2006-12-31 00:40:58+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/common/util/testConfigValues/testConfigValues.cpp@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/cw/Makefile.am@1.4, 2006-12-31 00:18:20+01:00, kent@mysql.com +2 -0
    Don't update the files from BitKeeper

  ndb/src/cw/Makefile.am@1.3, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/cw/cpcd/Makefile.am@1.13, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/kernel/Makefile.am@1.15, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/Makefile.am@1.5, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  ndb/src/kernel/blocks/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/backup/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/cmvmi/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbacc/Makefile.am@1.6, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbdict/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbdict/Master_AddTable.sfl@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +14 -1
    Added GPL copyright text

  ndb/src/kernel/blocks/dbdict/Slave_AddTable.sfl@1.2, 2006-12-31 00:40:58+01:00, kent@mysql.com +19 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbdih/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dblqh/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbtc/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbtup/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbtux/Makefile.am@1.6, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/dbutil/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/ndbcntr/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/ndbfs/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/qmgr/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/suma/Makefile.am@1.5, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/blocks/trix/Makefile.am@1.4, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/error/Makefile.am@1.6, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/kernel/vm/Makefile.am@1.9, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/mgmapi/Makefile.am@1.14, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/mgmapi/mgmapi_configuration.cpp@1.4, 2006-12-31 00:40:58+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/mgmclient/Makefile.am@1.18, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/src/mgmsrv/Makefile.am@1.24, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/src/ndbapi/Makefile.am@1.16, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/test/Makefile.am@1.7, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  ndb/test/Makefile.am@1.6, 2006-12-30 22:07:31+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  ndb/test/ndbapi/Makefile.am@1.28, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/test/ndbapi/bank/Makefile.am@1.6, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/test/run-test/Makefile.am@1.24, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/test/src/Makefile.am@1.9, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/test/tools/Makefile.am@1.12, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  ndb/tools/Makefile.am@1.27, 2006-12-30 22:07:31+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  os2/Makefile.am@1.4, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  os2/ReadMe.txt@1.3, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  os2/include/Makefile.am@1.3, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  os2/include/sys/Makefile.am@1.3, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  pstack/Makefile.am@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  pstack/aout/Makefile.am@1.2, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  regex/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  regex/Makefile.am@1.17, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  scripts/Makefile.am@1.55, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  scripts/fill_func_tables.sh@1.6, 2006-12-30 18:25:24+01:00, kent@mysql.com +13 -2
    Added GPL copyright text

  scripts/fill_help_tables.sh@1.18, 2006-12-30 18:25:24+01:00, kent@mysql.com +14 -3
    Added GPL copyright text

  scripts/make_binary_distribution.sh@1.115.1.2, 2006-12-30 23:47:38+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  scripts/make_sharedlib_distribution.sh@1.5, 2006-12-30 23:47:38+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  scripts/make_win_bin_dist@1.5, 2006-12-30 23:47:38+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  scripts/make_win_src_distribution.sh@1.50, 2006-12-30 23:47:38+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  scripts/mysql_config.sh@1.27, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  scripts/mysql_convert_table_format.sh@1.7, 2006-12-30 23:47:38+01:00, kent@mysql.com +14 -0
    Added GPL copyright text

  scripts/mysql_create_system_tables.sh@1.29, 2006-12-30 18:25:24+01:00, kent@mysql.com +13 -1
    Added GPL copyright text

  scripts/mysql_explain_log.sh@1.5, 2006-12-30 23:47:38+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  scripts/mysql_find_rows.sh@1.8, 2006-12-30 23:47:38+01:00, kent@mysql.com +14 -3
    Added GPL copyright text

  scripts/mysql_fix_privilege_tables.sh@1.37, 2006-12-30 23:47:38+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  scripts/mysql_install_db.sh@1.68, 2006-12-30 18:25:24+01:00, kent@mysql.com +13 -1
    Added GPL copyright text

  scripts/mysql_upgrade_shell.sh@1.5, 2006-12-30 18:25:24+01:00, kent@mysql.com +13 -1
    Added GPL copyright text

  scripts/mysql_zap.sh@1.8, 2006-12-30 23:47:38+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  scripts/mysqlbug.sh@1.7.1.1, 2006-12-30 23:47:38+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/Makefile.am@1.4, 2006-12-31 00:18:20+01:00, kent@mysql.com +3 -0
    Don't update the files from BitKeeper

  server-tools/Makefile.am@1.3, 2006-12-30 23:47:38+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/instance-manager/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/instance-manager/IMService.cpp@1.8, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/instance-manager/IMService.h@1.4, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/instance-manager/WindowsService.cpp@1.6, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/instance-manager/WindowsService.h@1.6, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/instance-manager/listener.cc@1.27.1.2, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/listener.h@1.8, 2006-12-30 21:02:05+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/log.cc@1.10, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/log.h@1.6, 2006-12-30 21:02:05+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/manager.cc@1.38, 2006-12-30 21:02:05+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/manager.h@1.7, 2006-12-30 21:02:05+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/messages.cc@1.8, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/messages.h@1.4, 2006-12-30 21:02:06+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/mysql_connection.cc@1.17, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/mysql_connection.h@1.7, 2006-12-30 21:02:06+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/mysqlmanager.cc@1.19, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/options.cc@1.35, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/options.h@1.18, 2006-12-30 21:02:06+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/portability.h@1.11, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  server-tools/instance-manager/priv.cc@1.12, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/priv.h@1.12, 2006-12-30 21:02:06+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/protocol.cc@1.15, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/protocol.h@1.8, 2006-12-30 21:02:06+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/thread_registry.cc@1.12, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/thread_registry.h@1.8, 2006-12-30 21:02:06+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/user_map.cc@1.17, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  server-tools/instance-manager/user_map.h@1.7, 2006-12-30 21:02:06+01:00, kent@mysql.com +3 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/Makefile.am@1.22, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/as3ap.sh@1.4, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/bench-count-distinct.sh@1.4, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/bench-init.pl.sh@1.31, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/compare-results.sh@1.12, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/copy-db.sh@1.8, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/crash-me.sh@1.50, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/print-limit-table@1.9, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/run-all-tests.sh@1.14, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/server-cfg.sh@1.53, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-ATIS.sh@1.14, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-alter-table.sh@1.13, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-big-tables.sh@1.10, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-connect.sh@1.15, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-create.sh@1.13, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-insert.sh@1.43, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-select.sh@1.25, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-transactions.sh@1.8, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-bench/test-wisconsin.sh@1.14, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-common/Makefile.am@1.5, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql-common/my_time.c@1.25.1.7, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/CMakeLists.txt@1.3, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  sql/Makefile.am@1.130, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/client_settings.h@1.16, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/custom_conf.h@1.7, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/derror.cc@1.23, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/des_key_file.cc@1.15, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/discover.cc@1.5, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/examples/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  sql/field.cc@1.335.1.2, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/field.h@1.192.1.2, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/filesort.cc@1.109.1.3, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/frm_crypt.cc@1.6, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/gen_lex_hash.cc@1.72, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/gstream.h@1.7, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_berkeley.cc@1.165, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_berkeley.h@1.80, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_heap.cc@1.82, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_heap.h@1.42, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_myisam.cc@1.172, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_myisam.h@1.72, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_myisammrg.cc@1.87, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/ha_myisammrg.h@1.44, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/handler.cc@1.222.1.5, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/handler.h@1.182, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/hash_filo.cc@1.10, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/hash_filo.h@1.14, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/hostname.cc@1.36, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/init.cc@1.18, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item.cc@1.247, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item.h@1.215, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_buff.cc@1.22, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_cmpfunc.cc@1.224.2.2, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_create.h@1.46, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_func.h@1.159, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_geofunc.cc@1.29, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_strfunc.cc@1.290.1.3, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_sum.h@1.107.1.2, 2006-12-30 21:02:06+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_timefunc.h@1.72, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_uniq.cc@1.12, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/item_uniq.h@1.29, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/key.cc@1.39, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/lex_symbol.h@1.9, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/lock.cc@1.90.1.2, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/log_event.h@1.126.2.2, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/matherr.c@1.7, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/mf_iocache.cc@1.29, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/my_decimal.cc@1.14, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/my_decimal.h@1.13, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/my_lock.c@1.11, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/opt_range.cc@1.234.3.1, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/opt_range.h@1.67, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/password.c@1.42, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/procedure.cc@1.13, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/procedure.h@1.23, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/protocol.h@1.36, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/records.cc@1.46, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/repl_failsafe.cc@1.63, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/repl_failsafe.h@1.14, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/set_var.h@1.78.1.2, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/spatial.h@1.22, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_acl.h@1.52, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_analyse.cc@1.70, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_analyse.h@1.22, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_base.cc@1.360, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_cache.h@1.35, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_class.cc@1.254.1.4, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_class.h@1.310.5.3, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_client.cc@1.8, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_crypt.cc@1.12, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_crypt.h@1.7, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_cursor.cc@1.8, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_cursor.h@1.3, 2006-12-30 21:02:07+01:00, kent@mysql.com +4 -3
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_do.cc@1.13, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_insert.cc@1.206.2.2, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_lex.cc@1.206.3.2, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_lex.h@1.235, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_list.cc@1.12, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_load.cc@1.104, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_manager.cc@1.8, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_manager.h@1.3, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_map.cc@1.18, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_map.h@1.8, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_olap.cc@1.24, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_rename.cc@1.37, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_repl.cc@1.155, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_repl.h@1.41, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_select.cc@1.475.1.5, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_select.h@1.114, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_test.cc@1.48, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_udf.h@1.17, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/sql_update.cc@1.205.1.2, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/structs.h@1.57, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/table.cc@1.237.4.1, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/table.h@1.137, 2006-12-30 21:02:07+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/thr_malloc.cc@1.15, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/time.cc@1.66, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/unireg.cc@1.80, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  sql/unireg.h@1.47, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  strings/Makefile.am@1.53, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/bmove_upp-sparc.s@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/ctype-extra.c@1.24.1.1, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  strings/dump_map.c@1.3, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  strings/macros.asm@1.5, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/my_strtoll10-x86.s@1.6, 2006-12-30 18:29:54+01:00, kent@mysql.com +2 -1
    Corrected spelling in copyright text

  strings/ptr_cmp.asm@1.5, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strappend-sparc.s@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strend-sparc.s@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strings.asm@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strinstr-sparc.s@1.5, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strmake-sparc.s@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strmov-sparc.s@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strnmov-sparc.s@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strstr-sparc.s@1.9, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strxmov-sparc.s@1.6, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/strxmov.asm@1.5, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  strings/uca-dump.c@1.6, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  strings/utr11-dump.c@1.2, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  support-files/MacOSX/Makefile.am@1.11, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  support-files/Makefile.am@1.33, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  tests/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  tests/Makefile.am@1.31, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  tests/deadlock_test.c@1.7, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  tools/mysqlmanager.c@1.49, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  vio/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  vio/Makefile.am@1.22, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  win/Makefile.am@1.3, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

  win/build-vs71.bat@1.2, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  win/build-vs8.bat@1.2, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  win/build-vs8_x64.bat@1.2, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  win/configure.js@1.2, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  zlib/CMakeLists.txt@1.2, 2006-12-30 14:10:45+01:00, kent@mysql.com +15 -0
    Added GPL copyright text

  zlib/Makefile.am@1.14, 2006-12-31 00:18:20+01:00, kent@mysql.com +2 -0
    Don't update the files from BitKeeper

  zlib/Makefile.am@1.13, 2006-12-30 21:02:08+01:00, kent@mysql.com +1 -1
    Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
    Adjusted year(s) in copyright header 

ChangeSet@1.2341.5.5, 2006-12-29 16:42:16+04:00, bar@mysql.com +1 -0
  log_event.cc:
    After merge fix

  sql/log_event.cc@1.221, 2006-12-29 16:40:55+04:00, bar@mysql.com +2 -1
    After merge fix

ChangeSet@1.2341.28.1, 2006-12-28 10:00:16+01:00, df@kahlann.erinye.com +1 -0
  fix breakage on qnx

  cmd-line-utils/readline/undo.c@1.11, 2006-12-28 10:00:14+01:00, df@kahlann.erinye.com +1 -1
    cast breaks on qnx

ChangeSet@1.2341.4.8, 2006-12-27 19:54:49+04:00, svoj@mysql.com +1 -0
  After merge fix.

  sql/sql_update.cc@1.207, 2006-12-27 19:54:47+04:00, svoj@mysql.com +5 -3
    After merge fix.

ChangeSet@1.2360, 2006-12-26 12:42:54-07:00, tsmith@siva.hindu.god +2 -0
  In func_group.test, round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations.
  This is for bug #22555.

  mysql-test/r/func_group.result@1.58, 2006-12-26 12:42:51-07:00, tsmith@siva.hindu.god +12 -12
    Round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations.
    This is for bug #22555.

  mysql-test/t/func_group.test@1.53, 2006-12-26 12:42:51-07:00, tsmith@siva.hindu.god +4 -4
    Round the results of std() for some calls, because Windows' sqrt() function appears to return fewer "significant" digits than the Unix implementations.
    This is for bug #22555.

ChangeSet@1.2294.50.6, 2006-12-26 20:22:16+04:00, holyfoot@mysql.com +1 -0
  lock_multi disabled

  mysql-test/t/lock_multi.test@1.21, 2006-12-26 20:22:13+04:00, holyfoot@mysql.com +1 -0
    doesn't work in embedded server

ChangeSet@1.2341.24.3, 2006-12-26 17:47:30+04:00, svoj@mysql.com +4 -0
  BUG#25048 - ERROR 126 : Incorrect key file for table '.XXXX.MYI'; try to
              repair it
  
  Multi-table delete that is optimized with QUICK_RANGE reports table
  corruption.
  
  DELETE statement must not use KEYREAD optimization, and sets
  table->no_keyread to 1. This was ignored in QUICK_RANGE optimization.
  
  With this fix QUICK_RANGE optimization honors table->no_keyread
  value and does not enable KEYREAD when it is requested.

  mysql-test/r/index_merge.result@1.21, 2006-12-26 17:47:29+04:00, svoj@mysql.com +1 -1
    Fixed a test case according to fix for bug#25048.

  mysql-test/r/index_merge_ror.result@1.9, 2006-12-26 17:47:29+04:00, svoj@mysql.com +11 -0
    A test case for bug#25048.

  mysql-test/t/index_merge_ror.test@1.9, 2006-12-26 17:47:29+04:00, svoj@mysql.com +15 -0
    A test case for bug#25048.

  sql/opt_range.cc@1.234.2.1, 2006-12-26 17:47:29+04:00, svoj@mysql.com +17 -6
    Do not use key read when head->no_keyread is set.

ChangeSet@1.2341.25.2, 2006-12-23 20:17:15+01:00, kent@mysql.com +1802 -0
  Many files:
    Changed header to GPL version 2 only

  BUILD/Makefile.am@1.11, 2006-12-23 20:04:03+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  Docs/Makefile.am@1.62, 2006-12-23 20:04:03+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  Makefile.am@1.91.1.1, 2006-12-23 20:04:03+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  SSL/Makefile.am@1.3, 2006-12-23 20:04:03+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  bdb/Makefile.in@1.8, 2006-12-23 20:04:03+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/Makefile.am@1.62, 2006-12-23 20:04:03+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/client_priv.h@1.46, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/completion_hash.cc@1.12, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/completion_hash.h@1.7, 2006-12-23 20:04:04+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  client/get_password.c@1.11, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/my_readline.h@1.7, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysql.cc@1.230, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysql_upgrade.c@1.14.1.1, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqladmin.cc@1.116, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqlbinlog.cc@1.130.2.1, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqlcheck.c@1.58, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqldump.c@1.252.1.1, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqlimport.c@1.61, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqlmanager-pwgen.c@1.13, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqlmanagerc.c@1.14, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqlshow.c@1.50, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/mysqltest.c@1.268.1.1, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/readline.cc@1.13, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/sql_string.cc@1.26, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  client/sql_string.h@1.16, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  cmd-line-utils/Makefile.am@1.4, 2006-12-23 20:04:04+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  dbug/Makefile.am@1.16, 2006-12-23 20:04:04+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  extra/Makefile.am@1.36, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/charset2html.c@1.9, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/comp_err.c@1.25, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/innochecksum.c@1.6, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/my_print_defaults.c@1.24, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/mysql_waitpid.c@1.8, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/perror.c@1.46, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/replace.c@1.22, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/resolve_stack_dump.c@1.18, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  extra/resolveip.c@1.25, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/Makefile.am@1.12, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/_check.c@1.20, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/_rectest.c@1.6, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/heapdef.h@1.15, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_block.c@1.7, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_clear.c@1.10, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_close.c@1.8, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_create.c@1.24, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_delete.c@1.19, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_extra.c@1.7, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_hash.c@1.45, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_info.c@1.10, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_open.c@1.23, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_panic.c@1.6, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rename.c@1.7, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rfirst.c@1.14, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rkey.c@1.17, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rlast.c@1.10, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rnext.c@1.12, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rprev.c@1.8, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rrnd.c@1.10, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_rsame.c@1.6, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_scan.c@1.7, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_static.c@1.5, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_test1.c@1.17, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_test2.c@1.23, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_update.c@1.12, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  heap/hp_write.c@1.26, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/Makefile.am@1.65, 2006-12-23 20:04:04+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  include/base64.h@1.6, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/config-netware.h@1.17, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/config-os2.h@1.6, 2006-12-23 20:04:04+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  include/config-win.h@1.81.1.1, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/decimal.h@1.16, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/errmsg.h@1.29, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/ft_global.h@1.30, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/hash.h@1.19, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/heap.h@1.27, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/keycache.h@1.7, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/m_ctype.h@1.124, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/m_string.h@1.39, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/md5.h@1.8, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_aes.h@1.4, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_alarm.h@1.5, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_alloc.h@1.6, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_base.h@1.82, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_bitmap.h@1.14, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_dbug.h@1.21, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_dir.h@1.8, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_getopt.h@1.18, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_global.h@1.129.1.1, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_handler.h@1.12, 2006-12-23 20:04:04+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  include/my_libwrap.h@1.3, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_list.h@1.9, 2006-12-23 20:04:04+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_net.h@1.17, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_no_pthread.h@1.8, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_nosys.h@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_pthread.h@1.92.2.1, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_sys.h@1.191, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_time.h@1.17, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_tree.h@1.20, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_user.h@1.2, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/my_xml.h@1.4, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/myisam.h@1.74, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/myisammrg.h@1.16, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/myisampack.h@1.14, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/mysql.h@1.166.1.1, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/mysql_com.h@1.112, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/mysql_embed.h@1.14, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/mysql_time.h@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/mysys_err.h@1.15, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/queues.h@1.12, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/raid.h@1.20, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/rijndael.h@1.4, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/sha1.h@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/sql_common.h@1.18, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/sslopt-case.h@1.16, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/sslopt-longopts.h@1.13, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/sslopt-vars.h@1.8, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/t_ctype.h@1.8, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/thr_alarm.h@1.18, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/thr_lock.h@1.17.1.1, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/typelib.h@1.3.1.1, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/violite.h@1.49, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/Makefile.am@1.8, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/btr/Makefile.am@1.4, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/buf/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/data/Makefile.am@1.4, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/dict/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/dyn/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/eval/Makefile.am@1.4, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/fil/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/fsp/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/fut/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/ha/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/ibuf/Makefile.am@1.4, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/include/Makefile.am@1.13, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/lock/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/log/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/mach/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/mem/Makefile.am@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/mtr/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/os/Makefile.am@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/page/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/pars/Makefile.am@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/que/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/read/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/rem/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/row/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/srv/Makefile.am@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/sync/Makefile.am@1.4, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/thr/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/trx/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/usr/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  innobase/ut/Makefile.am@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  libmysql/client_settings.h@1.34, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  libmysqld/Makefile.am@1.71, 2006-12-23 20:04:05+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  libmysqld/emb_qcache.cc@1.9, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  libmysqld/emb_qcache.h@1.3, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  libmysqld/embedded_priv.h@1.15, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  libmysqld/examples/Makefile.am@1.34, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  libmysqld/libmysqld.c@1.73, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  man/Makefile.am@1.13, 2006-12-23 20:04:05+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  myisam/Makefile.am@1.33, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_boolean_search.c@1.94, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_eval.c@1.17, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_eval.h@1.8, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_nlq_search.c@1.40, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_parser.c@1.49, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_static.c@1.32, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_stem.c@1.5, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_stopwords.c@1.23, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_test1.c@1.19, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_test1.h@1.5, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ft_update.c@1.39, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/ftdefs.h@1.31, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/fulltext.h@1.10, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_cache.c@1.15, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_changed.c@1.6, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_check.c@1.147.2.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_checksum.c@1.9, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_close.c@1.20, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_create.c@1.58, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_dbug.c@1.15, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_delete.c@1.42, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_delete_all.c@1.17, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_delete_table.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_dynrec.c@1.43.1.2, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_extra.c@1.47, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_info.c@1.16, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_key.c@1.54, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_keycache.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_locking.c@1.42.1.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_log.c@1.12, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_open.c@1.101, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_packrec.c@1.35.1.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_page.c@1.24, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_panic.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_preload.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_range.c@1.16.1.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rename.c@1.9, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rfirst.c@1.5, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rkey.c@1.27, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rlast.c@1.5, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rnext.c@1.16, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rnext_same.c@1.20, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rprev.c@1.13, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rrnd.c@1.7, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rsame.c@1.8, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_rsamepos.c@1.6, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_scan.c@1.5, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_search.c@1.62, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_static.c@1.19, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_statrec.c@1.13, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_test1.c@1.27.1.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_test2.c@1.31, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_test3.c@1.17, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_unique.c@1.27, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_update.c@1.23, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/mi_write.c@1.58.1.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/myisam_ftdump.c@1.40, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/myisamchk.c@1.124, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/myisamdef.h@1.86.1.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/myisamlog.c@1.33, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/myisampack.c@1.57, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_index.c@1.18, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_index.h@1.4, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_key.c@1.9, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_key.h@1.4, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_mbr.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_mbr.h@1.5, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_split.c@1.14.1.1, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/rt_test.c@1.14, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/sort.c@1.58, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/sp_defs.h@1.3, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/sp_key.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisam/sp_test.c@1.12, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/Makefile.am@1.16, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_close.c@1.7, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_create.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_def.h@1.12, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_delete.c@1.9, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_extra.c@1.14, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_info.c@1.11, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_locking.c@1.9, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_open.c@1.34, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_panic.c@1.7, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_queue.c@1.14, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_range.c@1.6, 2006-12-23 20:04:06+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rfirst.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rkey.c@1.19, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rlast.c@1.9, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rnext.c@1.15, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rnext_same.c@1.6, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rprev.c@1.14, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rrnd.c@1.15, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_rsame.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_static.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_update.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  myisammrg/myrg_write.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysql-test/Makefile.am@1.78.1.2, 2006-12-23 20:04:07+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/Makefile.am@1.73, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/array.c@1.12, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/base64.c@1.14, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/charset-def.c@1.16, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/charset.c@1.149, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/checksum.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/default.c@1.83.1.1, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/default_modify.c@1.12, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/errors.c@1.20, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/hash.c@1.49, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/list.c@1.12, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/make-conf.c@1.6, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/md5.c@1.9, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_brkhant.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_cache.c@1.13, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_dirname.c@1.14, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_fn_ext.c@1.9, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_format.c@1.22, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_getdate.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_iocache.c@1.61, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_iocache2.c@1.28, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_keycache.c@1.58, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_keycaches.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_loadpath.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_pack.c@1.22, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_path.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_qsort.c@1.16, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_qsort2.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_radix.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_same.c@1.6, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_sort.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_soundex.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_strip.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_tempdir.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_tempfile.c@1.25, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_unixpath.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_util.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_wcomp.c@1.9, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mf_wfile.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mulalloc.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_access.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_aes.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_alarm.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_alloc.c@1.34, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_append.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_bit.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_bitmap.c@1.35, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_chsize.c@1.20, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_clock.c@1.9, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_compress.c@1.12, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_conio.c@1.3, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_copy.c@1.15, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_crc32.c@1.4, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_create.c@1.14, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_delete.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_div.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_dup.c@1.6, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_error.c@1.22, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_file.c@1.2, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_fopen.c@1.17, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_fstream.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_gethostbyname.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_gethwaddr.c@1.4, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_getopt.c@1.58, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_getpagesize.c@1.2, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_getsystime.c@1.6, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_getwd.c@1.19, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_handler.c@1.27, 2006-12-23 20:04:07+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_init.c@1.47, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_largepage.c@1.2, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_lib.c@1.27, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_libwrap.c@1.4, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_lock.c@1.16, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_lockmem.c@1.5, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_lread.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_lwrite.c@1.9, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_malloc.c@1.12, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_messnc.c@1.7, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_mkdir.c@1.8, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_mmap.c@1.10, 2006-12-23 20:04:07+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_net.c@1.8, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_netware.c@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_new.cc@1.6, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_once.c@1.9, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_open.c@1.27, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_os2cond.c@1.6, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_os2dirsrch.c@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_os2dirsrch.h@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_os2dlfcn.c@1.3, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_os2dlfcn.h0@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_os2file64.c@1.6, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_os2thread.c@1.6, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_os2tls.c@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_port.c@1.3, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/my_pread.c@1.13, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_pthread.c@1.44, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_quick.c@1.6, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_read.c@1.12, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_realloc.c@1.10, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_redel.c@1.11, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_rename.c@1.8, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_seek.c@1.16, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_semaphore.c@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_sleep.c@1.8, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_static.c@1.17, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_static.h@1.19, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_symlink.c@1.10, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_symlink2.c@1.9, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_sync.c@1.5, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_thr_init.c@1.34.1.1, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_wincond.c@1.6.1.1, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_windac.c@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_winthread.c@1.13, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/my_write.c@1.14, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/mysys_priv.h@1.13, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/ptr_cmp.c@1.7, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/queues.c@1.17, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/raid.cc@1.37, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/raid2.c@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  mysys/rijndael.c@1.5, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/safemalloc.c@1.27, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/sha1.c@1.7, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/string.c@1.9, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/test_charset.c@1.18, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/test_dir.c@1.5, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/test_fn.c@1.6, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/test_xml.c@1.3, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/testhash.c@1.9, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/thr_alarm.c@1.50, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/thr_lock.c@1.51.1.1, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/thr_mutex.c@1.29, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/thr_rwlock.c@1.12, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/tree.c@1.32, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  mysys/typelib.c@1.14.1.1, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/debugger/DebuggerNames.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/debugger/EventLogger.hpp@1.10, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/debugger/GrepError.hpp@1.3, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/debugger/SignalLoggerManager.hpp@1.7, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/editline/editline.h@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/AttributeDescriptor.hpp@1.8, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/AttributeHeader.hpp@1.8, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/AttributeList.hpp@1.3, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/BlockNumbers.h@1.5, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/GlobalSignalNumbers.h@1.18, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/GrepEvent.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/Interpreter.hpp@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/LogLevel.hpp@1.16, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/NodeBitmask.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/NodeInfo.hpp@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/NodeState.hpp@1.5, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/RefConvert.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/kernel_types.h@1.3, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/ndb_limits.h@1.18, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AbortAll.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AccFrag.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AccLock.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AccScan.hpp@1.5, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AccSizeAltReq.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AlterIndx.hpp@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AlterTab.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AlterTable.hpp@1.6, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AlterTrig.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ApiBroadcast.hpp@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ApiRegSignalData.hpp@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ApiVersion.hpp@1.3, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ArbitSignalData.hpp@1.4, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/AttrInfo.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/BackupContinueB.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/BackupImpl.hpp@1.6, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/BackupSignalData.hpp@1.6, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/BlockCommitOrd.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/BuildIndx.hpp@1.6, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CheckNodeGroups.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CloseComReqConf.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CmInit.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CmRegSignalData.hpp@1.4, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CmvmiCfgConf.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CntrMasterConf.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CntrMasterReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ConfigParamId.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ContinueFragmented.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CopyActive.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CopyFrag.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CopyGCIReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CreateEvnt.hpp@1.8, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CreateFrag.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CreateFragmentation.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CreateIndx.hpp@1.8, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CreateTab.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CreateTable.hpp@1.5, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/CreateTrig.hpp@1.4, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DiAddTab.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DiGetNodes.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DictLock.hpp@1.4, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DictSchemaInfo.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DictSizeAltReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DictStart.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DictTabInfo.hpp@1.21, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DihAddFrag.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DihContinueB.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DihSizeAltReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DihStartTab.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DihSwitchReplica.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DisconnectRep.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DropIndx.hpp@1.5, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DropTab.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DropTabFile.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DropTable.hpp@1.5, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DropTrig.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/DumpStateOrd.hpp@1.9, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/EmptyLcp.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/EndTo.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/EventReport.hpp@1.6, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/EventSubscribeReq.hpp@1.5, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ExecFragReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FailRep.hpp@1.5, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FireTrigOrd.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FsAppendReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FsCloseReq.hpp@1.4, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FsConf.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FsOpenReq.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FsReadWriteReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FsRef.hpp@1.4, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/FsRemoveReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/GCPSave.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/GetTabInfo.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/GetTableId.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/GrepImpl.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/HotSpareRep.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/IndxAttrInfo.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/IndxKeyInfo.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/InvalidateNodeLCPConf.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/InvalidateNodeLCPReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/KeyInfo.hpp@1.4, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/LCP.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ListTables.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/LqhFrag.hpp@1.5, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/LqhKey.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/LqhSizeAltReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/LqhTransConf.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ManagementServer.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/MasterGCP.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/MasterLCP.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/NFCompleteRep.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/NdbSttor.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/NdbfsContinueB.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/NextScan.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/NodeFailRep.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/NodeStateSignalData.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/PackedSignal.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/PrepDropTab.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/PrepFailReqRef.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ReadNodesConf.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/RelTabMem.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/RepImpl.hpp@1.3, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ResumeReq.hpp@1.2, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ScanFrag.hpp@1.10, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/ScanTab.hpp@1.14, 2006-12-23 20:04:09+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SetLogLevelOrd.hpp@1.5, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SetVarReq.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SignalData.hpp@1.11, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SignalDataPrint.hpp@1.4, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SignalDroppedRep.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SrFragidConf.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StartFragReq.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StartInfo.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StartMe.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StartOrd.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StartPerm.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StartRec.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StartTo.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StopMe.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StopPerm.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/StopReq.hpp@1.5, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SumaImpl.hpp@1.4, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/SystemError.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TamperOrd.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcCommit.hpp@1.5, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcContinueB.hpp@1.4, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcHbRep.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcIndx.hpp@1.5, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcKeyConf.hpp@1.6, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcKeyFailConf.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcKeyRef.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcKeyReq.hpp@1.7, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcRollbackRep.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TcSizeAltReq.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TestOrd.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TransIdAI.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TrigAttrInfo.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TupCommit.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TupFrag.hpp@1.10, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TupKey.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TupSizeAltReq.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TuxBound.hpp@1.5, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TuxContinueB.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TuxMaint.hpp@1.5, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/TuxSizeAltReq.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/UpdateTo.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/UtilDelete.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/UtilExecute.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/UtilLock.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/UtilPrepare.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/UtilRelease.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/UtilSequence.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/signaldata/WaitGCP.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/kernel/trigger_definitions.h@1.5, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/logger/ConsoleLogHandler.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/logger/FileLogHandler.hpp@1.4.1.1, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/logger/LogHandler.hpp@1.9, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/logger/Logger.hpp@1.8, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/logger/SysLogHandler.hpp@1.3, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/mgmapi/mgmapi.h@1.53, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/mgmapi/mgmapi_debug.h@1.8, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/mgmapi/ndb_logevent.h@1.8, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/mgmapi/ndbd_exit_codes.h@1.12, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/mgmcommon/ConfigRetriever.hpp@1.20, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/mgmcommon/IPCConfig.hpp@1.4, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/mgmcommon/MgmtErrorReporter.hpp@1.5, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndb_constants.h@1.11, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndb_global.h.in@1.12, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndb_init.h@1.2, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndb_types.h.in@1.16, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndb_version.h.in@1.7, 2006-12-23 20:04:08+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/Ndb.hpp@1.48, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbApi.hpp@1.10, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbBlob.hpp@1.19, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbDictionary.hpp@1.57, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbError.hpp@1.8, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbEventOperation.hpp@1.13, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbIndexOperation.hpp@1.12, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbIndexScanOperation.hpp@1.22, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbOperation.hpp@1.36, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbPool.hpp@1.2, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbRecAttr.hpp@1.17, 2006-12-23 20:04:10+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbReceiver.hpp@1.16, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbScanFilter.hpp@1.8, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbScanOperation.hpp@1.38, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/NdbTransaction.hpp@1.46, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/ndb_cluster_connection.hpp@1.13, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/ndb_opt_defaults.h@1.3, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/ndbapi_limits.h@1.9, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/ndbapi/ndberror.h@1.10, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/newtonapi/dba.h@1.4, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/newtonapi/defs/pcn_types.h@1.5, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbCondition.h@1.3, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbConfig.h@1.6, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbDaemon.h@1.2, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbEnv.h@1.2, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbHost.h@1.2, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbMain.h@1.2, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbMem.h@1.4, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbMutex.h@1.6, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbSleep.h@1.2, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbTCP.h@1.10, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbThread.h@1.5, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/NdbTick.h@1.3, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/PortDefs.h@1.5, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/portlib/prefetch.h@1.3, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/transporter/TransporterCallback.hpp@1.4, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/transporter/TransporterDefinitions.hpp@1.13, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/transporter/TransporterRegistry.hpp@1.21, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/BaseString.hpp@1.8, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/Bitmask.hpp@1.18, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/File.hpp@1.7.1.1, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/InputStream.hpp@1.6, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/NdbAutoPtr.hpp@1.5, 2006-12-23 20:04:11+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/NdbOut.hpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/NdbSqlUtil.hpp@1.26, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/OutputStream.hpp@1.5, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/Parser.hpp@1.5, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/Properties.hpp@1.7, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/SimpleProperties.hpp@1.7, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/SocketAuthenticator.hpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/SocketClient.hpp@1.6, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/SocketServer.hpp@1.10, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/UtilBuffer.hpp@1.6, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/Vector.hpp@1.4.1.1, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/basestring_vsnprintf.h@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/md5_hash.hpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/ndb_opts.h@1.17, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/random.h@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/socket_io.h@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/uucode.h@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/include/util/version.h@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/mgmapi_logevent_example/mgmapi_logevent.cpp@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/ndbapi_async_example/ndbapi_async.cpp@1.14, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/ndbapi_async_example1/ndbapi_async1.cpp@1.10, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/ndbapi_event_example/ndbapi_event.cpp@1.14, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/ndbapi_retries_example/ndbapi_retries.cpp@1.11, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/ndbapi_scan_example/ndbapi_scan.cpp@1.14, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/ndbapi_simple_example/ndbapi_simple.cpp@1.15, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/ndbapi-examples/ndbapi_simple_index_example/ndbapi_simple_index.cpp@1.13, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/BlockNames.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/DebuggerNames.cpp@1.8, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/EventLogger.cpp@1.29, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/GrepError.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/SignalLoggerManager.cpp@1.10, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/AccLock.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/AlterIndx.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/AlterTab.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/AlterTable.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/AlterTrig.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/BackupImpl.cpp@1.5, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/BackupSignalData.cpp@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/CloseComReqConf.cpp@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/ContinueB.cpp@1.5, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/CopyGCI.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/CreateEvnt.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/CreateFragmentation.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/CreateIndx.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/CreateTrig.cpp@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/DictTabInfo.cpp@1.8, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/DihContinueB.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/DihSwitchReplicaReq.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/DisconnectRep.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/DropIndx.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/DropTab.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/DropTrig.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FailRep.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FireTrigOrd.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FsAppendReq.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FsCloseReq.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FsConf.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FsOpenReq.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FsReadWriteReq.cpp@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/FsRef.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/GCPSave.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/IndxAttrInfo.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/IndxKeyInfo.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/LCP.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/LqhFrag.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/LqhKey.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/LqhTrans.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/MasterLCP.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/NFCompleteRep.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/NdbSttor.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/NdbfsContinueB.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/PackedSignal.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/PrepDropTab.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/PrepFailReqRef.cpp@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/ScanFrag.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/ScanTab.cpp@1.15, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/SignalDataPrint.cpp@1.13, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/SignalDroppedRep.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/SignalNames.cpp@1.11, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/StartRec.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/SumaImpl.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/SystemError.cpp@1.4, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TcIndx.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TcKeyConf.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TcKeyRef.cpp@1.2, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TcKeyReq.cpp@1.3, 2006-12-23 20:04:12+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TcRollbackRep.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TrigAttrInfo.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TupCommit.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TupKey.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/TuxMaint.cpp@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/UtilDelete.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/UtilExecute.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/UtilLock.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/UtilPrepare.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/debugger/signaldata/UtilSequence.cpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/ConsoleLogHandler.cpp@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/FileLogHandler.cpp@1.12.1.1, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/LogHandler.cpp@1.13, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/LogHandlerList.cpp@1.4, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/LogHandlerList.hpp@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/Logger.cpp@1.14, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/SysLogHandler.cpp@1.6, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/listtest/LogHandlerListUnitTest.cpp@1.7, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/listtest/LogHandlerListUnitTest.hpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/loggertest/LoggerUnitTest.cpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/logger/loggertest/LoggerUnitTest.hpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/mgmcommon/ConfigRetriever.cpp@1.36, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/mgmcommon/IPCConfig.cpp@1.23, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/mgmcommon/printConfig/printConfig.cpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbCondition.c@1.8, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbConfig.c@1.18, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbDaemon.c@1.12, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbEnv.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbHost.c@1.4, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbMem.c@1.13, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbMutex.c@1.10, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbPortLibTest.cpp@1.6, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbSleep.c@1.7, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbTCP.cpp@1.14, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbThread.c@1.26, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/NdbTick.c@1.6, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/memtest.c@1.7, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/mmslist.cpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/mmstest.cpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/munmaptest.cpp@1.6, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbCondition.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbConditionOSE.h@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbEnv.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbHost.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbMem.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbMem_SoftOse.cpp@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbMutex.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbOut.cpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbSleep.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbTCP.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbThread.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/ose/NdbTick.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbCondition.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbDaemon.c@1.4, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbEnv.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbHost.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbMem.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbMutex.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbSleep.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbTCP.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbThread.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/old_dirs/win32/NdbTick.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbCondition.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbDaemon.c@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbEnv.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbHost.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbMem.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbMutex.c@1.4, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbSleep.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbTCP.c@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbThread.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/portlib/win32/NdbTick.c@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/OSE_Receiver.cpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/OSE_Receiver.hpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/OSE_Signals.hpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/OSE_Transporter.cpp@1.6, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/OSE_Transporter.hpp@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/Packer.cpp@1.7, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/Packer.hpp@1.2, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SCI_Transporter.cpp@1.10, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SCI_Transporter.hpp@1.6, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SHM_Buffer.hpp@1.8, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SHM_Transporter.cpp@1.17, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SHM_Transporter.hpp@1.10, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SHM_Transporter.unix.cpp@1.7, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SHM_Transporter.win32.cpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SendBuffer.cpp@1.3, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/SendBuffer.hpp@1.5, 2006-12-23 20:04:13+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/TCP_Transporter.cpp@1.11, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/TCP_Transporter.hpp@1.6, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/Transporter.cpp@1.23, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/Transporter.hpp@1.14, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/TransporterInternalDefinitions.hpp@1.3, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/TransporterRegistry.cpp@1.62, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/basictest/basicTransporterTest.cpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/buddy.cpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/buddy.hpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/failoverSCI/failoverSCI.cpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/perftest/perfTransporterTest.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/priotest/prioSCI/prioSCI.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/priotest/prioSHM/prioSHM.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/priotest/prioTCP/prioTCP.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/priotest/prioTransporterTest.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/transporter/priotest/prioTransporterTest.hpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/BaseString.cpp@1.8, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/File.cpp@1.14, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/InputStream.cpp@1.6, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/NdbErrHnd.cpp@1.6, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/NdbOut.cpp@1.6, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/NdbSqlUtil.cpp@1.34, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/OutputStream.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/Parser.cpp@1.10, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/Properties.cpp@1.11, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/SimpleProperties.cpp@1.9, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/SocketAuthenticator.cpp@1.3, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/SocketClient.cpp@1.9, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/SocketServer.cpp@1.20, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/basestring_vsnprintf.c@1.12, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/filetest/FileUnitTest.cpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/filetest/FileUnitTest.hpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/md5_hash.cpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/ndb_init.c@1.3, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/random.c@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/socket_io.cpp@1.12, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/strdup.c@1.6, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/testProperties/testProperties.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/testSimpleProperties/sp_test.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/uucode.c@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/common/util/version.c@1.24, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/CPC_GUI.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/CPC_GUI.h@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/NdbControls.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/StdAfx.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/StdAfx.h@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/TreeView.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/TreeView.h@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcc-win32/C++/resource.h@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/APIService.cpp@1.9, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/APIService.hpp@1.3, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/CPCD.cpp@1.8, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/CPCD.hpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/Monitor.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/Process.cpp@1.21, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/common.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/common.hpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/cpcd/main.cpp@1.11, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/test/socketclient/socketClientTest.cpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/util/ClientInterface.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/util/ClientInterface.hpp@1.4, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/util/SocketRegistry.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/util/SocketRegistry.hpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/util/SocketService.cpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/cw/util/SocketService.hpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/SimBlockList.cpp@1.10, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/backup/Backup.cpp@1.38, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/backup/Backup.hpp@1.15, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/backup/BackupFormat.hpp@1.3, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/backup/BackupInit.cpp@1.17, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/backup/FsBuffer.hpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/backup/read.cpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp@1.29, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/cmvmi/Cmvmi.hpp@1.5, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbacc/Dbacc.hpp@1.24, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbacc/DbaccInit.cpp@1.17, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbacc/DbaccMain.cpp@1.61, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdict/Dbdict.cpp@1.72, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdict/Dbdict.hpp@1.25, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdict/SchemaFile.hpp@1.5, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp@1.13, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdih/Dbdih.hpp@1.15, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdih/DbdihInit.cpp@1.14, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@1.64, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdih/Sysfile.hpp@1.3, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbdih/printSysfile/printSysfile.cpp@1.5, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dblqh/Dblqh.hpp@1.42, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dblqh/DblqhInit.cpp@1.17, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dblqh/DblqhMain.cpp@1.98, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dblqh/redoLogReader/records.cpp@1.6, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dblqh/redoLogReader/records.hpp@1.6, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dblqh/redoLogReader/redoLogFileReader.cpp@1.8, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtc/Dbtc.hpp@1.37, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtc/DbtcInit.cpp@1.14, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtc/DbtcMain.cpp@1.100.1.1, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/AttributeOffset.hpp@1.3, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/Dbtup.hpp@1.29, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp@1.4, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp@1.8, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp@1.6, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp@1.9, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp@1.23, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp@1.2, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupGen.cpp@1.21, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp@1.14, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupLCP.cpp@1.4, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp@1.18, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupPagMan.cpp@1.7, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupPageMap.cpp@1.4, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp@1.20, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupScan.cpp@1.4, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupStoredProcDef.cpp@1.2, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupSystemRestart.cpp@1.7, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp@1.5, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp@1.12, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtup/DbtupUndoLog.cpp@1.2, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/Dbtux.hpp@1.44, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxCmp.cpp@1.14, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp@1.23, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp@1.22, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxMaint.cpp@1.18, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp@1.19, 2006-12-23 20:04:15+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxNode.cpp@1.17, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp@1.31, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxSearch.cpp@1.12, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp@1.15, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbutil/DbUtil.cpp@1.13, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/dbutil/DbUtil.hpp@1.5, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/mutexes.hpp@1.2, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbcntr/Ndbcntr.hpp@1.7, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp@1.10, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp@1.35, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbcntr/NdbcntrSysTable.cpp@1.3, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp@1.22, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp@1.5, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/AsyncFileTest/AsyncFileTest.cpp@1.3, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/CircularIndex.cpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/CircularIndex.hpp@1.3, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/Filename.cpp@1.10, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/Filename.hpp@1.6, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/MemoryChannel.cpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/MemoryChannel.hpp@1.8, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/MemoryChannelOSE.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/MemoryChannelTest/MemoryChannelTest.cpp@1.3, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp@1.20, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/Ndbfs.hpp@1.5, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/OpenFiles.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/Pool.hpp@1.3, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/ndbfs/VoidFs.cpp@1.5, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/qmgr/Qmgr.hpp@1.12, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/qmgr/QmgrInit.cpp@1.9, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/qmgr/QmgrMain.cpp@1.37, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/qmgr/timer.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/suma/Suma.cpp@1.23, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/suma/Suma.hpp@1.7, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/suma/SumaInit.cpp@1.9, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/trix/Trix.cpp@1.9, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/blocks/trix/Trix.hpp@1.5, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/error/ErrorHandlingMacros.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/error/ErrorReporter.cpp@1.17, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/error/ErrorReporter.hpp@1.11, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/error/TimeModule.cpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/error/TimeModule.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/error/ndbd_exit_codes.c@1.15, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/main.cpp@1.62, 2006-12-23 20:04:14+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Array.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ArrayFifoList.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ArrayList.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ArrayPool.hpp@1.9, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/CArray.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Callback.hpp@1.3, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ClusterConfiguration.cpp@1.6, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ClusterConfiguration.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Configuration.cpp@1.50, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Configuration.hpp@1.19, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/DLFifoList.hpp@1.6, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/DLHashTable.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/DLHashTable2.hpp@1.5, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/DLList.hpp@1.3, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/DataBuffer.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Emulator.cpp@1.21, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Emulator.hpp@1.9, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/FastScheduler.cpp@1.9, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/FastScheduler.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/GlobalData.hpp@1.5, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/KeyDescriptor.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/KeyTable.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/KeyTable2.hpp@1.2, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/LongSignal.hpp@1.4, 2006-12-23 20:04:16+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/MetaData.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/MetaData.hpp@1.5, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Mutex.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Mutex.hpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/Prio.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/RequestTracker.hpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SLList.hpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SafeCounter.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SafeCounter.hpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SectionReader.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SectionReader.hpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SignalCounter.hpp@1.5, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SimBlockList.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SimplePropertiesSection.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SimulatedBlock.cpp@1.28, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SimulatedBlock.hpp@1.20, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SuperPool.cpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/SuperPool.hpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ThreadConfig.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ThreadConfig.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/TimeQueue.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/TimeQueue.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/TransporterCallback.cpp@1.15, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/VMSignal.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/VMSignal.hpp@1.7, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/WaitQueue.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/WatchDog.cpp@1.5, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/WatchDog.hpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/al_test/arrayListTest.cpp@1.5, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/al_test/arrayPoolTest.cpp@1.5, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/al_test/main.cpp@1.5, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ndbd_malloc.cpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/ndbd_malloc.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/pc.hpp@1.11, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/testCopy/rr.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/testCopy/testCopy.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/testDataBuffer/testDataBuffer.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/testLongSig/testLongSig.cpp@1.6, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/testSimplePropertiesSection/test.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/kernel/vm/testSuperPool.cpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/LocalConfig.cpp@1.23, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/LocalConfig.hpp@1.10, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/mgmapi.cpp@1.67, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/mgmapi_configuration.hpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/mgmapi_internal.h@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/ndb_logevent.cpp@1.10, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/ndb_logevent.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/test/keso.c@1.6, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmapi/test/mgmSrvApi.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmclient/CommandInterpreter.cpp@1.71.1.1, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmclient/main.cpp@1.24, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmclient/ndb_mgmclient.h@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmclient/ndb_mgmclient.hpp@1.15, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmclient/test_cpcd/test_cpcd.cpp@1.7, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/Config.cpp@1.8, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/Config.hpp@1.8, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/ConfigInfo.cpp@1.81, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/ConfigInfo.hpp@1.12, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/InitConfigFileParser.cpp@1.27, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/InitConfigFileParser.hpp@1.9, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/MgmtSrvr.cpp@1.108.1.1, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/MgmtSrvr.hpp@1.49, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/MgmtSrvrConfig.cpp@1.9, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/MgmtSrvrGeneralSignalHandling.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/Services.cpp@1.73, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/Services.hpp@1.22, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/SignalQueue.cpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/SignalQueue.hpp@1.3, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/convertStrToInt.cpp@1.4, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/convertStrToInt.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/main.cpp@1.49, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/mgmsrv/mkconfig/mkconfig.cpp@1.7, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/API.hpp@1.2, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/ClusterMgr.cpp@1.30, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/ClusterMgr.hpp@1.12, 2006-12-23 20:04:17+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/DictCache.cpp@1.20, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/DictCache.hpp@1.12, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/Ndb.cpp@1.63, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbApiSignal.cpp@1.10, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbApiSignal.hpp@1.6, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbBlob.cpp@1.30, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbBlobImpl.hpp@1.3, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbDictionary.cpp@1.40, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbDictionaryImpl.cpp@1.96, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbDictionaryImpl.hpp@1.41, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbErrorOut.cpp@1.5, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbEventOperation.cpp@1.5, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbEventOperationImpl.cpp@1.20, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbEventOperationImpl.hpp@1.6, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbImpl.hpp@1.15, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbIndexOperation.cpp@1.26, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbLinHash.hpp@1.7, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbOperation.cpp@1.18, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbOperationDefine.cpp@1.21, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbOperationExec.cpp@1.22, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbOperationInt.cpp@1.17, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbOperationScan.cpp@1.6, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbOperationSearch.cpp@1.27, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbPool.cpp@1.3, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbPoolImpl.cpp@1.5, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbPoolImpl.hpp@1.3, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbRecAttr.cpp@1.26, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbReceiver.cpp@1.17, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbScanFilter.cpp@1.9, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbScanOperation.cpp@1.81, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbTransaction.cpp@1.55.1.1, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbTransactionScan.cpp@1.17, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbUtil.cpp@1.3, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbUtil.hpp@1.8, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/NdbWaiter.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/Ndberr.cpp@1.13, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/Ndbif.cpp@1.34.1.1, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/Ndbinit.cpp@1.38, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/Ndblist.cpp@1.19, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/ObjectMap.hpp@1.9, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/SignalSender.cpp@1.7, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/SignalSender.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/TransporterFacade.cpp@1.44, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/TransporterFacade.hpp@1.29, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/ndb_cluster_connection.cpp@1.38, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/ndb_cluster_connection_impl.hpp@1.5, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/ndberror.c@1.53, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/signal-sender/SignalSender.cpp@1.5, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/src/ndbapi/signal-sender/SignalSender.hpp@1.4, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/CpcClient.hpp@1.4, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/HugoAsynchTransactions.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/HugoCalculator.hpp@1.4, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/HugoOperations.hpp@1.15, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/HugoTransactions.hpp@1.9, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_DataSet.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_DataSetTransaction.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_Error.hpp@1.3, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_Output.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_ResultRow.hpp@1.4, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_ReturnCodes.h@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_Stats.hpp@1.4, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_Table.hpp@1.10, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_Tables.hpp@1.5, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NDBT_Test.hpp@1.14, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbBackup.hpp@1.3, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbConfig.hpp@1.3, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbGrep.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbRestarter.hpp@1.6, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbRestarts.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbSchemaCon.hpp@1.4, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbSchemaOp.hpp@1.13, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbTest.hpp@1.2, 2006-12-23 20:04:18+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/NdbTimer.hpp@1.4, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/TestNdbEventOperation.hpp@1.2, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/UtilTransactions.hpp@1.8, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/include/getarg.h@1.5, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/InsertRecs.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ScanFilter.hpp@1.4, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ScanFunctions.hpp@1.8, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ScanInterpretTest.hpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/TraceNdbApi.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/VerifyNdbApi.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/acid.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/acid2.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/adoInsertRecs.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/asyncGenerator.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/Bank.cpp@1.11, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/Bank.hpp@1.8, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/BankLoad.cpp@1.10, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/bankCreator.cpp@1.9, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/bankMakeGL.cpp@1.9, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/bankSumAccounts.cpp@1.9, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/bankTimer.cpp@1.9, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/bankTransactionMaker.cpp@1.9, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/bankValidateAllGLs.cpp@1.9, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bank/testBank.cpp@1.7, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/asyncGenerator.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/dbGenerator.h@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/dbPopulate.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/dbPopulate.h@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/macros.h@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/mainAsyncGenerator.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/mainPopulate.cpp@1.4, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_async1.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_async2.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_error.hpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_schema.hpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_user_transaction.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_user_transaction2.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_user_transaction3.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_user_transaction4.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_user_transaction5.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/ndb_user_transaction6.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/testData.h@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/testDefinitions.h@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/userInterface.cpp@1.4, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bench/userInterface.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/benchronja.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/bulk_copy.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/cdrserver.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/celloDb.cpp@1.4, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/create_all_tabs.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/create_tab.cpp@1.9, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/drop_all_tabs.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/flexAsynch.cpp@1.13, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/flexBench.cpp@1.12, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/flexHammer.cpp@1.12, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/flexScan.cpp@1.12, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/flexTT.cpp@1.12, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/flexTimedAsynch.cpp@1.5, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/flex_bench_mysql.cpp@1.9, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/index.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/index2.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/initronja.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/interpreterInTup.cpp@1.9, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/mainAsyncGenerator.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/msa.cpp@1.8, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_async1.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_async2.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_user_populate.cpp@1.5, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_user_transaction.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_user_transaction2.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_user_transaction3.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_user_transaction4.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_user_transaction5.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/ndb_user_transaction6.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/acid2/TraceNdbApi.hpp@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/acid2/VerifyNdbApi.hpp@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/async-src/include/dbGenerator.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/async-src/include/testData.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/async-src/include/userInterface.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/async-src/user/macros.h@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/async-src/user/ndb_error.hpp@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/include/ndb_schema.hpp@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/include/testDefinitions.h@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/generator/dbGenerator.c@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/generator/dbGenerator.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/generator/mainGenerator.c@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/include/testData.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/include/userInterface.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/populator/dbPopulate.c@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/populator/dbPopulate.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/populator/mainPopulate.c@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/localDbPrepare.c@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/macros.h@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/ndb_error.hpp@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/old/userHandle.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/old/userInterface.c@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/old/userTransaction.c@1.5, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userHandle.h@1.3, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userInterface.cpp@1.7, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/lmc-bench/src/user/userTransaction.c@1.5, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/vw_test/bcd.h@1.5, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/vw_test/utv.h@1.3, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/old_dirs/vw_test/vcdrfunc.h@1.3, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/restarter.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/restarter2.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/restarts.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/size.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testBackup.cpp@1.14, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testBasic.cpp@1.8.1.1, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testBasicAsynch.cpp@1.5, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testBlobs.cpp@1.31, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testDataBuffers.cpp@1.16, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testDeadlock.cpp@1.8, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testDict.cpp@1.29, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testGrepVerify.cpp@1.8, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testIndex.cpp@1.17.1.1, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testInterpreter.cpp@1.5, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testMgm.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testNdbApi.cpp@1.23, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testNodeRestart.cpp@1.25, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testOIBasic.cpp@1.43, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testOperations.cpp@1.13, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testOrderedIndex.cpp@1.4, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testPartitioning.cpp@1.7, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testReadPerf.cpp@1.14, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testRestartGci.cpp@1.9, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testSRBank.cpp@1.3, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testScan.cpp@1.19, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testScanInterpreter.cpp@1.6, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testScanPerf.cpp@1.17, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testSystemRestart.cpp@1.11, 2006-12-23 20:04:19+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testTimeout.cpp@1.16, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/testTransactions.cpp@1.7, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/test_event.cpp@1.9, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/test_event_merge.cpp@1.4, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/test_event_multi_table.cpp@1.2, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/ndbapi/userInterface.cpp@1.6, 2006-12-23 20:04:20+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/newtonapi/basic_test/basic/basic.cpp@1.4, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/newtonapi/basic_test/bulk_read/br_test.cpp@1.4, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/newtonapi/basic_test/common.cpp@1.4, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/newtonapi/basic_test/common.hpp@1.4, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/newtonapi/basic_test/ptr_binding/ptr_binding_test.cpp@1.4, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/newtonapi/basic_test/too_basic.cpp@1.4, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/newtonapi/perf_test/perf.cpp@1.5, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/SQL99_test/SQL99_test.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/SQL99_test/SQL99_test.h@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/NDBT_ALLOCHANDLE.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/NDBT_ALLOCHANDLE_HDBC.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/NDBT_SQLConnect.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/NDBT_SQLPrepare.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLAllocEnvTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLAllocHandleTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLAllocHandleTest_bf.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLBindColTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLBindParameterTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLCancelTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLCloseCursorTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLColAttributeTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLColAttributeTest1.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLColAttributeTest2.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLColAttributeTest3.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLConnectTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLCopyDescTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLDescribeColTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLDisconnectTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLDriverConnectTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLEndTranTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLErrorTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLExecDirectTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLExecuteTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLFetchScrollTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLFetchTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLFreeHandleTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLFreeStmtTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetConnectAttrTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetCursorNameTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetDataTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetDescFieldTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetDescRecTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetDiagFieldTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetDiagRecSimpleTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetDiagRecTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetEnvAttrTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetFunctionsTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetInfoTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetStmtAttrTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLGetTypeInfoTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLMoreResultsTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLNumResultColsTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLParamDataTest.cpp@1.2, 2006-12-23 20:04:21+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLPrepareTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLPutDataTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLRowCountTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLSetConnectAttrTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLSetCursorNameTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLSetDescFieldTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLSetDescRecTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLSetEnvAttrTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLSetStmtAttrTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLTablesTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/SQLTransactTest.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/common.hpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/client/main.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/odbc/driver/testOdbcDriver.cpp@1.5, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -18
    Changed header to GPL version 2 only

  ndb/test/odbc/test_compiler/test_compiler.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/run-test/main.cpp@1.28, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/run-test/run-test.hpp@1.7, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/CpcClient.cpp@1.12, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/HugoAsynchTransactions.cpp@1.6, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/HugoCalculator.cpp@1.21, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/HugoOperations.cpp@1.24, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/HugoTransactions.cpp@1.26, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NDBT_Error.cpp@1.4, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NDBT_Output.cpp@1.2, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NDBT_ResultRow.cpp@1.14, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NDBT_ReturnCodes.cpp@1.4, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NDBT_Table.cpp@1.9, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NDBT_Tables.cpp@1.16, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NDBT_Test.cpp@1.26, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NdbBackup.cpp@1.27, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NdbConfig.cpp@1.6, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NdbGrep.cpp@1.5, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NdbRestarter.cpp@1.13, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NdbRestarts.cpp@1.8, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NdbSchemaCon.cpp@1.5, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/NdbSchemaOp.cpp@1.9, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/src/UtilTransactions.cpp@1.20, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/copy_tab.cpp@1.8, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/cpcc.cpp@1.12, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/create_index.cpp@1.10, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoCalculator.cpp@1.6, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoFill.cpp@1.7, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoLoad.cpp@1.7, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoLockRecords.cpp@1.7, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoPkDelete.cpp@1.8, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoPkRead.cpp@1.7, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoPkReadRecord.cpp@1.8, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoPkUpdate.cpp@1.10, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoScanRead.cpp@1.11, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/hugoScanUpdate.cpp@1.10, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/old_dirs/waiter/waiter.cpp@1.5, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/restart.cpp@1.6, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/transproxy.cpp@1.10, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/test/tools/verify_index.cpp@1.8, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/delete_all.cpp@1.20, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/desc.cpp@1.22, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/drop_index.cpp@1.17, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/drop_tab.cpp@1.17, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/listTables.cpp@1.23, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/ndb_config.cpp@1.21, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/ndb_test_platform.cpp@1.4, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/ndbsql.cpp@1.6, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/Restore.cpp@1.28, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/Restore.hpp@1.21, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/consumer.cpp@1.7, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/consumer.hpp@1.7, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/consumer_printer.cpp@1.4, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/consumer_printer.hpp@1.4, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/consumer_restore.cpp@1.27, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/consumer_restore.hpp@1.11, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/consumer_restorem.cpp@1.5, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/restore/restore_main.cpp@1.37, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/select_all.cpp@1.24, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/select_count.cpp@1.21, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  ndb/tools/waiter.cpp@1.26, 2006-12-23 20:04:22+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  netware/mysql_fix_privilege_tables.pl@1.4, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  netware/mysql_secure_installation.pl@1.2, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  os2/Makefile.am@1.3, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  os2/include/Makefile.am@1.2, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  os2/include/sys/Makefile.am@1.2, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  pstack/Makefile.am@1.7, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  regex/Makefile.am@1.16, 2006-12-23 20:04:23+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  scripts/Makefile.am@1.54, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  scripts/fill_help_tables.sh@1.17, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  scripts/mysql_config.sh@1.26, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  scripts/mysql_secure_installation.sh@1.4, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/Makefile.am@1.34, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/buffer.cc@1.12, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/buffer.h@1.10, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/command.cc@1.7, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/command.h@1.6, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/commands.cc@1.33, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/commands.h@1.10, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/guardian.cc@1.25.1.1, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/guardian.h@1.14, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/instance.cc@1.35.1.1, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/instance.h@1.16, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/instance_map.cc@1.29, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/instance_map.h@1.19, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/instance_options.cc@1.33, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/instance_options.h@1.20, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/listener.cc@1.27.1.1, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/listener.h@1.7, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/log.cc@1.9, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/log.h@1.5, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/manager.cc@1.37, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/manager.h@1.6, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/messages.cc@1.7, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/messages.h@1.3, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/mysql_connection.cc@1.16, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/mysql_connection.h@1.6, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/mysql_manager_error.h@1.4, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/mysqlmanager.cc@1.18, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/options.cc@1.34, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/options.h@1.17, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/parse.cc@1.14, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/parse.h@1.7, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/parse_output.cc@1.19, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/parse_output.h@1.6, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/priv.cc@1.11, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/priv.h@1.11, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/protocol.cc@1.14, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/protocol.h@1.7, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/thread_registry.cc@1.11, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/thread_registry.h@1.7, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/user_map.cc@1.16, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  server-tools/instance-manager/user_map.h@1.6, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql-bench/Makefile.am@1.21, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/as3ap.sh@1.3, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/bench-count-distinct.sh@1.3, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/bench-init.pl.sh@1.30, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/compare-results.sh@1.11, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/copy-db.sh@1.7, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/crash-me.sh@1.49, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/print-limit-table@1.8, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/run-all-tests.sh@1.13, 2006-12-23 20:04:28+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/server-cfg.sh@1.52, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-ATIS.sh@1.13, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-alter-table.sh@1.12, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-big-tables.sh@1.9, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-connect.sh@1.14, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-create.sh@1.12, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-insert.sh@1.42, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-select.sh@1.24, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-transactions.sh@1.7, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-bench/test-wisconsin.sh@1.13, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  sql-common/Makefile.am@1.4, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql-common/client.c@1.104.1.3, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql-common/my_time.c@1.25.1.6, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql-common/my_user.c@1.2, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql-common/pack.c@1.6, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/Makefile.am@1.129, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/client_settings.h@1.15, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/custom_conf.h@1.6, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/derror.cc@1.22, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/des_key_file.cc@1.14, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/discover.cc@1.4, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/examples/ha_example.cc@1.22, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/examples/ha_example.h@1.12, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/examples/ha_tina.cc@1.26, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/examples/ha_tina.h@1.8, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/field.cc@1.335.1.1, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/field.h@1.192.1.1, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/field_conv.cc@1.59, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/filesort.cc@1.109.1.2, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/frm_crypt.cc@1.5, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/gen_lex_hash.cc@1.71, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/gstream.cc@1.9, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/gstream.h@1.6, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_archive.cc@1.79, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_archive.h@1.36, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_berkeley.cc@1.164, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_berkeley.h@1.79, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_blackhole.cc@1.25, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_blackhole.h@1.7, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_federated.cc@1.71.1.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_federated.h@1.30, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_heap.cc@1.81, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_heap.h@1.41, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_innodb.cc@1.307, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_innodb.h@1.115, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_myisam.cc@1.171, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_myisam.h@1.71, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_myisammrg.cc@1.86, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_myisammrg.h@1.43, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_ndbcluster.cc@1.292, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/ha_ndbcluster.h@1.108, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/handler.cc@1.222.1.4, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/handler.h@1.181, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/hash_filo.cc@1.9, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/hash_filo.h@1.13, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/hostname.cc@1.35, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/init.cc@1.17, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item.cc@1.246, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item.h@1.214, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_buff.cc@1.21, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_cmpfunc.cc@1.224.2.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_cmpfunc.h@1.134.1.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_create.cc@1.62, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_create.h@1.45, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_func.cc@1.318, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_func.h@1.158, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_geofunc.cc@1.28, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_geofunc.h@1.14, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_row.cc@1.34, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_row.h@1.22, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_strfunc.cc@1.290.1.2, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_strfunc.h@1.119, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_subselect.cc@1.142.2.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_subselect.h@1.83.1.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_sum.cc@1.192.1.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_sum.h@1.107.1.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_timefunc.cc@1.133.4.1, 2006-12-23 20:04:24+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_timefunc.h@1.71, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_uniq.cc@1.11, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/item_uniq.h@1.28, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/key.cc@1.38, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/lex.h@1.145, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/lex_symbol.h@1.8, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/lock.cc@1.90.1.1, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/log.cc@1.198.1.1, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/log_event.cc@1.214.1.3, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/log_event.h@1.126.2.1, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/matherr.c@1.6, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/mf_iocache.cc@1.28, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/my_decimal.cc@1.13, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/my_decimal.h@1.12, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/my_lock.c@1.10, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/mysql_priv.h@1.425.1.1, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/mysqld.cc@1.584, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/mysqld_suffix.h@1.3, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/net_serv.cc@1.93.1.1, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/opt_range.cc@1.234.1.1, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/opt_range.h@1.66, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/opt_sum.cc@1.60, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/parse_file.cc@1.21, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/parse_file.h@1.14, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/password.c@1.41, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/procedure.cc@1.12, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/procedure.h@1.22, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/protocol.cc@1.119, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/protocol.h@1.35, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/records.cc@1.45, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/repl_failsafe.cc@1.62, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/repl_failsafe.h@1.13, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/set_var.cc@1.173.1.2, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/set_var.h@1.78.1.1, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/Makefile.am@1.34, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/Index.xml@1.40, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/armscii8.xml@1.6, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/ascii.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/cp1250.xml@1.6, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/cp1251.xml@1.9, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/cp1256.xml@1.6, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/cp1257.xml@1.7, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/cp850.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/cp852.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/cp866.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/dec8.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/geostd8.xml@1.3, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/greek.xml@1.6, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/hebrew.xml@1.4.1.1, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/hp8.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/keybcs2.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/koi8r.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/koi8u.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/latin1.xml@1.9, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/latin2.xml@1.7, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/latin5.xml@1.7, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/latin7.xml@1.8, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/macce.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/macroman.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/share/charsets/swe7.xml@1.5, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/slave.cc@1.287, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/slave.h@1.99, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp.cc@1.125, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp.h@1.35, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_cache.cc@1.17, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_cache.h@1.14, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_head.cc@1.225.1.2, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_head.h@1.88.1.1, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_pcontext.cc@1.32, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_pcontext.h@1.30, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_rcontext.cc@1.44, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sp_rcontext.h@1.34, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/spatial.cc@1.28, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/spatial.h@1.21, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_acl.cc@1.214.1.1, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_acl.h@1.51, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_analyse.cc@1.69, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_analyse.h@1.21, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_array.h@1.3, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_base.cc@1.359, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_bitmap.h@1.13, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_cache.cc@1.97, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_cache.h@1.34, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_class.cc@1.254.1.3, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_class.h@1.310.5.2, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_client.cc@1.7, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_crypt.cc@1.11, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_crypt.h@1.6, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_cursor.cc@1.7, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_cursor.h@1.2, 2006-12-23 20:04:26+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_db.cc@1.134, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_delete.cc@1.188, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_derived.cc@1.79, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_do.cc@1.12, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_error.cc@1.39, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_error.h@1.2, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_handler.cc@1.86, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_help.cc@1.53, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_insert.cc@1.206.2.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_lex.cc@1.206.3.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_lex.h@1.234, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_list.cc@1.11, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_list.h@1.40.1.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_load.cc@1.103, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_locale.cc@1.7.1.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_manager.cc@1.7, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_manager.h@1.2, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_map.cc@1.17, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_map.h@1.7, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_olap.cc@1.23, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_parse.cc@1.590.7.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_prepare.cc@1.188, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_rename.cc@1.36, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_repl.cc@1.154, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_repl.h@1.40, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_select.cc@1.475.1.4, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_select.h@1.113, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_show.cc@1.333.1.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_sort.h@1.6, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_state.c@1.2, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_string.cc@1.94.1.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_string.h@1.64, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_table.cc@1.329, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_test.cc@1.47, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_trigger.cc@1.61, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_trigger.h@1.23, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_udf.cc@1.59.1.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_udf.h@1.16, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_union.cc@1.135, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_update.cc@1.205.1.1, 2006-12-23 20:04:27+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_view.cc@1.101, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_view.h@1.14, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/sql_yacc.yy@1.499, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/stacktrace.c@1.23, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/stacktrace.h@1.7, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/strfunc.cc@1.11, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/structs.h@1.56, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/table.cc@1.237.1.4, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/table.h@1.136, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/thr_malloc.cc@1.14, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/time.cc@1.65, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/tzfile.h@1.2, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/tztime.cc@1.37, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/tztime.h@1.15, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/udf_example.c@1.34, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/uniques.cc@1.28, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/unireg.cc@1.79, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/unireg.h@1.46, 2006-12-23 20:04:28+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/Makefile.am@1.52, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/bchange.c@1.7, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/bcmp.c@1.9, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/bcopy-duff.c@1.5, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/bfill.c@1.6, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/bmove.c@1.7, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/bmove512.c@1.8, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/bmove_upp-sparc.s@1.5, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/bmove_upp.c@1.6, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/bzero.c@1.4, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/conf_to_src.c@1.18.1.1, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-big5.c@1.91, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-bin.c@1.72, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/ctype-cp932.c@1.14, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-czech.c@1.64, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-euc_kr.c@1.69, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-eucjpms.c@1.15, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/ctype-gb2312.c@1.66, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-gbk.c@1.81, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-latin1.c@1.51, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-mb.c@1.53, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-simple.c@1.80, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-sjis.c@1.91, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-tis620.c@1.94, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype-uca.c@1.41, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/ctype-ucs2.c@1.64, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/ctype-ujis.c@1.72, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/ctype-utf8.c@1.102, 2006-12-23 20:04:29+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/ctype-win1250ch.c@1.57, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ctype.c@1.64, 2006-12-23 20:04:29+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/decimal.c@1.71.1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/do_ctype.c@1.7, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/int2str.c@1.9, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/is_prefix.c@1.6, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/llstr.c@1.8, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/longlong2str-x86.s@1.13, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/longlong2str.c@1.9, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/longlong2str_asm.c@1.2, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/macros.asm@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/memcmp.c@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/memcpy.c@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/memset.c@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/my_strtoll10-x86.s@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/my_strtoll10.c@1.14, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/my_vsnprintf.c@1.36, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/ptr_cmp.asm@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/r_strinstr.c@1.8, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/str2int.c@1.10, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/str_alloc.c@1.2, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/str_test.c@1.10, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strappend-sparc.s@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strappend.c@1.6, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strcat.c@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strcend.c@1.6, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strchr.c@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strcmp.c@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strcont.c@1.6, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strend-sparc.s@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strend.c@1.6, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strfill.c@1.6, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strings-not-used.h@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strings-x86.s@1.9, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strings.asm@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strinstr-sparc.s@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strinstr.c@1.7, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strlen.c@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strmake-sparc.s@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strmake.c@1.8, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strmov-sparc.s@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strmov.c@1.8, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strnlen.c@1.8, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strnmov-sparc.s@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strnmov.c@1.6, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strrchr.c@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strstr-sparc.s@1.8, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strstr.c@1.7, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strto.c@1.19, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strtol.c@1.10, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strtoll.c@1.10, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strtoul.c@1.9, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strtoull.c@1.10, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/strxmov-sparc.s@1.5, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strxmov.asm@1.4, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strxmov.c@1.7, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/strxnmov.c@1.7, 2006-12-23 20:04:30+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  strings/t_ctype.h@1.8, 2006-12-23 20:04:30+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/udiv.c@1.6, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  strings/xml.c@1.9, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  support-files/MacOSX/Makefile.am@1.10, 2006-12-23 20:04:31+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  support-files/Makefile.am@1.32, 2006-12-23 20:04:31+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  support-files/MySQL-shared-compat.spec.sh@1.8, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/Makefile.am@1.30, 2006-12-23 20:04:31+01:00, kent@mysql.com +2 -2
    Changed header to GPL version 2 only

  tests/connect_test.c@1.10, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/deadlock_test.c@1.6, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/insert_test.c@1.13, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/list_test.c@1.8, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/mysql_client_test.c@1.217.1.1, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/select_test.c@1.14, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/showdb_test.c@1.9, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/ssl_test.c@1.10, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tests/thread_test.c@1.17, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tools/Makefile.am@1.25, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  tools/mysqlmanager.c@1.48, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/Makefile.am@1.21, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/test-ssl.c@1.11, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/test-sslclient.c@1.10, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/test-sslserver.c@1.12, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/vio.c@1.29, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/vio_priv.h@1.7, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/viosocket.c@1.44, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/viossl.c@1.38.1.1, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/viosslfactories.c@1.30, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  vio/viotest-ssl.c@1.9, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  win/Makefile.am@1.2, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  zlib/Makefile.am@1.12, 2006-12-23 20:04:31+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

ChangeSet@1.2283.6.3, 2006-12-22 15:37:37-05:00, cmiller@zippy.cornsilk.net +5 -0
  Bug#22555: STDDEV yields positive result for groups with only one row
  
  When only one row was present, the subtraction of nearly the same number 
  resulted in catastropic cancellation, introducing an error in the 
  VARIANCE calculation near 1e-15.  That was sqrt()ed to get STDDEV, the 
  error was escallated to near 1e-8.  
  
  The simple fix of testing for a row count of 1 and forcing that to yield 
  0.0 is insufficient, as two rows of the same value should also have a
  variance of 0.0, yet the error would be about the same.
  
  So, this patch changes the formula that computes the VARIANCE to be one
  that is not subject to catastrophic cancellation.
  
  In addition, it now uses only (faster-than-decimal) floating point numbers
  to calculate, and renders that to other types on demand.

  BitKeeper/etc/collapsed@1.16.1.1, 2006-12-15 15:45:24-05:00, cmiller@zippy.cornsilk.net +1 -0

  mysql-test/r/func_group.result@1.53.1.1, 2006-12-22 15:37:35-05:00, cmiller@zippy.cornsilk.net +268 -0
    Test that the bug is fixed, and that no unexpected behavior arises from the 
    changes.

  mysql-test/t/func_group.test@1.49.1.1, 2006-12-22 15:37:35-05:00, cmiller@zippy.cornsilk.net +92 -0
    Test that the bug is fixed, and that no unexpected behavior arises from the 
    changes.

  sql/item_sum.cc@1.185.2.1, 2006-12-22 15:37:35-05:00, cmiller@zippy.cornsilk.net +120 -238
    Serg's suggestion: Force all VARIANCE calculations to be done with floating-
    point types.  It's faster, and the SQL standard says we may implement these
    functions any way we want.
    
    Additionally, use a form of variance calculation that is not subject to 
    catastrophic cancellation.   
    http://static.flickr.com/108/311308512_5c4e1c0c3d_b.jpg

  sql/item_sum.h@1.105.1.1, 2006-12-22 15:37:35-05:00, cmiller@zippy.cornsilk.net +14 -6
    Remove unused members and add a comment describing the recurrence relation.

ChangeSet@1.1616.2916.1, 2006-12-22 15:30:37+03:00, kaa@polly.local +5 -0
  Fix for the bug #24037 "Lossy Hebrew to Unicode conversion".
  
  Added definitions for the following Hebrew characters as specified by the ISO/IEC 8859-8:1999:
  
  LEFT-TO-RIGHT MARK (LRM)
  RIGHT-TO-LEFT MARK (RLM)

  mysql-test/r/ctype_hebrew.result@1.1, 2006-12-22 15:30:34+03:00, kaa@polly.local +11 -0
    Added the test case for bug #24037 "Lossy Hebrew to Unicode conversion"

  mysql-test/r/ctype_hebrew.result@1.0, 2006-12-22 15:30:34+03:00, kaa@polly.local +0 -0

  mysql-test/t/ctype_hebrew.test@1.1, 2006-12-22 15:30:35+03:00, kaa@polly.local +16 -0
    Added the test case for bug #24037 "Lossy Hebrew to Unicode conversion"

  mysql-test/t/ctype_hebrew.test@1.0, 2006-12-22 15:30:35+03:00, kaa@polly.local +0 -0

  sql/share/charsets/hebrew.xml@1.5, 2006-12-22 15:30:34+03:00, kaa@polly.local +2 -2
    Added definitions for the following Hebrew characters as specified by the ISO/IEC 8859-8:1999:
    
    LEFT-TO-RIGHT MARK (LRM)
    RIGHT-TO-LEFT MARK (RLM)

  strings/conf_to_src.c@1.13.1.4, 2006-12-22 15:30:34+03:00, kaa@polly.local +8 -1
    Added a warning comment in the generated C source file.

  strings/ctype-extra.c@1.17.1.4, 2006-12-22 15:30:34+03:00, kaa@polly.local +12 -4
    Re-generated from sql/share/charsets/hebrew.xml

ChangeSet@1.2355.1.2, 2006-12-22 10:20:20+01:00, msvensson@pilot.mysql.com +1 -0
  Cset exclude: msvensson@neptunus.(none)|ChangeSet|20061215122345|24188

  mysql-test/t/rpl_openssl.test@1.19, 2006-12-22 10:20:13+01:00, msvensson@pilot.mysql.com +0 -0
    Exclude

ChangeSet@1.1616.2915.1, 2006-12-22 09:59:41+01:00, msvensson@pilot.mysql.com +1 -0
  Set default number of masters to 1

  mysql-test/mysql-test-run.pl@1.8.9.113, 2006-12-22 09:59:40+01:00, msvensson@pilot.mysql.com +1 -1
    Set default number of masters to 1

ChangeSet@1.2353, 2006-12-22 00:38:34+01:00, msvensson@pilot.mysql.com +5 -0
  Bug #23125 [patch] trigger test fails when run as root
   - Skip tests using chmod when running as root

  mysql-test/t/information_schema_chmod.test@1.3, 2006-12-22 00:38:30+01:00, msvensson@pilot.mysql.com +2 -2
    Use mysqltest builtin "chmode"

  mysql-test/t/mysqltest.test@1.50, 2006-12-22 00:38:30+01:00, msvensson@pilot.mysql.com +3 -0
    Dont run as root - test chmod

  mysql-test/t/rpl_rotate_logs.test@1.65.1.1, 2006-12-22 00:38:30+01:00, msvensson@pilot.mysql.com +5 -3
    Use mysqltest builtin "chmode"
    Use 'write_file' and 'chmod' instead of system

  mysql-test/t/trigger.test@1.56.1.1, 2006-12-22 00:38:30+01:00, msvensson@pilot.mysql.com +10 -4
    Don't run as root
    Use 'write_file' and 'chmod'

  mysql-test/t/varbinary.test@1.12, 2006-12-22 00:38:31+01:00, msvensson@pilot.mysql.com +4 -0
    Don't run as root

ChangeSet@1.2352, 2006-12-22 00:05:40+01:00, msvensson@pilot.mysql.com +1 -0
  Bug#24148 regression tests hang with SSL enabled
   - Don't call SSL_shutdown a second time

  vio/viossl.c@1.39, 2006-12-22 00:05:39+01:00, msvensson@pilot.mysql.com +9 -5
    SSL_shutdown might return 0 indicating that it should be called once
    again for a graceful shutdown. Since the socket are going to be closed
    anyway ther is no need for the second call.

ChangeSet@1.2341.25.1, 2006-12-21 13:35:41+01:00, joerg@trift2. +1 -0
  configure.in  :  Update of the NDB version number was missing, do it.

  configure.in@1.407.1.7, 2006-12-21 13:35:38+01:00, joerg@trift2. +1 -1
    Fix an omission: Version number for NDB is still kept separate (up to 5.0)
    and must be changed in sync with the general version number in AM_INIT_AUTOMAKE.

ChangeSet@1.1616.2897.12, 2006-12-20 23:44:53+01:00, msvensson@neptunus.(none) +2 -0
  Count number of masters the test is actually using and only start as
  many as neeeded

  mysql-test/lib/mtr_cases.pl@1.6.2.16, 2006-12-20 23:44:51+01:00, msvensson@neptunus.(none) +2 -5
    Count number of masters the test is actually using and only start as
    many as neeeded

  mysql-test/mysql-test-run.pl@1.8.9.112, 2006-12-20 23:44:51+01:00, msvensson@neptunus.(none) +20 -6
    Count number of masters the test is actually using and only start as
    many as neeeded

ChangeSet@1.1616.2900.6, 2006-12-20 17:42:44+01:00, df@kahlann.erinye.com +1 -0
  BUG#20061 build script can not detect my cpu

  BUILD/check-cpu@1.12.1.2, 2006-12-20 17:42:42+01:00, df@kahlann.erinye.com +27 -3
    add a handful of Celeroni and automatic fallback to uname if /proc/cpuinfo is there but we don't understand the information in it

ChangeSet@1.1616.2897.11, 2006-12-20 16:54:37+01:00, msvensson@neptunus.(none) +1 -0
  When running with --valgrind and --debug send all the output from
  mysqld and valgrind to tracefile.

  mysql-test/mysql-test-run.pl@1.8.9.111, 2006-12-20 16:54:36+01:00, msvensson@neptunus.(none) +13 -0
    When running with --valgrind and --debug send all the output from
    mysqld and valgrind to tracefile.

ChangeSet@1.1616.2897.10, 2006-12-20 16:53:06+01:00, msvensson@neptunus.(none) +1 -0
  Add possibility to activate --mark-progress of mysqltest

  mysql-test/mysql-test-run.pl@1.8.9.110, 2006-12-20 16:53:01+01:00, msvensson@neptunus.(none) +7 -0
    Add possibility to activate --mark-progress of mysqltest

ChangeSet@1.1616.2913.1, 2006-12-20 19:05:35+04:00, svoj@mysql.com +4 -0
  BUG#21310 - Trees in SQL causing a "crashed" table with MyISAM storage engine
  
  An update that used a join of a table to itself and modified the
  table on one side of the join reported the table as crashed or
  updated wrong rows.
  
  Fixed by creating temporary table for self-joined multi update statement.

  mysql-test/r/myisam.result@1.45.10.1, 2006-12-20 19:05:34+04:00, svoj@mysql.com +16 -0
    A test case for BUG#21310.

  mysql-test/t/myisam.test@1.33.12.1, 2006-12-20 19:05:34+04:00, svoj@mysql.com +19 -0
    A test case for BUG#21310.

  sql/lock.cc@1.42.1.26, 2006-12-20 19:05:34+04:00, svoj@mysql.com +1 -1
    Exclude 'table' param from check.

  sql/sql_update.cc@1.83.22.1, 2006-12-20 19:05:34+04:00, svoj@mysql.com +59 -72
    Disabling record cache for self-joined multi update statement is wrong.
    The join must only see the table as it was at the beginning of the statement.
    safe_update_on_fly check if it is safe to update first table on the fly, that is
    not creating temporary table. It is possible in case a row from this table is
    never read more than once. safe_update_on_fly now detect self-joined table and
    refuse to update this table on the fly.

ChangeSet@1.1616.2877.30, 2006-12-20 15:32:02+01:00, istruewing@chilla.local +4 -0
  Bug#25213 - Compiler warnings in MyISAM code
  
  Compiler warnings due to non-matching conversion
  specifications in format strings in DBUG_PRINT calls,
  due to non-used parameters (in non-debug mode), and
  due to seemingly uninitialized variables.
  
  Initialized variables, declared parameters unused, and
  casted DBUG_PRINT arguments to get rid of warnings.

  myisam/mi_range.c@1.12.1.2, 2006-12-20 15:32:00+01:00, istruewing@chilla.local +1 -0
    Bug#25213 - Compiler warnings in MyISAM code
    Initialized a variable to get rid of a compiler warning.

  myisam/mi_test1.c@1.23.1.1, 2006-12-20 15:32:00+01:00, istruewing@chilla.local +1 -1
    Bug#25213 - Compiler warnings in MyISAM code
    Declared an parameter unused to get rid of warnings.

  myisam/mi_write.c@1.46.2.1, 2006-12-20 15:32:00+01:00, istruewing@chilla.local +11 -7
    Bug#25213 - Compiler warnings in MyISAM code
    Initialized a variable to get rid of a compiler warning.
    Casted arguments to DBUG_PRINT to match them with their
    format string conversion specification.

  myisam/rt_split.c@1.11.2.2, 2006-12-20 15:32:00+01:00, istruewing@chilla.local +4 -0
    Bug#25213 - Compiler warnings in MyISAM code
    Initialized variables to get rid of compiler warnings.

ChangeSet@1.1616.2877.29, 2006-12-20 15:18:09+01:00, istruewing@chilla.local +1 -0
  Bug#25208 - Warnings in mi_packrec.c
  
  Compiler warnings due to non-matching conversion
  specifications in format strings in DBUG_PRINT calls.
  
  Fixed DBUG_PRINT format specifiactions.

  myisam/mi_packrec.c@1.25.1.7, 2006-12-20 15:18:08+01:00, istruewing@chilla.local +7 -6
    Bug#25208 - Warnings in mi_packrec.c
    Fixed DBUG_PRINT format specifiactions.

ChangeSet@1.2341.19.1, 2006-12-19 15:04:26+02:00, gkodinov@macbook.gmz +3 -0
  Bug #23578: Corruption prevents Optimize table from working properly with a
  spatial index
   While executing OPTIMIZE TABLE on MyISAM tables the server re-creates the
   index file(s) in order to sort them physically by the key. This cannot be 
   done for R-tree indexes as it makes no sense.
   The server was not checking the type of the index and was accessing an 
   R-tree index as if it was a B-tree.
   Fixed by preventing sorting the index file if it contains an R-tree index.  
   

  myisam/mi_check.c@1.147.1.1, 2006-12-19 15:04:20+02:00, gkodinov@macbook.gmz +8 -0
    Bug #23578: Corruption prevents Optimize table from working properly with a
    spatial index
     - disable sorting the index file if it contains an R-tree index.

  mysql-test/r/gis-rtree.result@1.23, 2006-12-19 15:04:20+02:00, gkodinov@macbook.gmz +11 -0
    Bug #23578: Corruption prevents Optimize table from working properly with a
    spatial index
     - test case

  mysql-test/t/gis-rtree.test@1.20, 2006-12-19 15:04:21+02:00, gkodinov@macbook.gmz +17 -0
    Bug #23578: Corruption prevents Optimize table from working properly with a
    spatial index
     - test case

ChangeSet@1.2294.47.6, 2006-12-19 15:32:02+03:00, anozdrin@alik. +3 -0
  Fix for BUG#24293: '\Z' token is not handled correctly in views.
  
  If SELECT-part of CREATE VIEW statement contains '\Z',
  it is not handled correctly.
  
  The problem was in String::print().
  Symbol with code 032 (26) is replaced with '\z',
  which is not supported by the lexer.
  
  The fix is to replace the symbol with '\Z'.

  mysql-test/r/view.result@1.185, 2006-12-19 15:32:00+03:00, anozdrin@alik. +9 -0
    Update result file.

  mysql-test/t/view.test@1.171, 2006-12-19 15:32:01+03:00, anozdrin@alik. +15 -0
    Add test case for BUG#24293.

  sql/sql_string.cc@1.95, 2006-12-19 15:32:01+03:00, anozdrin@alik. +2 -2
    We should replace 032 with \Z, since lexer does not understand \z.

ChangeSet@1.2327.3.2, 2006-12-19 11:21:14+03:00, kaa@polly.local +1 -0
  Added copy_typelib() declaration to make ABI compatibility test happy

  include/mysql_h.ic@1.5.1.1, 2006-12-19 11:21:12+03:00, kaa@polly.local +10 -8
    Added copy_typelib() declaration to make ABI compatibility test happy

ChangeSet@1.1616.2912.1, 2006-12-18 21:12:01-08:00, mtaylor@qualinost.(none) +1 -0
  Search through options to find where the slow query log actually is. 

  scripts/mysqldumpslow.sh@1.9, 2006-12-18 21:11:57-08:00, mtaylor@qualinost.(none) +8 -2
    Search through options to find where the slow query log actually is. 

ChangeSet@1.1616.2902.10, 2006-12-18 17:38:59+04:00, ramil@mysql.com +1 -0
  Fix for bug #10798: If relay log fails to rotate, slave will crash after
  
  The relay log may not be open for some reason (e.g. disk error) after rotation,
  and using it causes the slave crash.
  
  Fix: check we have it open before access, return error otherwise.

  sql/slave.cc@1.188.1.97, 2006-12-18 17:38:57+04:00, ramil@mysql.com +7 -0
    Fix for bug #10798: If relay log fails to rotate, slave will crash after
      - check if the relay log is open before any access.

ChangeSet@1.2341.13.2, 2006-12-18 11:09:47+01:00, msvensson@shellback. +2 -0
  Change windows pthread_cond_timedwait to use an absolute time value 

  include/my_pthread.h@1.92.1.2, 2006-12-18 11:09:42+01:00, msvensson@shellback. +8 -6
    Calculate absolute time value int set_timespec_*

  mysys/my_wincond.c@1.8, 2006-12-18 11:09:43+01:00, msvensson@shellback. +10 -9
    Use absolute timevalue in pthread_cond_timedwwait

ChangeSet@1.2347.1.10, 2006-12-18 10:22:48+01:00, msvensson@maint1.mysql.com +2 -0
  Use MYSQLTEST_VARDIR variable

  mysql-test/r/symlink.result@1.30, 2006-12-18 10:22:45+01:00, msvensson@maint1.mysql.com +2 -2
    Use MYSQLTEST_VARDIR variable

  mysql-test/t/symlink.test@1.21, 2006-12-18 10:22:45+01:00, msvensson@maint1.mysql.com +4 -4
    Use MYSQLTEST_VARDIR variable

ChangeSet@1.1616.2902.9, 2006-12-15 16:17:10-08:00, mtaylor@qualinost.(none) +1 -0
  support /etc/mysql/my.cnf in mysqld_multi as well. 

  scripts/mysqld_multi.sh@1.21.2.1, 2006-12-15 16:16:27-08:00, mtaylor@qualinost.(none) +9 -1
    support /etc/mysql/my.cnf in mysqld_multi as well. 

ChangeSet@1.2347.1.7, 2006-12-15 12:34:36-08:00, mtaylor@qualinost.(none) +2 -0
  Added /etc/mysql to my.cnf search path after /etc. 
  bug #25104

  mysys/default.c@1.84, 2006-12-15 12:34:33-08:00, mtaylor@qualinost.(none) +6 -4
    Added /etc/mysql to the search path after /etc. 

  scripts/mysqld_multi.sh@1.30.1.1, 2006-12-15 12:34:33-08:00, mtaylor@qualinost.(none) +9 -1
    Added /etc/mysql to the my.cnf search path.
    Changed chop to chomp - since it's smarter. 

ChangeSet@1.1616.2902.8, 2006-12-15 12:25:09-08:00, mtaylor@qualinost.(none) +1 -0
  Added support for /etc/mysql after /etc in the search path for my.cnf
  bug #25104

  mysys/default.c@1.43.1.8, 2006-12-15 12:25:06-08:00, mtaylor@qualinost.(none) +1 -0
    Added support for /etc/mysql after /etc in the search path for my.cnf

ChangeSet@1.1616.2911.1, 2006-12-15 10:57:58-08:00, mtaylor@qualinost.(none) +1 -0
  Added support for sensible-editor from Debian, instead of emacs. 

  scripts/mysqlbug.sh@1.8, 2006-12-15 10:57:55-08:00, mtaylor@qualinost.(none) +7 -1
    Added support for sensible-editor from Debian, instead of emacs. 

ChangeSet@1.2216.70.36, 2006-12-15 15:39:45+01:00, jonas@perch.ndb.mysql.com +5 -0
  ndb - bug#25059
    incorrect handling of commit/ignore error in unique index code

  ndb/src/kernel/blocks/dbtc/DbtcMain.cpp@1.102, 2006-12-15 15:39:43+01:00, jonas@perch.ndb.mysql.com +2 -13
    1) handle potential ptr error
    2) remove incorrect commit-handling in uk code

  ndb/src/ndbapi/NdbTransaction.cpp@1.48.1.5, 2006-12-15 15:39:43+01:00, jonas@perch.ndb.mysql.com +9 -0
    1) force 4012
    2) handle AO_IgnoreError in uk code

  ndb/src/ndbapi/Ndbif.cpp@1.33.1.1, 2006-12-15 15:39:43+01:00, jonas@perch.ndb.mysql.com +1 -0
    force 4012

  ndb/test/ndbapi/testIndex.cpp@1.18, 2006-12-15 15:39:43+01:00, jonas@perch.ndb.mysql.com +65 -0
    test program for 25059

  ndb/test/run-test/daily-basic-tests.txt@1.41.1.4, 2006-12-15 15:39:44+01:00, jonas@perch.ndb.mysql.com +4 -0
    add testcase

ChangeSet@1.2216.70.35, 2006-12-15 13:31:31+01:00, jonas@perch.ndb.mysql.com +2 -0
  ndb - bug#25090
    add testcase

  ndb/test/ndbapi/testBasic.cpp@1.9, 2006-12-15 13:31:29+01:00, jonas@perch.ndb.mysql.com +26 -0
    add testcase for bug#25090

  ndb/test/run-test/daily-basic-tests.txt@1.41.1.3, 2006-12-15 13:31:29+01:00, jonas@perch.ndb.mysql.com +4 -0
    add testcase for bug#25090

ChangeSet@1.2341.6.5, 2006-12-15 13:18:16+01:00, bteam@mysql.com +1 -0
  Raise version number after cloning 5.0.32

  configure.in@1.407.1.6, 2006-12-15 13:18:09+01:00, bteam@mysql.com +1 -1
    Raise version number after cloning 5.0.32

ChangeSet@1.1616.2910.1, 2006-12-15 16:01:56+04:00, svoj@mysql.com +1 -0
  BUG#24358 - Table access crashes server
  
  Having broken .frm, particulary number of field names does
  not match number of fields, causes server crash.
  
  Refuse to open a table if number of field names in a table
  is not equal to number of fields in a table.
  
  No test case, since it requires broken .frm file.

  sql/table.cc@1.111.4.10, 2006-12-15 16:01:53+04:00, svoj@mysql.com +2 -0
    Refuse to open a table if number of field names in a table
    is not equal to number of fields in a table.

ChangeSet@1.2216.70.34, 2006-12-15 12:37:55+01:00, jonas@perch.ndb.mysql.com +1 -0
  ndb - bug#25090
    make sure apicon timer is reset when setting CS_CONNECTED

  ndb/src/kernel/blocks/dbtc/DbtcMain.cpp@1.101, 2006-12-15 12:37:53+01:00, jonas@perch.ndb.mysql.com +2 -0
    make sure apicon timer is reset when setting CS_CONNECTED

ChangeSet@1.2341.15.1, 2006-12-15 11:38:30+02:00, gkodinov@macbook.gmz +3 -0
  Bug #15439: UDF name case handling forces DELETE FROM mysql.func to remove
              the UDF
  When deleting a user defined function MySQL must remove it from both the
  in-memory hash table and the mysql.proc system table.
  Finding (and removal therefore) from the internal hash table is case 
  insensitive (or whatever the default charset is), whereas finding and 
  removal from the system table is case sensitive.
  As a result if you supply a function name that is not in the same character
  case to DROP FUNCTION the server will remove the function only from the
  in-memory hash table and will keep the row in mysql.proc system table.
  This will cause inconsistency between the two structures (that is fixed
  only by restarting the server).
  Fixed by using the name in the precise case (from the in-memory hash table)
  to delete the row in the mysql.proc system table. 

  mysql-test/r/udf.result@1.10, 2006-12-15 11:38:24+02:00, gkodinov@macbook.gmz +11 -0
    Bug #15439: UDF name case handling forces DELETE FROM mysql.func to remove
                the UDF
     - test case

  mysql-test/t/udf.test@1.11, 2006-12-15 11:38:24+02:00, gkodinov@macbook.gmz +17 -0
    Bug #15439: UDF name case handling forces DELETE FROM mysql.func to remove
                the UDF
     - test case

  sql/sql_udf.cc@1.60, 2006-12-15 11:38:25+02:00, gkodinov@macbook.gmz +1 -1
    Bug #15439: UDF name case handling forces DELETE FROM mysql.func to remove
                the UDF
     - use the exact function name in deleting from mysql.proc.

ChangeSet@1.2281.4.7, 2006-12-15 09:03:21+01:00, mskold@mysql.com +2 -0
  bug#19956  Problems with VARCHAR primary key and BLOB fields:added test case

  mysql-test/r/ndb_read_multi_range.result@1.6, 2006-12-15 09:02:29+01:00, mskold@mysql.com +14 -0
    bug#19956  Problems with VARCHAR primary key and BLOB fields:added test case

  mysql-test/t/ndb_read_multi_range.test@1.7, 2006-12-15 09:02:51+01:00, mskold@mysql.com +15 -0
    bug#19956  Problems with VARCHAR primary key and BLOB fields:added test case

ChangeSet@1.1616.2909.1, 2006-12-15 07:56:01+01:00, thek@kpdesk.mysql.com +1 -0
  Bug#17498 failed to put data file in custom directory use "data directory" option
  
  - Result file was not properly committed.
  - Update result file to match the new test case.

  mysql-test/r/myisam.result@1.45.9.1, 2006-12-15 07:56:00+01:00, thek@kpdesk.mysql.com +0 -21
    Bug#17498 failed to put data file in custom directory use "data directory" option
    
    - Update result file to match the new test case.

ChangeSet@1.2347.2.2, 2006-12-14 17:47:55-07:00, tsmith@siva.hindu.god +1 -0
  Post-merge fix to symlink.result

  mysql-test/r/symlink.result@1.29, 2006-12-14 17:47:48-07:00, tsmith@siva.hindu.god +1 -0
    Post-merge fix to symlink.result

ChangeSet@1.1616.2902.5, 2006-12-14 16:23:54-07:00, tsmith@siva.hindu.god +4 -0
  myisam.result: a test was moved from the .test file, but the results were not updated.

  mysql-test/r/myisam.result@1.45.1.25, 2006-12-14 16:23:53-07:00, tsmith@siva.hindu.god +1 -21
    Fix results file - a test was moved from the .test file, but the results were not updated.

  mysql-test/r/symlink.result@1.11.1.12, 2006-12-14 16:23:53-07:00, tsmith@siva.hindu.god +1 -0
    echo End of 4.1 tests while I'm here

  mysql-test/t/myisam.test@1.33.1.23, 2006-12-14 16:23:53-07:00, tsmith@siva.hindu.god +2 -1
    echo End of 4.1 tests while I'm here

  mysql-test/t/symlink.test@1.11.1.6, 2006-12-14 16:23:53-07:00, tsmith@siva.hindu.god +1 -1
    echo End of 4.1 tests while I'm here

ChangeSet@1.2341.9.2, 2006-12-14 21:48:08+01:00, msvensson@neptunus.(none) +1 -0
  Put the DBUG_DUMP inside ifdef DEBUG_DATA_PACKETS

  sql/net_serv.cc@1.94, 2006-12-14 21:48:07+01:00, msvensson@neptunus.(none) +4 -1
    Put the DBUG_DUMP inside ifdef DEBUG_DATA_PACKETS

ChangeSet@1.1616.2902.4, 2006-12-14 12:18:36-08:00, mtaylor@qualinost.(none) +1 -0
  Change permissions on $mysql_unix_port_dir if we create it so that everyone can access it. 

  scripts/mysqld_safe.sh@1.72.1.6, 2006-12-14 12:18:22-08:00, mtaylor@qualinost.(none) +1 -0
    Change permissions on $mysql_unix_port_dir if we create it so that everyone can access it. 

ChangeSet@1.2327.3.1, 2006-12-14 20:58:07+03:00, kaa@polly.local +6 -0
  Fix for bug #24117 "server crash on a FETCH with a cursor on a table which is not in the table cache"
  
  Problem:
  When creating a temporary field for a temporary table in create_tmp_field_from_field(), a resulting field is created as an exact copy of an original one (in Field::new_field()). However, Field_enum and Field_set contain a pointer (typelib) to memory allocated in the parent table's MEM_ROOT, which under some circumstances may be deallocated later by the time a temporary table is used.
  
  Solution:
  Override the new_field() method for Field_enum and Field_set and create a separate copy of the typelib structure in there.

  include/typelib.h@1.4, 2006-12-14 20:58:03+03:00, kaa@polly.local +3 -0
    Added copy_typelib() declaration

  mysql-test/r/sp.result@1.217, 2006-12-14 20:58:03+03:00, kaa@polly.local +16 -0
    Added a testcase for bug #24117 "server crash on a FETCH with a cursor on a table which is not in the table cache"

  mysql-test/t/sp.test@1.207, 2006-12-14 20:58:04+03:00, kaa@polly.local +24 -0
    Added a testcase for bug #24117 "server crash on a FETCH with a cursor on a table which is not in the table cache"

  mysys/typelib.c@1.13.1.1, 2006-12-14 20:58:04+03:00, kaa@polly.local +51 -0
    Added copy_typelib() definition

  sql/field.cc@1.328.1.1, 2006-12-14 20:58:04+03:00, kaa@polly.local +10 -0
    Create a copy of the internal 'typelib' structure when copying Field_enum of Field_set objects.

  sql/field.h@1.189.2.1, 2006-12-14 20:58:04+03:00, kaa@polly.local +1 -0
    Override new_field method in Field_enum (and Field_set) to copy the typelib structure.

ChangeSet@1.2281.4.6, 2006-12-14 16:27:14+01:00, mskold@mysql.com +1 -0
  Removed check for impossible error return

  sql/ha_ndbcluster.cc@1.285.1.5, 2006-12-14 16:26:28+01:00, mskold@mysql.com +4 -7
    Removed check for impossible error return

ChangeSet@1.2341.12.1, 2006-12-14 15:23:44+01:00, msvensson@shellback. +6 -0
  BUG#24687 func_misc test fails on win64
   - Use same precision (milliseconds) for all time functions
     used  when calculating time for pthread_cond_timedwait
   - Use 'GetSystemTimeAsFileTime' for both start and curr time

  include/config-win.h@1.82, 2006-12-14 15:22:04+01:00, msvensson@shellback. +0 -1
    Move all defines for 'pthread_cond_timedwait' to my_pthread.h

  include/my_global.h@1.130, 2006-12-14 15:22:04+01:00, msvensson@shellback. +1 -35
    Move all defines for 'pthread_cond_timedwait' to my_pthread.h

  include/my_pthread.h@1.92.1.1, 2006-12-14 15:22:05+01:00, msvensson@shellback. +69 -10
    Redefine "struct timespec" to better suite the needs 
    of 'pthread_cond_timedwait' for windows implementation
    Add windows specific define for set_timespec_nsec
    Move all defines related to pthread_cond_timed wait to same file
    Declare union for reading FILETIME as __int64 with correct alignment

  mysys/my_wincond.c@1.7, 2006-12-14 15:22:05+01:00, msvensson@shellback. +22 -6
    Use 'GetSystemTimeAsFileTime()' both for getting start and current time
    Use new members of "struct timespec"
    Make sure the calculated timeout value never exceeds the value
    passed to set_timespec/set_timespec_nsec 

  server-tools/instance-manager/guardian.cc@1.26, 2006-12-14 15:22:05+01:00, msvensson@shellback. +2 -3
    Use set_timespec macro

  server-tools/instance-manager/instance.cc@1.36, 2006-12-14 15:22:06+01:00, msvensson@shellback. +2 -3
    Use set_timespec macro

ChangeSet@1.2341.11.2, 2006-12-14 13:45:17+01:00, thek@kpdesk.mysql.com +2 -0
  Bug#17498 failed to put data file in custom directory use "data directory" option
  
  Merged 4.1->5.0. Updated myisam.test

  mysql-test/r/myisam.result@1.92, 2006-12-14 13:45:15+01:00, thek@kpdesk.mysql.com +0 -13
    updated result file

  mysql-test/t/myisam.test@1.72, 2006-12-14 13:45:15+01:00, thek@kpdesk.mysql.com +0 -34
    Removing symlink specific test from myisam test

ChangeSet@1.2341.5.4, 2006-12-14 16:31:23+04:00, bar@mysql.com +2 -0
  After merge fix for bug N22645

  mysql-test/t/mysqlbinlog.test@1.36, 2006-12-14 16:31:19+04:00, bar@mysql.com +2 -2
    After merge fix

  sql/log_event.cc@1.220, 2006-12-14 16:31:19+04:00, bar@mysql.com +1 -1
    Fixing comment, thanks to Andrei for suggestion

ChangeSet@1.1616.2905.1, 2006-12-14 13:23:31+01:00, thek@kpdesk.mysql.com +4 -0
  Bug#17498 failed to put data file in custom directory use "data directory" option
  
  - When this bug was corrected it changed the behavior 
    for data/index directory in the myisam test case.
  - This patch moves the OS depending tests to a non-windows
    test file.

  mysql-test/r/myisam.result@1.45.8.1, 2006-12-14 13:23:30+01:00, thek@kpdesk.mysql.com +0 -21
    moved test from myisam to symlink; new result file

  mysql-test/r/symlink.result@1.11.1.11, 2006-12-14 13:23:30+01:00, thek@kpdesk.mysql.com +21 -0
    moved test from myisam to symlink; new result file

  mysql-test/t/myisam.test@1.33.10.1, 2006-12-14 13:23:30+01:00, thek@kpdesk.mysql.com +0 -37
    moved test from myisam to symlink

  mysql-test/t/symlink.test@1.11.1.5, 2006-12-14 13:23:30+01:00, thek@kpdesk.mysql.com +37 -0
    moved test from myisam to symlink

ChangeSet@1.2341.8.3, 2006-12-13 21:08:25-08:00, igor@olga.mysql.com +5 -0
  Fixed bug #25027.
  Blocked evaluation of constant objects of the classes
  Item_func_is_null and Item_is_not_null_test at the
  prepare phase in the cases when the objects used subqueries. 

  mysql-test/r/ps.result@1.85, 2006-12-13 21:08:23-08:00, igor@olga.mysql.com +7 -0
    Extended test case for bug #25027.

  mysql-test/t/ps.test@1.82, 2006-12-13 21:08:23-08:00, igor@olga.mysql.com +5 -0
    Extended test case for bug #25027.

  sql/item_cmpfunc.cc@1.224.1.3, 2006-12-13 21:08:23-08:00, igor@olga.mysql.com +3 -3
    Fixed bug #25027.
    Blocked evaluation of constant objects of the classes
    Item_func_is_null and Item_is_not_null_test at the
    prepare phase in the cases when the objects used subqueries. 

  sql/item_cmpfunc.h@1.135, 2006-12-13 21:08:23-08:00, igor@olga.mysql.com +2 -1
    Fixed bug #25027.
    Blocked evaluation of constant objects of the classes
    Item_func_is_null and Item_is_not_null_test at the
    prepare phase in the cases when the objects used subqueries. 

  sql/sql_lex.cc@1.206.2.2, 2006-12-13 21:08:23-08:00, igor@olga.mysql.com +1 -0
    Returned back the assertion in st_select_lex_unit::set_limit,
    removed by the previous commit for this bug.

ChangeSet@1.2341.9.1, 2006-12-13 23:30:20+01:00, msvensson@neptunus.(none) +1 -0
  change all auto_ptr in yaSSL to mySTL since some lack reset

  extra/yassl/src/ssl.cpp@1.22, 2006-12-13 23:30:17+01:00, msvensson@neptunus.(none) +2 -2
    change all auto_ptr to mySTL since some lack reset

ChangeSet@1.2341.8.2, 2006-12-13 00:39:13-08:00, igor@olga.mysql.com +3 -0
  Fixed bug #25027.
  Removed an assertion that was not valid for the cases where the query
  in a prepared statement contained a single-row non-correlated
  subquery that was used as an argument of the IS NULL predicate.

  mysql-test/r/ps.result@1.84, 2006-12-13 00:39:10-08:00, igor@olga.mysql.com +15 -0
    Added a test case for bug #25027.

  mysql-test/t/ps.test@1.81, 2006-12-13 00:39:10-08:00, igor@olga.mysql.com +18 -0
    Added a test case for bug #25027.

  sql/sql_lex.cc@1.206.2.1, 2006-12-13 00:39:10-08:00, igor@olga.mysql.com +0 -1
    Fixed bug #25027.
    Removed an assertion that was not valid for the cases where the query
    in a prepared statement contained a single-row non-correlated
    subquery that was used as an argument of the IS NULL predicate.

ChangeSet@1.1616.2897.9, 2006-12-12 12:28:02+01:00, msvensson@neptunus.(none) +1 -0
  Improve error message that describes waitpid($pid) returned unexpected result

  mysql-test/lib/mtr_process.pl@1.15.1.16, 2006-12-12 12:28:00+01:00, msvensson@neptunus.(none) +2 -1
    Improve error message that describes waitpid($pid) returned unexpected result

ChangeSet@1.1616.2901.2, 2006-12-11 18:57:23-08:00, igor@olga.mysql.com +4 -0
  Fixed bug #24670: optimizations that are legal only for subqueries without tables
  and no WHERE condition were applied for any subquery without tables.
  

  mysql-test/r/subselect.result@1.67.1.119, 2006-12-11 18:57:21-08:00, igor@olga.mysql.com +13 -0
    Added a test case for bug #24670.

  mysql-test/t/subselect.test@1.58.1.105, 2006-12-11 18:57:21-08:00, igor@olga.mysql.com +12 -0
    Added a test case for bug #24670.

  sql/item_subselect.cc@1.60.1.87, 2006-12-11 18:57:21-08:00, igor@olga.mysql.com +17 -2
    Fixed bug #24670: optimizations that are legal only for subqueries without tables
    and no WHERE condition were applied for any subquery without tables.
    
    Removed an assertion that caused an abort for subqueries without tables and no 
    WHERE condition. 
    Blocked substitution of a single-row subquery without tables for the constant 
    row from its select list when the subquery contained a WHERE condition.
    This optimization is valid only for subquries without tables with no conditions.
    Any subquery without tables with WHERE clause returns NULL if the WHERE condition
    is FALSE. Erroneously it was always considered as non-nullable that could trigger 
    another optimization concerning IS NULL predicates which is applicable only for 
    non-nullable expressions and ultimately led to a wrong result returned by the outer
    query.
    Added a proper implementation of the virtual method may_be_null for class 
    subselect_single_select_engine.

  sql/item_subselect.h@1.52.1.13, 2006-12-11 18:57:21-08:00, igor@olga.mysql.com +2 -1
    Fixed bug #24670: optimizations that are legal only for subqueries without tables
    and no WHERE condition were applied for any subquery without tables.
    Made method may_by_null for class subselect_engine vvirtual.

ChangeSet@1.2294.47.5, 2006-12-11 18:52:24-07:00, malff@weblab.(none) +1 -0
  minor cleanup

  mysql-test/t/sp_stress_case.test@1.3, 2006-12-11 18:52:21-07:00, malff@weblab.(none) +0 -5
    Minor cleanup ... the test is now faster, even in debug builds

ChangeSet@1.2248.180.2, 2006-12-11 16:59:02-07:00, malff@weblab.(none) +4 -0
  Bug#19194 (Right recursion in parser for CASE causes excessive stack usage,
    limitation)
  Bug#24854 (Mixing Searched Case with Simple Case inside Stored Procedure
    crashes Mysqld)
  
  Implemented code review (19194) comments

  BitKeeper/deleted/.del-sp_stress_case.sh@1.2, 2006-12-11 16:57:06-07:00, malff@weblab.(none) +0 -0
    Delete: mysql-test/t/sp_stress_case.sh

  mysql-test/r/sp_stress_case.result@1.2, 2006-12-11 16:56:28-07:00, malff@weblab.(none) +96 -18
    Implemented code review comments : use SQL instead of a shell script to
    generate the code

  mysql-test/t/sp_stress_case.test@1.2, 2006-12-11 16:56:28-07:00, malff@weblab.(none) +84 -25
    Adjusted

  sql/sql_yacc.yy@1.491.1.4, 2006-12-11 16:56:28-07:00, malff@weblab.(none) +42 -1
    Added more explicit comments

ChangeSet@1.2294.55.2, 2006-12-12 01:50:12+03:00, kostja@bodhi.local +9 -0
  Post-merge fixes for Bug#4968 "Stored procedure crash if cursor opened 
  on altered table" and Bug#19733 "Repeated alter, or repeated 
  create/drop, fails"

  mysql-test/r/ps.result@1.82.1.2, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +54 -228
    Post-merge fixes: update results with new tests.

  mysql-test/r/sp.result@1.215.1.1, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +17 -0
    Post-merge fixes: update results.

  mysql-test/t/ps.test@1.79.1.2, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +72 -0
    Add more test cases for Bug#4968 and related.

  mysql-test/t/sp.test@1.205.1.1, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +28 -0
    A post-merge fix: add more testcases for Bug#4968 and related.

  sql/sql_insert.cc@1.206.1.2, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +7 -8
    Post-merge fixes: update comments, fix errors of the manual merge.

  sql/sql_lex.cc@1.208, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +1 -2
    Fix a manual merge error.

  sql/sql_parse.cc@1.590.5.2, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +13 -11
    Fix a few errors of the manual merge, style.

  sql/sql_table.cc@1.325.1.3, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +10 -10
    Post-merge fixes, fix a few errors of the manual merge, fix style.

  sql/sql_yacc.yy@1.497.1.2, 2006-12-12 01:50:10+03:00, kostja@bodhi.local +1 -3
    A post-merge fix.

ChangeSet@1.2341.1.12, 2006-12-11 16:43:21+01:00, msvensson@neptunus.(none) +2 -0
  Wait for INSERT DELAYED to finish i.e sleep in while loop until
  "select count" is one more.

  mysql-test/r/archive.result@1.16, 2006-12-11 16:43:18+01:00, msvensson@neptunus.(none) +6 -0
    Wait for INSERT DELAYED to finish i.e sleep in while loop until
    "select count" is one more.

  mysql-test/t/archive.test@1.17, 2006-12-11 16:43:18+01:00, msvensson@neptunus.(none) +7 -3
    Wait for INSERT DELAYED to finish i.e sleep in while loop until
    "select count" is one more.

ChangeSet@1.1616.2897.8, 2006-12-11 15:39:15+01:00, msvensson@neptunus.(none) +1 -0
  Bug#20225 mysqltest runs in an endless loop when trying to start rpl_sys test suite
   - Add printout in safe_connect indicating that mysqltest is in a loop waiting for
  connection to mysqld. Will be printed when --verbose is passed as argument to
    mysqltest

  client/mysqltest.c@1.92.21.38, 2006-12-11 15:39:13+01:00, msvensson@neptunus.(none) +5 -0
    Bug#20225 mysqltest runs in an endless loop when trying to start rpl_sys test suite
     - Add printout in safe_connect indicating that mysqltest is in a loop waiting for
    connection to mysqld 

ChangeSet@1.1616.2897.6, 2006-12-11 12:16:20+01:00, msvensson@neptunus.(none) +1 -0
  Pass --no-defaults to embedded server to avoid that it reads any defaults file

  mysql-test/mysql-test-run.pl@1.8.9.109, 2006-12-11 12:16:19+01:00, msvensson@neptunus.(none) +2 -3
    Pass "--no-defaults" to embedded server as "--server-arg=--no-defaults"

ChangeSet@1.2341.1.9, 2006-12-11 12:06:12+01:00, msvensson@neptunus.(none) +1 -0
  Fix merge error in mysql-test/Makefile.am

  mysql-test/Makefile.am@1.80, 2006-12-11 12:06:10+01:00, msvensson@neptunus.(none) +1 -1
    Fix merge error

ChangeSet@1.2341.3.4, 2006-12-11 11:25:45+01:00, msvensson@neptunus.(none) +1 -0
  Bug#23735 mysqlbinlog client fails when reading binlog from stdin
   - Windows opens stdin in text mode by default. Certain characters
     such as CTRL-Z are interpeted as events and the read() method
     will stop. CTRL-Z is the EOF marker in Windows. to get past this
     you have to open stdin in binary mode. Setmode() is used to set
     stdin in binary mode. Errors on setting this mode result in
     halting the function and printing an error message to stderr.

  client/mysqlbinlog.cc@1.130.1.1, 2006-12-11 11:25:42+01:00, msvensson@neptunus.(none) +19 -0
    Apply fix to 5.0 as well

ChangeSet@1.1616.2899.1, 2006-12-08 16:17:46-07:00, tsmith@siva.hindu.god +1 -0
  Makefile.am
      - test* targets are identical (as much as possible) to 5.0 & 5.1 versions
      - use @PERL@ ./mysql-test-run.pl, instead of depending on /usr/bin/perl location
      - PHONY: target includes all test targets

  Makefile.am@1.60.1.19, 2006-12-08 16:17:44-07:00, tsmith@siva.hindu.god +27 -26
    - test* targets are identical (as much as possible) to 5.0 & 5.1 versions
    - use @PERL@ ./mysql-test-run.pl, instead of depending on /usr/bin/perl location
    - PHONY: target includes all test targets

ChangeSet@1.2294.54.4, 2006-12-08 19:23:12+01:00, rafal@quant.(none) +1 -0
  Minor fix

  include/my_pthread.h@1.91.1.2, 2006-12-08 19:20:22+01:00, rafal@quant.(none) +1 -1
    Fixed missing \ in #if directive.

ChangeSet@1.1616.2897.5, 2006-12-08 17:09:07+01:00, msvensson@neptunus.(none) +1 -0
  Bug#19410 Test 'kill' fails on Windows + SCO

  mysql-test/t/kill.test@1.6.1.8, 2006-12-08 17:09:04+01:00, msvensson@neptunus.(none) +4 -1
    Move the connect of second connection to just before the query to be killed are sent.
    This introduces less variance since the connect time is not included in the delay
    we want between send of query and kill.

ChangeSet@1.1616.2897.4, 2006-12-08 16:48:49+01:00, msvensson@neptunus.(none) +1 -0
  Add missing  space

  client/mysqltest.c@1.92.21.37, 2006-12-08 16:48:47+01:00, msvensson@neptunus.(none) +1 -1
    Add missing  space

ChangeSet@1.1616.2897.3, 2006-12-08 16:43:50+01:00, msvensson@neptunus.(none) +1 -0
  Bug#19410 Test 'kill' fails on Windows + SCO
   - Use "mysql_field_count" to determine if there is a need to
     call "mysql_store_result"

  client/mysqltest.c@1.92.21.36, 2006-12-08 16:43:47+01:00, msvensson@neptunus.(none) +5 -3
    Only call 'mysql_store_result' if 'mysql_field_count' is greater than 0
    indicating that this query has a result set.  This change is mainly since
    if mysql_store_result fails the value returned by mysql_field_count will be reset.

ChangeSet@1.1616.2897.2, 2006-12-08 16:08:54+01:00, msvensson@neptunus.(none) +1 -0
  Bug#24498 Stack overflow in mysqltest
   - Thanks to Vasil Dimov for the patch!

  client/mysqltest.c@1.92.21.35, 2006-12-08 16:08:52+01:00, msvensson@neptunus.(none) +3 -1
    Use my_snprintf to protect against exceeding size of buff
    Since variable name and valu might not be null terminated it's necessary to
    provide the length of the format specifiers.   

ChangeSet@1.1616.2897.1, 2006-12-08 13:37:40+01:00, msvensson@neptunus.(none) +1 -0
  Backport fix for mysqladmin on windows test failure

  mysql-test/t/mysqladmin.test@1.1.1.1, 2006-12-08 13:37:38+01:00, msvensson@neptunus.(none) +2 -2
    Backport fix for mysqladmin on windows test failure

ChangeSet@1.2341.3.1, 2006-12-08 12:13:43+01:00, msvensson@neptunus.(none) +2 -0
  Fix problems with "make dist" and running from "binary dist"

  mysql-test/Makefile.am@1.79, 2006-12-08 12:13:40+01:00, msvensson@neptunus.(none) +1 -1
    Add missing ($DESTDIR) wich cause "make discheck" to fail

  scripts/make_binary_distribution.sh@1.116, 2006-12-08 12:13:40+01:00, msvensson@neptunus.(none) +1 -1
    Add std_data/*.MY* files to binary dist

ChangeSet@1.2294.54.1, 2006-12-08 11:41:12+01:00, rafal@quant.(none) +2 -0
  BUG#24507 (rpl_log.test crash slave):
  
  The problem was located to lie inside current NPTL pthread_exit() 
  implementation. Race conditions in this code can lead to segmentation
  fault. Hovewer, this can happen only in a race between first thread 
  calling pthread_exit() and other threads. 
  
  Workaround implemented in this patch spawns a dummy thread, which
  exits immediately, during thread lib initialization. This will exclude
  segment violations when further threads exit.
   

  include/my_pthread.h@1.91.1.1, 2006-12-08 11:41:07+01:00, rafal@quant.(none) +20 -0
    define macro NPTL_PTHREAD_EXIT_BUG which controls whether workaround
    in my_thread_global_init() is included or not.

  mysys/my_thr_init.c@1.31.1.1, 2006-12-08 11:41:07+01:00, rafal@quant.(none) +39 -0
    Spawn a dummy thread in my_thread_global_init() to initialize pthread 
    lib internal variables.

ChangeSet@1.1616.2896.1, 2006-12-08 02:20:09+03:00, kostja@bodhi.local +12 -0
  A fix and test cases for
  Bug#4968 "Stored procedure crash if cursor opened on altered table"
  Bug#19733 "Repeated alter, or repeated create/drop, fails"
  Bug#19182 "CREATE TABLE bar (m INT) SELECT n FROM foo; doesn't work from 
  stored procedure."
  Bug#6895 "Prepared Statements: ALTER TABLE DROP COLUMN does nothing"
  Bug#22060 "ALTER TABLE x AUTO_INCREMENT=y in SP crashes server"
  
  Test cases for bugs 4968, 19733, 6895 will be added in 5.0.
  
  Re-execution of CREATE DATABASE, CREATE TABLE and ALTER TABLE 
  statements in stored routines or as prepared statements caused
  incorrect results (and crashes in versions prior to 5.0.25).
  In 5.1 the problem occured only for CREATE DATABASE, CREATE TABLE
  SELECT and CREATE TABLE with INDEX/DATA DIRECTOY options).
  
  The problem of bugs 4968, 19733, 19282 and 6895 was that functions
  mysql_prepare_table, mysql_create_table and mysql_alter_table were not
  re-execution friendly: during their operation they used to modify contents
  of LEX (members create_info, alter_info, key_list, create_list),
  thus making the LEX unusable for the next execution.
  In particular, these functions removed processed columns and keys from
  create_list, key_list and drop_list. Search the code in sql_table.cc 
  for drop_it.remove() and similar patterns to find evidence.
  
  The fix is to supply to these functions a usable copy of each of the
  above structures at every re-execution of an SQL statement. 
  
  To simplify memory management, LEX::key_list and LEX::create_list
  were added to LEX::alter_info, a fresh copy of which is created for
  every execution.
  
  The problem of crashing bug 22060 stemmed from the fact that the above 
  metnioned functions were not only modifying HA_CREATE_INFO structure in 
  LEX, but also were changing it to point to areas in volatile memory of 
  the execution memory root.
   
  The patch solves this problem by creating and using an on-stack
  copy of HA_CREATE_INFO (note that code in 5.1 already creates and
  uses a copy of this structure in mysql_create_table()/alter_table(),
  but this approach didn't work well for CREATE TABLE SELECT statement).

  mysql-test/r/ps.result@1.31.1.23, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +67 -0
    Update test results (Bug#19182, Bug#22060)

  mysql-test/t/ps.test@1.27.1.29, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +72 -0
    Add a test case for Bug#19182, Bug#22060 (4.1-only parts)

  sql/mysql_priv.h@1.186.108.1, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +7 -12
    LEX::key_list and LEX::create_list were moved to LEX::alter_info.
    Update declarations to use LEX::alter_info instead of these two
    members.

  sql/sql_class.h@1.146.61.1, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +10 -9
    Replace pair<columns, keys> with an instance of Alter_info in
    select_create constructor. We create a new copy of Alter_info
    each time we re-execute SELECT .. CREATE prepared statement.

  sql/sql_insert.cc@1.86.28.1, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +1 -1
    Adjust to a new signature of create_table_from_items.

  sql/sql_lex.cc@1.97.21.5, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +12 -0
    Implement Alter_info::Alter_info that would make a "deep" copy
    of all definition lists (keys, columns).

  sql/sql_lex.h@1.102.41.4, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +48 -8
    Move key_list and create_list to class Alter_info. Implement
    Alter_info::Alter_info that can be used with PS and SP.

  sql/sql_list.h@1.21.3.11, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +62 -12
    Implement a copy constructor of class List that makes a deep copy
    of all list nodes.

  sql/sql_parse.cc@1.271.130.1, 2006-12-08 02:20:05+03:00, kostja@bodhi.local +108 -98
    Adjust to new signatures of mysql_create_table, mysql_alter_table,
    select_create. Functions mysql_create_index and mysql_drop_index has
    become identical after initialization of alter_info was moved to the 
    parser, and were merged. Flag enable_slow_log was not updated for 
    SQLCOM_DROP_INDEX, which is a bug. Just like CREATE INDEX, DROP INDEX
    is currently done via complete table rebuild and is rightfully a slow
    administrative statement.

  sql/sql_show.cc@1.122.25.1, 2006-12-08 02:20:06+03:00, kostja@bodhi.local +1 -1
    Adjust mysqld_show_create_db to a new signature.

  sql/sql_table.cc@1.157.62.1, 2006-12-08 02:20:06+03:00, kostja@bodhi.local +96 -277
    Adjust mysql_alter_table, mysql_recreate_table, mysql_create_table,
    mysql_prepare_table to new signatures.

  sql/sql_yacc.yy@1.203.1.199, 2006-12-08 02:20:06+03:00, kostja@bodhi.local +27 -23
    LEX::key_list and LEX::create_list moved to class Alter_info

ChangeSet@1.2341.1.5, 2006-12-07 12:53:32-05:00, cmiller@zippy.cornsilk.net +1 -0
  Having MYSQL_VERSION_ID defined correctly made this KILL_QUERY enum item visible.  This is a
  forwards-incompatible change.

  include/mysql_h.ic@1.7, 2006-12-07 12:53:30-05:00, cmiller@zippy.cornsilk.net +1 -0
    Having MYSQL_VERSION_ID defined correctly made this KILL_QUERY enum item visible.  This is a
    forwards-incompatible change.

ChangeSet@1.1616.2895.1, 2006-12-07 17:01:00+01:00, Kristofer.Pettersson@naruto. +3 -0
  Bug#17498 failed to put data file in custom directory use "data directory" option
  - Using DATA/INDEX DIRECTORY option on Windows put data/index file into
    default directory because the OS doesn't support readlink().
  - The procedure for changing data/index file directory is 
    different under Windows.
  - With this fix we report a warning if DATA/INDEX option is used,
    but OS doesn't support readlink().

  mysql-test/r/windows.result@1.1.1.1, 2006-12-07 17:00:56+01:00, Kristofer.Pettersson@naruto. +6 -0
    - updated result file.

  mysql-test/t/windows.test@1.1.1.1, 2006-12-07 17:00:57+01:00, Kristofer.Pettersson@naruto. +9 -0
    - Added test case to verify we get warnings if we specify DATA/INDEX
      DIRECTORY on a platform which doesn't support readlink().

  sql/sql_parse.cc@1.271.129.1, 2006-12-07 17:00:58+01:00, Kristofer.Pettersson@naruto. +6 -0
    - Added warnings if DATA/INDEX DIRECTORY option is used but not supported
      by the target platform.

ChangeSet@1.1616.2761.6, 2006-12-07 15:49:59+01:00, mskold@mysql.com +2 -0
  Bug#24818 CREATE UNIQUE INDEX (...) USING HASH on a NDB table crashes mysqld: Added test case

  mysql-test/r/ndb_index_unique.result@1.11.1.3, 2006-12-07 15:49:31+01:00, mskold@mysql.com +15 -0
    Bug#24818 CREATE UNIQUE INDEX (...) USING HASH on a NDB table crashes mysqld: Added test case

  mysql-test/t/ndb_index_unique.test@1.9.1.4, 2006-12-07 15:49:31+01:00, mskold@mysql.com +8 -0
    Bug#24818 CREATE UNIQUE INDEX (...) USING HASH on a NDB table crashes mysqld: Added test case

ChangeSet@1.1616.2887.2, 2006-12-07 18:32:40+04:00, svoj@mysql.com +3 -0
  BUG#23404 - ROW_FORMAT=FIXED option is lost is an index is added to the
              table
  
  ROW_FORMAT option is lost during CREATE/DROP INDEX.
  
  This fix forces CREATE/DROP INDEX to retain ROW_FORMAT by instructing
  mysql_alter_table() that ROW_FORMAT is not used during creating/dropping
  indexes.

  mysql-test/r/alter_table.result@1.40.2.1, 2006-12-07 18:32:39+04:00, svoj@mysql.com +15 -0
    A test case for bug#23404.

  mysql-test/t/alter_table.test@1.29.2.1, 2006-12-07 18:32:39+04:00, svoj@mysql.com +11 -0
    A test case for bug#23404.

  sql/sql_parse.cc@1.271.128.1, 2006-12-07 18:32:39+04:00, svoj@mysql.com +2 -0
    CREATE/DROP INDEX must not change ROW_FORMAT. Setting create_info.row_type
    to ROW_TYPE_NOT_USED informs mysql_alter_table that ROW_FORMAT was not
    used during alteration, and thus must be retained.

ChangeSet@1.2294.52.3, 2006-12-07 09:31:53+04:00, bar@mysql.com +7 -0
  Bug#22645 LC_TIME_NAMES: Statement not replicated
  Implementing event based replication of LC_TIME_NAMES for 5.0
  (as a replacement of previously made ONE_SHOT replication)

  mysql-test/r/mysqlbinlog.result@1.24.1.1, 2006-12-07 09:31:48+04:00, bar@mysql.com +20 -0
    Fixing results

  mysql-test/r/rpl_locale.result@1.2, 2006-12-07 09:31:48+04:00, bar@mysql.com +4 -0
    Fixing results

  mysql-test/t/disabled.def@1.34.1.2, 2006-12-07 09:31:48+04:00, bar@mysql.com +0 -1
    Enabling rpl_locale

  mysql-test/t/mysqlbinlog.test@1.33.1.1, 2006-12-07 09:31:48+04:00, bar@mysql.com +19 -0
    Check "mysqlbinlog | mysql" reproduces lc_time_names correctly.

  mysql-test/t/rpl_locale.test@1.2, 2006-12-07 09:31:48+04:00, bar@mysql.com +2 -0
    Adding new test: that setting lc_time_names back to en_US works fine.

  sql/log_event.cc@1.216.1.1, 2006-12-07 09:31:48+04:00, bar@mysql.com +34 -3
    Implementing event based replication of LC_TIME_NAMES for 5.0
    (as a replacement of previously made ONE_SHOT replication)

  sql/log_event.h@1.126.1.1, 2006-12-07 09:31:48+04:00, bar@mysql.com +6 -1
    Adding new Q_*_CODE
    Adding "lc_time_names_number" members into Query_log_event and PRINT_EVENT_INFO

ChangeSet@1.1616.2892.3, 2006-12-06 19:13:00-05:00, jpipes@shakedown.(none) +1 -0
  Fix for Bug #20246 (enum mysql_enum_shutdown_level not well-defined in mysql_com.h)
  
  MYSQL_VERSION_ID is tested before it has been defined.  This leads to
  a warning when compiling with -Wundef and it also will break the
  internal logic of mysql_com.h as soon as MYSQL_VERSION_ID exceeds
  50000.
  
  The fix entailed a simple re-ordering of included files in mysql.h

  include/mysql.h@1.135.1.11, 2006-12-06 19:12:58-05:00, jpipes@shakedown.(none) +1 -1
    Fix for Bug #20246 (enum mysql_enum_shutdown_level not well-defined in mysql_com.h)
    
    MYSQL_VERSION_ID is tested before it has been defined.  This leads to
    a warning when compiling with -Wundef and it also will break the
    internal logic of mysql_com.h as soon as MYSQL_VERSION_ID exceeds
    50000.
    
    Placed the #include for mysql_version.h above mysql_com.h to resolve conflict

ChangeSet@1.1616.2893.1, 2006-12-06 16:32:12+04:00, ramil@mysql.com +4 -0
  Fix for bug #22533: Traditional: Too-long bit value not rejected.
  
  Problem: storing >=8 byte hexadecimal values we don't check data.
  Fix: check if the data fits the {u}longlong range.

  mysql-test/r/select.result@1.34.3.41, 2006-12-06 16:32:08+04:00, ramil@mysql.com +17 -0
    Fix for bug #22533: Traditional: Too-long bit value not rejected.
      - test result.

  mysql-test/t/range.test@1.12.2.12, 2006-12-06 16:32:08+04:00, ramil@mysql.com +2 -2
    Fix for bug #22533: Traditional: Too-long bit value not rejected.
      - adjusted.

  mysql-test/t/select.test@1.28.4.16, 2006-12-06 16:32:08+04:00, ramil@mysql.com +12 -1
    Fix for bug #22533: Traditional: Too-long bit value not rejected.
      - test case.

  sql/item.cc@1.58.77.1, 2006-12-06 16:32:08+04:00, ramil@mysql.com +19 -6
    Fix for bug #22533: Traditional: Too-long bit value not rejected.
      - limit storing value to {U}LONGLONG_MAX in numeric context.

ChangeSet@1.2216.70.33, 2006-12-06 13:09:30+01:00, jonas@perch.ndb.mysql.com +1 -0
  ndb - bug#22773
    Fix correct log event on db-node disconnect

  ndb/src/mgmsrv/MgmtSrvr.cpp@1.102.2.1, 2006-12-06 13:09:29+01:00, jonas@perch.ndb.mysql.com +1 -1
    Fix typo

ChangeSet@1.1616.2746.6, 2006-12-06 12:01:19+08:00, gni@dev3-221.dev.cn.tlan +1 -0
  BUG#21715  mgm client command <id|all> STATUS returns "not connected" for non-data nodes

  ndb/src/mgmclient/CommandInterpreter.cpp@1.44.3.2, 2006-12-06 12:01:18+08:00, gni@dev3-221.dev.cn.tlan +12 -0
    Adding the judgement for node type to distinguish the data nodes and non-data nodes. 
    From the return value. Management client can't distinguish the really not connected status for data nodes and status of non-data nodes.
    We can get the connect status about non-data nodes from version, if the version is 0, it means no connected status. 

ChangeSet@1.2294.53.1, 2006-12-05 18:44:14+04:00, svoj@mysql.com +5 -0
  BUG#23526 - show table status reports incorrect values for MyISAM tables
  
  This problem could happen when show table status get outdated copy
  of TABLE object from table cache.
  
  MyISAM updates state info when external_lock() method is called. Though
  I_S does not lock a table to avoid deadlocks. If I_S opens a table which
  is in a table cache it will likely get outdated state info copy.
  
  In this case shared state copy is more recent than local copy. This problem
  is fixed by correctly restoring myisam state info pointer back to original
  value, that is to shared state.
  
  Affects MyISAM only. No good deterministic test case for this fix.

  include/thr_lock.h@1.18, 2006-12-05 18:44:12+04:00, svoj@mysql.com +1 -0
    Added restore_status, that will be called prior to release a
    read lock.

  myisam/mi_locking.c@1.43, 2006-12-05 18:44:12+04:00, svoj@mysql.com +9 -0
    Added mi_restore_status, that will be called prior to release a
    read lock. This function is intended to set myisam state pointer
    back to original value, that is to shared state.

  myisam/mi_open.c@1.98.1.1, 2006-12-05 18:44:12+04:00, svoj@mysql.com +1 -0
    Added restore_status, that will be called prior to release a
    read lock.

  myisam/myisamdef.h@1.87, 2006-12-05 18:44:12+04:00, svoj@mysql.com +1 -0
    Added mi_restore_status, that will be called prior to release a
    read lock.

  mysys/thr_lock.c@1.52, 2006-12-05 18:44:12+04:00, svoj@mysql.com +10 -2
    Call restore_status if we have lock with priority lower than
    TL_WRITE_CONCURRENT_INSERT.

ChangeSet@1.2294.52.2, 2006-12-05 16:01:21+04:00, bar@mysql.com +3 -0
  Merging bug#22645 "LC_TIME_NAMES: Statement not replicated" from 4.1.

  mysql-test/t/disabled.def@1.34.1.1, 2006-12-05 16:01:17+04:00, bar@mysql.com +1 -0
    Disabling test in 5.0 temporarily

  sql/mysql_priv.h@1.422.1.2, 2006-12-05 16:01:17+04:00, bar@mysql.com +3 -1
    Adding number_par agrument to constructor

  sql/sql_locale.cc@1.9, 2006-12-05 16:01:17+04:00, bar@mysql.com +327 -327
    Using constructor, instead of structure initialization.

ChangeSet@1.1616.2871.3, 2006-12-05 13:45:21+04:00, bar@mysql.com +10 -0
  Bug#22645 LC_TIME_NAMES: Statement not replicated
  Problem: replication of LC_TIME_NAMES didn't work.
  Thus, INSERTS or UPDATES using date_format() always
  worked with en_US on the slave side.
  Fix: adding ONE_SHOT implementation for LC_TIME_NAMES.

  mysql-test/r/rpl_locale.result@1.1, 2006-12-05 13:45:17+04:00, bar@mysql.com +16 -0
    Adding test case

  mysql-test/r/rpl_locale.result@1.0, 2006-12-05 13:45:17+04:00, bar@mysql.com +0 -0

  mysql-test/r/variables.result@1.21.1.44, 2006-12-05 13:45:16+04:00, bar@mysql.com +57 -0
    Adding various tests with LC_TIME_NAMES and
    string and numeric constants and expressions.

  mysql-test/t/rpl_locale.test@1.1, 2006-12-05 13:45:17+04:00, bar@mysql.com +22 -0
    Adding test case

  mysql-test/t/rpl_locale.test@1.0, 2006-12-05 13:45:17+04:00, bar@mysql.com +0 -0

  mysql-test/t/variables.test@1.18.1.35, 2006-12-05 13:45:17+04:00, bar@mysql.com +44 -0
    Adding various tests with LC_TIME_NAMES and
    string and numeric constants and expressions.

  sql/log.cc@1.108.1.59, 2006-12-05 13:45:17+04:00, bar@mysql.com +15 -0
    Adding ONE_SHOT trick for lc_time_names.

  sql/mysql_priv.h@1.186.91.58, 2006-12-05 13:45:17+04:00, bar@mysql.com +2 -0
    Adding new member "number" - for unique locale IDs.
    Adding prototype for my_locale_by_number().

  sql/set_var.cc@1.34.69.1, 2006-12-05 13:45:17+04:00, bar@mysql.com +27 -8
    Modifying lc_time_names variable to understand both:
    - string valyes (using locale name)
    - number values (using locale IDs)

  sql/set_var.h@1.54.1.8, 2006-12-05 13:45:17+04:00, bar@mysql.com +6 -2
    - Marking lc_time_names as ONE_SHOT capable.
    - Marking lc_time_names as INT_RESULT compatible.

  sql/sql_locale.cc@1.1.1.3, 2006-12-05 13:45:17+04:00, bar@mysql.com +1125 -120
    - adding local IDs
    - better layout for locale data declarations
      (splitting long lines into short ones)
    - adding DBUG_ASSERT into my_locale_by_name()
      and moving this function towards the end of file -
      after "my_locales" declaration
    - adding my_locale_by_number() implementation

  sql/sql_parse.cc@1.271.1.219, 2006-12-05 13:45:17+04:00, bar@mysql.com +1 -0
    Adding initialization of lc_time_names
    to its default value (en_US)

ChangeSet@1.2294.49.1, 2006-12-04 19:48:49+03:00, petr@outpost.site +1 -0
  Fix Bug #19044 IM aborts on exit
  
  On windows IM aborted on assert once one
  stoppped it. The reason is that we didn't
  close the sockets on windows and therefore,
  the listener thread wasn't able to finish.
  This happened because we used close() call
  for it. While on windows one should use
  closesocket().
  On other platfroms we have appropriate defines
  for closesocket(), so this is the function which
  should be used.

  server-tools/instance-manager/listener.cc@1.28, 2006-12-04 19:48:47+03:00, petr@outpost.site +5 -5
    close -> closesocket

ChangeSet@1.1616.2890.1, 2006-12-04 17:06:25+04:00, ramil@mysql.com +3 -0
  fix for bug #23938: ISNULL on DATE AND CAST AS DATE returns false for null values
  
  Set null_value in case of wrong data.

  mysql-test/r/cast.result@1.20.1.9, 2006-12-04 17:06:22+04:00, ramil@mysql.com +4 -0
    fix for bug #23938: ISNULL on DATE AND CAST AS DATE returns false for null values
      - test result.

  mysql-test/t/cast.test@1.15.1.8, 2006-12-04 17:06:23+04:00, ramil@mysql.com +7 -1
    fix for bug #23938: ISNULL on DATE AND CAST AS DATE returns false for null values
      - test case.

  sql/item_timefunc.cc@1.51.16.1, 2006-12-04 17:06:23+04:00, ramil@mysql.com +3 -0
    fix for bug #23938: ISNULL on DATE AND CAST AS DATE returns false for null values
      - set null_value in case of error.

ChangeSet@1.2294.47.2, 2006-12-04 14:05:27+03:00, anozdrin@booka. +1 -0
  Use standard shell instead of BASH.

  mysql-test/t/log.sh@1.2, 2006-12-04 14:05:24+03:00, anozdrin@booka. +1 -1
    Use standard shell instead of BASH.

ChangeSet@1.1616.2888.1, 2006-12-01 19:11:43+04:00, svoj@mysql.com +3 -0
  BUG#23196 - MySQL server does not exit / shutdown when
              storage engine returns errno 12
  
  If there is not enough memory to store or update blob record
  (while allocating record buffer), myisam marks table as crashed.
  
  With this fix myisam attempts to roll an index back and return
  an error, not marking a table as crashed.
  
  Affects myisam tables with blobs only. No test case for this fix.

  myisam/mi_dynrec.c@1.36.1.6, 2006-12-01 19:11:41+04:00, svoj@mysql.com +2 -2
    If there is not enough memory to store or update blob record
    (while allocating record buffer), return HA_ERR_OUT_OF_MEM
    instead of ENOMEM. In this case storage engine can simply
    roll an index back and return an error, not marking table
    as crashed.

  myisam/mi_update.c@1.15.1.3, 2006-12-01 19:11:41+04:00, svoj@mysql.com +2 -1
    In some cases do not mark a table as crashed if we run out of
    memory. Instead roll an index back and return an error. These
    cases are signalled with my_errno set to HA_ERR_OUT_OF_MEM.

  myisam/mi_write.c@1.46.1.5, 2006-12-01 19:11:41+04:00, svoj@mysql.com +1 -1
    In some cases do not mark a table as crashed if we run out of
    memory. Instead roll an index back and return an error. These
    cases are signalled with my_errno set to HA_ERR_OUT_OF_MEM.

ChangeSet@1.2294.47.1, 2006-12-01 13:25:06+03:00, kostja@bodhi.local +4 -0
  A fix and a test case for Bug#24179 "select b into $var" fails with 
  --cursor_protocol": fix a misleading error message in case of
  SELECT .. INTO.

  sql/sql_class.cc@1.255, 2006-12-01 13:25:02+03:00, kostja@bodhi.local +14 -0
    Implement select_result::check_simple_select hierarchy to 
    support correct error messages in case of SELECT .. INTO and C API 
    cursors.

  sql/sql_class.h@1.310.2.1, 2006-12-01 13:25:02+03:00, kostja@bodhi.local +10 -2
    Set the error message inside the function that checks for the error
    condition (simple_select, renamed to check_simple_select).

  sql/sql_prepare.cc@1.186.1.1, 2006-12-01 13:25:02+03:00, kostja@bodhi.local +1 -2
    Use a new method that now sets the error.

  tests/mysql_client_test.c@1.218, 2006-12-01 13:25:02+03:00, kostja@bodhi.local +28 -0
    Add a test case for Bug#24179 "select b into $var" fails with 
    --cursor_protocol" (check for the right error message and error code).

ChangeSet@1.2294.45.1, 2006-11-30 11:08:23+04:00, bar@mysql.com +3 -0
  Bug#24158 SET PASSWORD in binary log fails under ANSI_QUOTES
  Problem: ``SET PASSWORD FOR foo@localhost'' was written into
  binary log using double quites: ``SET PASSWORD FOR "foo"@"localhost"...''.
  If sql_mode was set to ANSI_QUOTES, parser on slave considered
  "foo" and "localhost" as identifiers instead of strigns constants,
  so it failed to parse, generated syntax error and slave then stopped.
  Fix: changing binary log entries to use single quotes:
  ``SET PASSWORD FOR 'foo'@'localhost'...'' not to depend on ANSI_QUOTES.

  mysql-test/r/rpl_do_grant.result@1.5, 2006-11-30 11:08:11+04:00, bar@mysql.com +11 -0
    Adding test case

  mysql-test/t/rpl_do_grant.test@1.6, 2006-11-30 11:08:11+04:00, bar@mysql.com +16 -0
    Adding test case

  sql/sql_acl.cc@1.212.1.1, 2006-11-30 11:08:11+04:00, bar@mysql.com +1 -1
    Using single quotes instead of double quotes,
    not to fails when sql_mode=ANSI_QUOTES.

ChangeSet@1.2248.186.1, 2006-11-29 13:56:59-05:00, patg@radha.local +2 -0
  federated.test:
    fixed test to replace port to SLAVE_PORT in result file
  federated.result:
    new result file

  mysql-test/r/federated.result@1.40, 2006-11-29 13:56:41-05:00, patg@radha.local +2 -2
    new result file

  mysql-test/t/federated.test@1.35, 2006-11-29 13:56:18-05:00, patg@radha.local +3 -2
    fixed test to replace port to SLAVE_PORT in result file

ChangeSet@1.2256.1.3, 2006-11-29 16:45:18+08:00, gni@dev3-127.(none) +1 -0
  BUG#21033  The error log of mysqld shows useless information, and hides the real error.

  ndb/src/ndbapi/Ndb.cpp@1.60.1.1, 2006-11-29 16:45:17+08:00, gni@dev3-127.(none) +7 -0
    Ndb.closeTransaction() modifies the value of Ndb.theError.code,
        but the error code shouldn't be changed here.
        Mysqld will use the returning error code to log the correct error information.

ChangeSet@1.1616.2878.1, 2006-11-28 15:46:01+01:00, istruewing@chilla.local +1 -0
  Bug#23139 - myisamchk and mysqld crash when trying to access table
  
  A corrupted compressed table could crash the server and
  myisamchk.
  
  The data file of an uncompressed table contains just the records.
  There is no header in the data file.
  
  However the data file of a compressed table has a header.
  The header describes how the table was compressed. This
  information is necessary to extract the records from the
  compressed data file.
  
  Part of the compressed data file header are the [de]code tables.
  They are numeric representations of the Huffman trees used for
  coding and decoding. A Huffman tree is a binary tree. Every
  node has two childs. A child can be a leaf or a branch. Leaves
  contain the decoded value. Branches point to another tree node.
  
  Since the [de]code table is represented as an array of childs,
  the branches need to point at a child within the same array.
  The corruption of the compressed data file from the bug report
  was a couple of branches that pointed outside their array.
  This condition had not been correctly checked.
  
  I added some checks for the pointers in the decode tables.
  This type of corruption will no longer crash the server or
  myisamchk.
  
  No test case. A corrupted compressed table is required.

  myisam/mi_packrec.c@1.25.1.6, 2006-11-28 15:46:00+01:00, istruewing@chilla.local +328 -37
    Bug#23139 - myisamchk and mysqld crash when trying to access table
    Added some checks for the pointers in the decode tables.
    Added comments, DBUG prints, style fixes.

ChangeSet@1.2294.26.2, 2006-11-28 16:26:15+04:00, bar@mysql.com +12 -0
  Bug#20396 Bin Log does not get DELIMETER cmd - Recover StoredProc fails
  Problem: when loading mysqlbinlog dumps, CREATE PROCEDURE having semicolons
  in their bodies failed.
  Fix: Using safe delimiter "/*!*/;" to dump log entries.

  client/mysqlbinlog.cc@1.129.1.1, 2006-11-28 16:26:08+04:00, bar@mysql.com +27 -11
    - Adding PRINT_EVENT_INFO argument to dump_xxx_log_entries()
    - Setting delimiter to "/*!*/;" before calling dump functions

  mysql-test/r/ctype_ucs_binlog.result@1.8, 2006-11-28 16:26:08+04:00, bar@mysql.com +11 -9
    Fixing test results

  mysql-test/r/mix_innodb_myisam_binlog.result@1.30, 2006-11-28 16:26:08+04:00, bar@mysql.com +2 -2
    Fixing test results

  mysql-test/r/mysqlbinlog.result@1.25, 2006-11-28 16:26:08+04:00, bar@mysql.com +148 -93
    Fixing test results
    Adding test case

  mysql-test/r/mysqlbinlog2.result@1.10, 2006-11-28 16:26:08+04:00, bar@mysql.com +578 -508
    Fixing test results

  mysql-test/r/rpl_charset.result@1.23, 2006-11-28 16:26:08+04:00, bar@mysql.com +80 -78
    Fixing test results

  mysql-test/r/rpl_timezone.result@1.14.1.1, 2006-11-28 16:26:08+04:00, bar@mysql.com +23 -21
    Fixing test results

  mysql-test/r/user_var-binlog.result@1.7, 2006-11-28 16:26:08+04:00, bar@mysql.com +15 -13
    Fixing test results

  mysql-test/t/mix_innodb_myisam_binlog.test@1.24, 2006-11-28 16:26:08+04:00, bar@mysql.com +1 -1
    Fixing LIKE expression

  mysql-test/t/mysqlbinlog.test@1.34, 2006-11-28 16:26:08+04:00, bar@mysql.com +24 -0
    Adding test case

  sql/log_event.cc@1.217, 2006-11-28 16:26:08+04:00, bar@mysql.com +42 -31
    Using print_event_info->delimiter instead of
    hard-coded semicolon as a query end marker.

  sql/log_event.h@1.127, 2006-11-28 16:26:09+04:00, bar@mysql.com +2 -0
    Adding new member to store delimiter.

ChangeSet@1.2248.183.1, 2006-11-27 19:12:10+03:00, kaa@polly.local +3 -0
  Fix for bug #24261 "crash when WHERE contains NOT IN ('<negative value>') for unsigned column type"
  
  When calculating a SEL_TREE for the "c_{i-1} < X < c_i" interval, check if the tree returned for the "-inf < X < c_0" interval is NULL

  mysql-test/r/func_in.result@1.28.1.1, 2006-11-27 19:12:07+03:00, kaa@polly.local +4 -0
    Added testcase for bug #24261 "crash when WHERE contains NOT IN ('<negative value>') for unsigned column type"

  mysql-test/t/func_in.test@1.22.1.1, 2006-11-27 19:12:07+03:00, kaa@polly.local +7 -0
    Added testcase for bug #24261 "crash when WHERE contains NOT IN ('<negative value>') for unsigned column type"

  sql/opt_range.cc@1.231.1.1, 2006-11-27 19:12:07+03:00, kaa@polly.local +2 -1
    When calculating a SEL_TREE for the "c_{i-1} < X < c_i" interval, check if the tree returned for the "-inf < X < c_0" interval is NULL

ChangeSet@1.2294.8.14, 2006-11-21 10:11:43+02:00, gkodinov@macbook.gmz +3 -0
  Bug#23556: TRUNCATE TABLE still maps to DELETE
   This is the 5.0 part of the fix.
   Currently TRUNCATE command will not call
   delete_all_rows() in the handler (that implements
   the "fast" TRUNCATE for InnoDB) when there are
   triggers on the table.
   As decided by the architecture team TRUNCATE must
   use "fast" TRUNCATE even when there are triggers.
   Thus it must ignore the triggers. 
   Made TRUNCATE to ignore the triggers and call
   delete_all_rows() for all storage engines
   to maintain engine consistency.

  mysql-test/r/trigger.result@1.48.1.1, 2006-11-21 10:11:37+02:00, gkodinov@macbook.gmz +25 -0
    Bug#23556: TRUNCATE TABLE still maps to DELETE
     - test case

  mysql-test/t/trigger.test@1.54.1.1, 2006-11-21 10:11:37+02:00, gkodinov@macbook.gmz +25 -0
    Bug#23556: TRUNCATE TABLE still maps to DELETE
     - test case

  sql/sql_delete.cc@1.185.1.1, 2006-11-21 10:11:38+02:00, gkodinov@macbook.gmz +5 -1
    Bug#23556: TRUNCATE TABLE still maps to DELETE
     - We implemenent fast TRUNCATE for InnoDB even
       if triggers are present.  
     - TRUNCATE ignores triggers.
       

ChangeSet@1.2294.14.4, 2006-11-21 12:09:14+04:00, bar@mysql.com +2 -0
  Prepare to merge "backport of bug#13926 from 5.0 to 4.1" back into 5.0:
  Moving tests into their new place into 4.1 tests section

  mysql-test/r/mysqldump.result@1.117.1.1, 2006-11-21 12:09:10+04:00, bar@mysql.com +72 -72
    Prepare to merge "backport of bug#13926 from 5.0 to 4.1" back into 5.0:
    Moving tests into their new place into 4.1 tests section

  mysql-test/t/mysqldump.test@1.106.1.1, 2006-11-21 12:09:10+04:00, bar@mysql.com +19 -19
    Prepare to merge "backport of bug#13926 from 5.0 to 4.1" back into 5.0:
    Moving tests into their new place into 4.1 tests section

ChangeSet@1.1616.2871.2, 2006-11-21 11:09:33+04:00, bar@mysql.com +3 -0
  BUG#13926: --order-by-primary fails if PKEY contains quote character.
  Backporting from 5.0

  client/mysqldump.c@1.143.13.9, 2006-11-21 11:09:30+04:00, bar@mysql.com +13 -5
    BUG#13926: --order-by-primary fails if PKEY contains quote character.
    Backporting from 5.0

  mysql-test/r/mysqldump.result@1.9.1.47, 2006-11-21 11:09:30+04:00, bar@mysql.com +62 -0
    Adding test case

  mysql-test/t/mysqldump.test@1.19.1.28, 2006-11-21 11:09:31+04:00, bar@mysql.com +15 -0
    Adding test case

ChangeSet@1.1346.1.855, 2006-11-20 12:49:52-07:00, tsmith@siva.hindu.god +13 -0
  Backport patch of bugfix for:
  - Bug #15815: Very poor performance with multiple queries running concurrently
  - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
  
  This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/buf/buf0buf.c@1.17.1.17, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +96 -45
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/buf/buf0flu.c@1.14.1.12, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +67 -30
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/buf/buf0lru.c@1.9.1.12, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +15 -3
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/include/buf0buf.h@1.12.1.7, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +28 -12
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/include/buf0buf.ic@1.7.1.7, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +10 -11
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/include/sync0arr.h@1.4.1.3, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +4 -9
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/include/sync0rw.h@1.6.1.2, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +1 -0
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/include/sync0rw.ic@1.7.1.1, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +4 -2
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/include/sync0sync.h@1.9.1.9, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +1 -0
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/os/os0sync.c@1.21.1.1, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +52 -3
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/sync/sync0arr.c@1.11.1.10, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +41 -78
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/sync/sync0rw.c@1.7.1.6, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +2 -0
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

  innobase/sync/sync0sync.c@1.16.1.14, 2006-11-20 12:49:51-07:00, tsmith@siva.hindu.god +6 -2
    Backport patch of bugfix for:
    - Bug #15815: Very poor performance with multiple queries running concurrently
    - Bug #22868: 'Thread thrashing' with > 50 concurrent conns under an upd-intensive workloadw
    
    This is a patch from an e-mail; it is not included in an InnoDB snapshot.

ChangeSet@1.2294.14.3, 2006-11-20 17:57:57+04:00, bar@mysql.com +1 -0
  After merge fix

  mysql-test/r/ctype_utf8.result@1.103, 2006-11-20 17:57:53+04:00, bar@mysql.com +1 -1
    After merge fix

ChangeSet@1.2248.180.1, 2006-11-17 12:14:29-07:00, malff@weblab.(none) +10 -0
  Bug#19194 (Right recursion in parser for CASE causes excessive stack usage,
    limitation)
  
  Note to the reviewer
  ====================
  
  Warning: reviewing this patch is somewhat involved.
  Due to the nature of several issues all affecting the same area,
  fixing separately each issue is not practical, since each fix can not be
  implemented and tested independently.
  In particular, the issues with
  - rule recursion
  - nested case statements
  - forward jump resolution (backpatch list)
  are tightly coupled (see below).
  
  Definitions
  ===========
  
  The expression
    CASE expr
    WHEN expr THEN expr
    WHEN expr THEN expr
    ...
    END
  is a "Simple Case Expression".
  
  The expression
    CASE
    WHEN expr THEN expr
    WHEN expr THEN expr
    ...
    END
  is a "Searched Case Expression".
  
  The statement
    CASE expr
    WHEN expr THEN stmts
    WHEN expr THEN stmts
    ...
    END CASE
  is a "Simple Case Statement".
  
  The statement
    CASE
    WHEN expr THEN stmts
    WHEN expr THEN stmts
    ...
    END CASE
  is a "Searched Case Statement".
  
  A "Left Recursive" rule is like
    list:
        element
      | list element
      ;
  
  A "Right Recursive" rule is like
    list:
        element
      | element list
      ;
  
  Left and right recursion produces the same language, the difference only
  affects the *order* in which the text is parsed.
  
  In a descendant parser (usually written manually), right recursion works
  very well, and is typically implemented with a while loop.
  In an ascendant parser (yacc/bison) left recursion works very well,
  and is implemented naturally by the parser stack.
  In both cases, using the wrong type or recursion is very bad and should be
  avoided, as it causes technical issues with the parser implementation.
  
  Before this change
  ==================
  
  The "Simple Case Expression" and "Searched Case Expression" were both
  implemented by the "when_list" and "when_list2" rules, which are left
  recursive (ok).
  
  These rules, however, used lex->when_list instead of using the parser stack,
  which is more complex that necessary, and potentially dangerous because
  of other rules using THD::reset_lex.
  
  The "Simple Case Statement" and "Searched Case Statements" were implemented
  by the "sp_case", "sp_whens" and in part by "sp_proc_stmt" rules.
  Both cases were right recursive (bad).
  
  The grammar involved was convoluted, and is assumed to be the results of
  tweaks to get the code generation to work, but is not what someone would
  naturally write.
  
  In addition, using a common rule for both "Simple" and "Searched" case
  statements was implemented with sp_head::m_flags |= IN_SIMPLE_CASE,
  which is a flag and not a stack, and therefore does not take into account
  *nested* case statements. This leads to incorrect generated code, and either
  a server crash or an incorrect result.
  
  With regards to the backpatch mechanism, a *different* backpatch list was
  created for each jump from "WHEN expr THEN stmt" to "END CASE", which
  relied on the grammar to be right recursive.
  This is a mis-use of the backpatch list, since this list can resolve
  multiple references to the same target at once.
  
  The optimizer algorithm used to detect dead code in the "assembly" SQL
  instructions, implemented by sp_head::opt_mark(uint ip), was recursive
  in some cases (a conditional jump pointing forward to another conditional
  jump).
  In case of specially crafted code, like
  - a long list of "IF expr THEN stmt END IF"
  - a long CASE statement
  this would actually cause a server crash with a stack overflow.
  In general, having a stack that grows proportionally with user data (the
  SQL code given by the client in a CREATE PROCEDURE) is to be avoided.
  
  In debug builds only, creating a SP / SF / Trigger which had a significant
  amount of code would spend --literally-- several minutes in sp_head::create,
  because of the debug code involved with DBUG_PRINT("info", ("Code %s ...
  There are several issues with this code:
  - in a CASE with 5 000 WHEN, there are 15 000 instructions generated,
    which create a sting representation of the code which is 500 000 bytes
    long,
  - using a String instead of an io stream causes performances to degrade
    to a total server freeze, as time is spent doing realloc of a buffer
    always too short,
  - Printing a 500 000 long string in the debug log is too verbose,
  - Generating this string even when DBUG_PRINT is off is useless,
  - Having code that potentially can affect the server behavior, used with
    #ifdef / #endif is useful in some cases, but is also a bad practice.
  
  After this change
  =================
  
  "Case Expressions" (both simple and searched) have been simplified to
  not use LEX::when_list, which has been removed.
  
  Considering all the issues affecting case statements, the grammar for these
  has been totally re written.
  
  The existing actions, used to generate "assembly" sp_inst* code, have been
  preserved but moved in the new grammar, with the following changes:
  
  a) Bison rules are no longer shared between "Simple" and "Searched" case
  statements, because a stack instead of a flag is required to handle them.
  Nested statements are handled naturally by the parser stack, which by
  definition uses the correct rule in the correct context.
  Nested statements of the opposite type (simple vs searched) works correctly.
  The flag sp_head::IN_SIMPLE_CASE is no longer used.
  This is a step towards resolution of WL#2999, which correctly identified
  that temporary parsing flags do not belong to sp_head.
  The code in the action is shared by mean of the case_stmt_action_xxx()
  helpers.
  
  b) The backpatch mechanism, used to resolve forward jumps in the generated
  code, has been changed to:
  - create a label for the instruction following 'END CASE',
  - register each jump at the end of a "WHEN expr THEN stmt" in a *unique*
    backpatch list associated with the 'END CASE' label
  - resolve all the forward jumps for this label at once.
  
  In addition, the code involving backpatch has been commented, so that a
  reader can now understand by reading matching "Registering" and "Resolving"
  comments how the forward jumps are resolved and what target they resolve to,
  as this is far from evident when reading the code alone.
  
  The implementation of sp_head::opt_mark() has been revised to avoid
  recursive calls from jump instructions, and instead add the jump location
  to the list of paths to explore during the flow analysis of the instruction
  graph, with a call to sp_head::add_mark_lead().
  In addition, the flow analysis will stop if an instruction has already
  been marked as reachable, which the previous code failed to do in the
  recursive case.
  sp_head::opt_mark() is now private, to prevent new calls to this method from
  being introduced.
  
  The debug code present in sp_head::create() has been removed.
  Considering that SHOW PROCEDURE CODE is also available in debug builds,
  and can be used anytime regardless of the trace level, as opposed to
  "CREATE PROCEDURE" time and only if the trace was on,
  removing the code actually makes debugging easier (usable trace).
  
  Tests have been written to cover the parser overflow (big CASE),
  and to cover nested CASE statements.

  mysql-test/t/sp_stress_case.sh@1.1, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +68 -0
    New test for massive CASE statements.

  mysql-test/t/sp_stress_case.sh@1.0, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +0 -0

  mysql-test/r/sp-code.result@1.8, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +415 -0
    Test cases for nested CASE statements.

  mysql-test/r/sp_stress_case.result@1.1, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +42 -0
    New test for massive CASE statements.

  mysql-test/r/sp_stress_case.result@1.0, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +0 -0

  mysql-test/t/sp-code.test@1.6, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +235 -0
    Test cases for nested CASE statements.

  mysql-test/t/sp_stress_case.test@1.1, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +35 -0
    New test for massive CASE statements.

  mysql-test/t/sp_stress_case.test@1.0, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +0 -0

  sql/sp_head.cc@1.224.1.1, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +55 -41
    Re factored opt_mark() to avoid recursion, clean up.

  sql/sp_head.h@1.89, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +28 -11
    Re factored opt_mark() to avoid recursion, clean up.

  sql/sql_lex.cc@1.201.6.1, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +0 -1
    Removed when_list.

  sql/sql_lex.h@1.225.8.1, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +0 -1
    Removed when_list.

  sql/sql_yacc.yy@1.491.1.3, 2006-11-17 12:14:27-07:00, malff@weblab.(none) +257 -114
    Minor clean up for case expressions,
    Major re write for case statements (Bug#19194).

ChangeSet@1.2248.138.7, 2006-11-15 21:24:58-05:00, patg@radha.local +3 -0
  BUG# 17044 Federated Storage Engine not UTF8 clean
  - Added 'SET NAMES <charset>" upon ::open
  - Added test and results for simple UTF test
  
  federated.test:
    BUG #17044 Federated Storage Engine not UTF8 clean
    New test. Using hex - pasting various charsets in the terminal doesn't work.
  federated.result:
    BUG# 17044 Federated Storage Engine not UTF8 clean
    New test results
  ha_federated.cc:
    BUG# 17044 Federated Storage Engine not UTF8 clean
    Upon ::open, set names to table's charset

  mysql-test/r/federated.result@1.39, 2006-11-15 21:22:47-05:00, patg@radha.local +28 -0
    BUG# 17044 Federated Storage Engine not UTF8 clean
            New test results

  mysql-test/t/federated.test@1.34, 2006-11-15 21:22:16-05:00, patg@radha.local +31 -0
     BUG #17044 Federated Storage Engine not UTF8 clean
        New test. Using hex - pasting various charsets in the terminal doesn't work.
      federated.result:
      BUG# 17044 Federated Storage Engine not UTF8 clean
        New test results

  sql/ha_federated.cc@1.68.1.1, 2006-11-15 21:21:44-05:00, patg@radha.local +11 -0
    BUG# 17044 Federated Storage Engine not UTF8 clean
            Upon ::open, set names to table's charset

ChangeSet@1.2248.171.10, 2006-11-13 20:06:45+04:00, holyfoot@mysql.com +28 -0
  several fixes to make tests pass in embedded-server mode

  libmysqld/lib_sql.cc@1.114.1.3, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +2 -0
    check for bootstrap added

  mysql-test/include/federated.inc@1.2, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +1 -0
    disabled in embedded

  mysql-test/mysql-test-run.pl@1.116.2.1, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +1 -0
    we disable ssh in embedded server

  mysql-test/r/bdb.result@1.53, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -34
    part moved to bdb_notembedded as it uses binlog

  mysql-test/r/bdb_notembedded.result@1.1, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +35 -0
    added

  mysql-test/r/bdb_notembedded.result@1.0, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +0 -0

  mysql-test/r/flush_block_commit.result@1.9.1.1, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -15
    part moved to flush_block_commit_notembedded

  mysql-test/r/flush_block_commit_notembedded.result@1.1, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +15 -0
    added

  mysql-test/r/flush_block_commit_notembedded.result@1.0, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +0 -0

  mysql-test/r/insert.result@1.26, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -6
    part moved to insert_notembedded as delayed works differently in embedded server

  mysql-test/r/insert_notembedded.result@1.1, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +107 -0
    added

  mysql-test/r/insert_notembedded.result@1.0, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +0 -0

  mysql-test/r/insert_select.result@1.42, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -100
    part moved to insert_notembedded as GRANTS usually disabled in embedded server

  mysql-test/r/join.result@1.39, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +2 -2
    access rights hidden in result

  mysql-test/t/backup.test@1.19, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -3
    now available in embedded server

  mysql-test/t/bdb.test@1.54, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -35
    part moved to bdb_notembedded as it uses binlog

  mysql-test/t/bdb_notembedded.test@1.1, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +38 -0
    added

  mysql-test/t/bdb_notembedded.test@1.0, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +0 -0

  mysql-test/t/delayed.test@1.16, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -3
    code trimmed

  mysql-test/t/execution_constants.test@1.2, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +3 -0
    skipped in embedded-server mode

  mysql-test/t/flush_block_commit.test@1.12, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -21
    moved to flush_block_commit_notembedded

  mysql-test/t/flush_block_commit_notembedded.test@1.1, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +32 -0
    added

  mysql-test/t/flush_block_commit_notembedded.test@1.0, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +0 -0

  mysql-test/t/information_schema_db.test@1.7, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +4 -0
    skipped in embedded-server

  mysql-test/t/innodb.test@1.136, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +1 -0
    directories replaced to be embedded-server compliant

  mysql-test/t/insert.test@1.24, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -12
    part moved to insert_notembedded

  mysql-test/t/insert_notembedded.test@1.1, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +154 -0
    added

  mysql-test/t/insert_notembedded.test@1.0, 2006-11-13 20:06:42+04:00, holyfoot@mysql.com +0 -0

  mysql-test/t/insert_select.test@1.34, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +0 -137
    part moved to insert_notembedded

  mysql-test/t/join.test@1.33, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +2 -0
    access rights hidden

  mysql-test/t/status.test@1.17, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +3 -0
    skipped in embedded server

  mysql-test/t/trigger.test@1.53.1.1, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +1 -0
    directories replaced to be embedded-server compliant

  sql/item_strfunc.cc@1.286.1.1, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +6 -1
    extra contexts not needed whan access checks disabled

  sql/share/errmsg.txt@1.75, 2006-11-13 20:06:41+04:00, holyfoot@mysql.com +2 -2
    bigger paths reserved to prevent test's fails

ChangeSet@1.1616.2856.3, 2006-11-13 18:12:15+04:00, holyfoot@mysql.com +1 -0
  delayed.test fixed

  mysql-test/t/delayed.test@1.8.1.2, 2006-11-13 18:12:13+04:00, holyfoot@mysql.com +2 -0
    shouldn't be tested in embedded server

ChangeSet@1.1616.2856.2, 2006-11-13 10:39:15+04:00, holyfoot@mysql.com +4 -0
  embedded-mode tests fixed

  libmysqld/examples/test-run@1.6, 2006-11-13 10:39:13+04:00, holyfoot@mysql.com +1 -1
    mysql_embedded should be run here

  libmysqld/lib_sql.cc@1.75.1.55, 2006-11-13 10:39:13+04:00, holyfoot@mysql.com +4 -0
    thd->real_id setup added
    bootstrap check added

  mysql-test/t/innodb.test@1.62.1.19, 2006-11-13 10:39:13+04:00, holyfoot@mysql.com +3 -0
    paths can be different in embedded server - replace_result added

  sql/item_func.cc@1.124.50.1, 2006-11-13 10:39:13+04:00, holyfoot@mysql.com +4 -0
    we should compare real_id-s in embedded server

ChangeSet@1.2283.4.4, 2006-11-09 14:27:34+04:00, bar@mysql.com +5 -0
  Bug#23619 Incorrectly escaped multibyte characters in binary log break replication
  Problem: when embedding a character string with introducer with charset X
  into a SQL query which is generally in character set Y, the string constants
  were escaped according to their own character set (i.e.X), then after reading
  such a "mixed" query from binlog, the string constants were unescaped
  using character set of the query (i.e. Y), instead of X, which gave wrong
  results or even syntax errors with tricky charsets (e.g. sjis)
  Fix: when embedding a string constant of charset X into a query of charset Y,
  the string constant is now escaped according to character Y, instead of
  its own character set X.

  mysql-test/r/ctype_cp932_binlog.result@1.6, 2006-11-09 14:27:12+04:00, bar@mysql.com +3 -3
    Fixing test results.

  mysql-test/r/rpl_charset_sjis.result@1.1, 2006-11-09 14:27:17+04:00, bar@mysql.com +26 -0
    Adding test case

  mysql-test/r/rpl_charset_sjis.result@1.0, 2006-11-09 14:27:17+04:00, bar@mysql.com +0 -0

  mysql-test/t/rpl_charset_sjis.test@1.1, 2006-11-09 14:27:18+04:00, bar@mysql.com +25 -0
    Adding test case

  mysql-test/t/rpl_charset_sjis.test@1.0, 2006-11-09 14:27:18+04:00, bar@mysql.com +0 -0

  sql/log_event.cc@1.215, 2006-11-09 14:27:13+04:00, bar@mysql.com +1 -1
    Using character set "csinfo" instead of the string character set.

  sql/sp_head.cc@1.226, 2006-11-09 14:27:16+04:00, bar@mysql.com +6 -5
    - adding "thd" argument to sp_get_item_value()
      to have access to thd->variables.character_set_client
    - using character_set_client for escaping, instead of
      the string character set

ChangeSet@1.1616.2855.1, 2006-11-08 15:37:54+04:00, bar@mysql.com +3 -0
  Bug#22646 LC_TIME_NAMES: Assignment to non-UTF8 target fails
  Problem: After introducing of LC_TIME_NAMES variable,  the 
  function date_format() can return international non-ascii
  characters in month and weekday names. Thus, it cannot return
  a binary string anymore, because inserting a result of date_format()
  into a column with non-utf8 character set produces garbage.
  Fix: date_format() now returns a character string, using
  "collation_connection" to detect character set and collation
  for the returned value. This allows to insert
  results of date_format() properly into columns with
  various character sets.

  mysql-test/r/ctype_utf8.result@1.45.1.30, 2006-11-08 15:37:51+04:00, bar@mysql.com +23 -1
    Adding test case.
    Fixing old result.

  mysql-test/t/ctype_utf8.test@1.57.1.20, 2006-11-08 15:37:51+04:00, bar@mysql.com +20 -0
    Adding test case.

  sql/item_timefunc.cc@1.51.6.6, 2006-11-08 15:37:51+04:00, bar@mysql.com +36 -47
    DATE_FORMAT() now returns a character string
    instead of binary string:
    - make_date_time() now converts localte data from UTF8 to 
    the character set of "str" argument, instead of copying as is.
    - fix_dec_and_length() now uses "collation_connection"
    instead of "binary" for the result, it also now
    multiplies to mbmaxlen when calculating max_length

ChangeSet@1.2274.1.3, 2006-11-03 23:56:25+11:00, stewart@willster.(none) +1 -0
  BUG#22299 mgmd crash due to unchecked TransporterFacade::ThreadData expand()
  
  abort if we ever fail to expand a Vector

  ndb/include/util/Vector.hpp@1.5, 2006-11-03 23:56:23+11:00, stewart@willster.(none) +2 -0
    abort on failure to allocate memory

ChangeSet@1.1616.2841.1, 2006-11-02 00:05:02+04:00, svoj@mysql.com +1 -0
  BUG#23312 - server hangs 'closing tables' with insert delayed,flush
              tables,alter table
  Deadlock could happen if there are delayed insert + flush tables + alter table
  running concurrently.
  
  This is fixed by removing a redundant mutex lock when killing a delayed thread.

  sql/sql_insert.cc@1.86.26.1, 2006-11-02 00:02:40+04:00, svoj@mysql.com +0 -3
    Removed redundant delayed thread mutex lock, that could result in a deadlock.
    LOCK_delayed_insert is sufficient to be sure that no other thread frees delayed
    handler.

ChangeSet@1.2248.138.5, 2006-10-27 17:40:06+02:00, istruewing@chilla.local +1 -0
  Enterprise numbers, only

  configure.in@1.402.1.1, 2006-10-27 17:40:03+02:00, istruewing@chilla.local +2 -2
    Enterprise numbers, only

ChangeSet@1.2274.1.2, 2006-10-27 18:59:20+10:00, stewart@willster.(none) +3 -0
  BUG#22301 ndb: File_class::size() is not thread safe

  ndb/include/logger/FileLogHandler.hpp@1.5, 2006-10-27 18:59:17+10:00, stewart@willster.(none) +1 -1
    use off_t for file offset

  ndb/include/util/File.hpp@1.8, 2006-10-27 18:59:17+10:00, stewart@willster.(none) +2 -2
    use off_t for returning file offset (size)

  ndb/src/common/util/File.cpp@1.12.1.2, 2006-10-27 18:59:17+10:00, stewart@willster.(none) +9 -10
    make File_class::size(FILE*) safe when having multiple threads writing to
    the file

ChangeSet@1.2274.1.1, 2006-10-27 18:08:08+10:00, stewart@willster.(none) +2 -0
  BUG#22310 dead/deceptive code in FileLogHandler::writeFooter() and File_class::flush
  
  make the File_class::flush() method actually flush the stdio buffers.

  ndb/src/common/logger/FileLogHandler.cpp@1.13, 2006-10-27 18:08:03+10:00, stewart@willster.(none) +0 -2
    remove misleading comment

  ndb/src/common/util/File.cpp@1.12.1.1, 2006-10-27 18:08:04+10:00, stewart@willster.(none) +1 -5
    actually flush the stdio buffers.
    
    remove unneeded // private comment

ChangeSet@1.1616.2830.1, 2006-10-25 13:39:40+02:00, istruewing@chilla.local +1 -0
  Bug#22119 - Changing MI_KEY_BLOCK_LENGTH makes a wrong myisamchk
  
  When compiling with a default key block size greater than the
  smallest key block size used in a table, checking that table
  failed with bogus errors. The table was marked corrupt. This
  affected myisamchk and the server.
  
  The problem was that the default key block size was used at
  some places where sizes less or equal to the block size of the
  index in check was required.
  
  We do now use the key block size of the particular index
  when checking.
  
  A test case is available for later versions only.

  myisam/mi_check.c@1.105.1.57, 2006-10-25 13:39:38+02:00, istruewing@chilla.local +72 -16
    Bug#22119 - Changing MI_KEY_BLOCK_LENGTH makes a wrong myisamchk
    Changed check_k_link() and chk_index_down() to use the block
    size of the index in check or MI_MIN_KEY_BLOCK_LENGTH where
    required. Formerly myisam_block_size or MYISAM_SHARE::blocksize
    was used wrongly.

ChangeSet@1.1616.2829.1, 2006-10-25 15:40:10+05:00, svoj@mysql.com +1 -0
  BUG#22053 - REPAIR table can crash server for some
              really damaged MyISAM tables
  
  When unpacking a blob column from broken row server crash
  could happen. This could rather happen when trying to repair
  a table using either REPAIR TABLE or myisamchk, though it
  also could happend when trying to access broken row using
  other SQL statements like SELECT if table is not marked as
  crashed.
  
  Fixed ulong overflow when trying to extract blob from
  broken row.
  
  Affects MyISAM only.

  myisam/mi_dynrec.c@1.36.1.5, 2006-10-25 15:38:45+05:00, svoj@mysql.com +5 -3
    Fixed ulong overflow when trying to extract blob from
    broken row. It happens when there are not enough bytes
    to store blob length in `from' buffer. In this case
    (ulong) (from_end - from) - size_length value is huge,
    close to ULONG_MAX.

ChangeSet@1.1616.2797.1, 2006-10-08 11:24:53+08:00, gni@dev3-127.(none) +1 -0
  BUG #21858  Make sure retry when EINTR returns, which decreases memory leak chance. 

  ndb/src/common/util/File.cpp@1.9.2.2, 2006-10-08 11:24:50+08:00, gni@dev3-127.(none) +15 -3
    Avoid memory leak when EINTR error returns. Even though a close-error happens, a ERROR message in out file
    is given, and this shouldn't affect the normally running.

ChangeSet@1.1616.2792.1, 2006-10-05 17:29:50+05:00, ramil@mysql.com +3 -0
  Fix for bug #22377: iNCONSISTENCY WITH null
  
  Backport. See #20910: NOT NULL column reported as NULL in SHOW FIELDS or INFORMATION_SCHEMA

  mysql-test/r/type_ranges.result@1.25.1.2, 2006-10-05 17:29:47+05:00, ramil@mysql.com +3 -3
    Fix for bug #22377: iNCONSISTENCY WITH null
      - results adjusted.

  mysql-test/r/type_timestamp.result@1.24.1.3, 2006-10-05 17:29:48+05:00, ramil@mysql.com +9 -9
    Fix for bug #22377: iNCONSISTENCY WITH null
      - results adjusted.

  sql/sql_show.cc@1.122.1.87, 2006-10-05 17:29:48+05:00, ramil@mysql.com +1 -10
    Fix for bug #22377: iNCONSISTENCY WITH null
      - as NULL values cannot be stored in 'timestamp not null' fields,
        don't make an exception for them.

