ChangeSet@1.2384, 2007-01-17 10:41:52+01:00, tulin@mysql.com +1 -0
  ha_ndbcluster.cc:
    Bug #25668    - corrected patch after test failures

  sql/ha_ndbcluster.cc@1.294, 2007-01-17 10:38:52+01:00, tulin@mysql.com +16 -9
    Bug #25668    - corrected patch after test failures

ChangeSet@1.2383, 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.293, 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.2382, 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.2381, 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.419, 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.2363.1.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.2365.2.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.1.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.2892.9, 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.2344.7.12, 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.2.2, 2007-01-10 18:19:40+01:00, kent@mysql.com +5 -5
    Corrected default for --disable-grant-options

ChangeSet@1.2356.1.12, 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.417, 2007-01-10 14:50:03+01:00, kent@mysql.com +0 -1
    Removed line accidently inserted when correcting bug#18526

ChangeSet@1.2373, 2007-01-10 14:03:36+04:00, gluh@mysql.com +1 -0
  after merge fix

  sql/sql_base.cc@1.362, 2007-01-10 14:03:35+04:00, gluh@mysql.com +2 -1
    after merge fix

ChangeSet@1.1616.2896.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.91.58, 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.2873.37, 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.2344.7.11, 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

  configure.in@1.407.2.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.1.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.

  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.

  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.2356.1.11, 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.2368.1.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.2368.1.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.195, 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.1.856, 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.

  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.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.1346.1.855, 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.1616.2892.5, 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.2365.1.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.1.6, 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.2892.4, 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.2356.1.6, 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.131, 2007-01-04 22:16:59+01:00, mmj@tiger.mmj.dk +36 -0
    Add patch from Alfredo for TARGET_FAT_BINARY

ChangeSet@1.2344.15.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.2344.6.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.2363, 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.2362, 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.2873.35, 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.1616.2873.34, 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.2873.33, 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.2873.32, 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.1.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.2356.2.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.2892.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.2356.1.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.2356.1.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.2892.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.2891.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.1.2, 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.2344.14.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

  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.94, 2006-12-31 00:18:19+01:00, kent@mysql.com +2 -0
    Don't update the files from BitKeeper

  Makefile.am@1.93, 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.44, 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.102, 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.24, 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.88, 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.81, 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.34, 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.48, 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/my_create_tables.c@1.4, 2006-12-30 18:25:24+01:00, kent@mysql.com +15 -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.117, 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.8, 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.337, 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.194, 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.109, 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.92, 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.128, 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.235.1.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.80, 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.3.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.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/sql_lex.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.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.207, 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.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/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.25, 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.2294.45.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.2352, 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.1.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.2344.14.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.92, 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.131, 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.253, 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.269, 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.82, 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.130, 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.93, 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.167, 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.18, 2006-12-23 20:04:05+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  include/typelib.h@1.4, 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.43, 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.87, 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.80, 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.84, 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.35, 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.7, 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.52, 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.15, 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.72, 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.26, 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.36, 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.336, 2006-12-23 20:04:23+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/field.h@1.193, 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.193, 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.108, 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.1.6, 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.91, 2006-12-23 20:04:25+01:00, kent@mysql.com +1 -2
    Changed header to GPL version 2 only

  sql/log.cc@1.199, 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.217, 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.127, 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.426, 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.94, 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.235, 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.175, 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.79, 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.5, 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.227, 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.215, 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.3.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.1.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.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.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.41, 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.8, 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.2.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.334, 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.206, 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.19, 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.39, 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.2344.14.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.2873.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.1.5, 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.2873.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.2344.10.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.42.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.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.2344.1.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.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.2344.6.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.2344.3.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.1.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.2344.3.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.1.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.2887.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.42.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.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.2881.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.1.219, 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.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.2294.44.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.2294.42.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.2294.42.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.2248.185.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.1616.2874.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.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.2853.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.2853.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.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.2839.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.2828.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.2827.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.

