Changeset: 173a17358a5a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=173a17358a5a
Modified Files:
        MonetDB/src/gdk/gdk.mx
        MonetDB/src/gdk/gdk_align.mx
        MonetDB/src/gdk/gdk_bat.mx
        MonetDB/src/gdk/gdk_batop.mx
        MonetDB/src/gdk/gdk_bbp.mx
        MonetDB/src/gdk/gdk_heap.mx
        MonetDB/src/gdk/gdk_logger.mx
        MonetDB/src/gdk/gdk_posix.mx
        MonetDB/src/gdk/gdk_relop.mx
        MonetDB/src/gdk/gdk_setop.mx
        MonetDB/src/gdk/gdk_storage.mx
        MonetDB4/src/modules/plain/decimal.mx
        MonetDB4/src/modules/plain/radix.mx
        MonetDB4/src/monet/monet_multiplex.mx
        MonetDB5/src/mal/mal.mx
        MonetDB5/src/mal/mal_function.mx
        MonetDB5/src/mal/mal_import.mx
        MonetDB5/src/mal/mal_instruction.mx
        MonetDB5/src/mal/mal_interpreter.mx
        MonetDB5/src/mal/mal_linker.mx
        MonetDB5/src/mal/mal_parser.mx
        MonetDB5/src/mal/mal_profiler.mx
        MonetDB5/src/mal/mal_recycle.mx
        MonetDB5/src/mal/mal_stack.mx
        MonetDB5/src/modules/atoms/url.mx
        MonetDB5/src/modules/kernel/bat5.mx
        MonetDB5/src/modules/kernel/batcalc.mx
        MonetDB5/src/modules/kernel/batmtime.mx
        MonetDB5/src/modules/kernel/status.mx
        MonetDB5/src/modules/mal/crackers/crackers_sideways.mx
        MonetDB5/src/modules/mal/mal_init.mx
        MonetDB5/src/modules/mal/profiler.mx
        MonetDB5/src/modules/mal/recycle.mx
        MonetDB5/src/modules/mal/tablet_sql.mx
        MonetDB5/src/modules/mal/tokenizer.mx
        MonetDB5/src/modules/mal/trader.mx
        MonetDB5/src/optimizer/opt_derivepath.mx
        MonetDB5/src/optimizer/opt_evaluate.mx
        MonetDB5/src/optimizer/opt_history.mx
        MonetDB5/src/optimizer/opt_joinpath.mx
        MonetDB5/src/optimizer/opt_mitosis.mx
        MonetDB5/src/optimizer/opt_octopus.mx
        MonetDB5/src/optimizer/opt_prelude.mx
        MonetDB5/src/optimizer/opt_recycler.mx
        MonetDB5/src/optimizer/opt_support.mx
        MonetDB5/src/scheduler/run_octopus.mx
        clients/src/mapiclient/mclient.mx
        pathfinder/runtime/pathfinder.mx
        sql/src/backends/monet5/sql.mx
        sql/src/backends/monet5/sql_gencode.mx
        sql/src/backends/monet5/sql_optimizer.mx
        sql/src/backends/monet5/sql_scenario.mx
        sql/src/common/sql_list.mx
        sql/src/common/sql_types.mx
        sql/src/server/rel_bin.mx
        sql/src/server/rel_exp.mx
        sql/src/server/rel_optimizer.mx
        sql/src/server/rel_schema.mx
        sql/src/server/rel_select.mx
        sql/src/server/rel_semantic.mx
        sql/src/server/rel_subquery.mx
        sql/src/server/sql_atom.mx
        sql/src/server/sql_mvc.mx
        sql/src/server/sql_parser.mx
        sql/src/server/sql_semantic.mx
        sql/src/server/sql_statement.mx
        sql/src/sql/createdb.mx
        sql/src/storage/bat/bat_storage.mx
        sql/src/storage/sql_catalog.mx
        sql/src/storage/store.mx
Branch: default
Log Message:

Merge from Jun2010 branch.


diffs (truncated from 18875 to 300 lines):

diff -r dc198a96657a -r 173a17358a5a MonetDB/src/common/dummy_gdk_utils.mx
--- a/MonetDB/src/common/dummy_gdk_utils.mx     Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/common/dummy_gdk_utils.mx     Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
-@'
-@' The Original Code is the MonetDB Database System.
-@'
-@' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-@' Copyright August 2008-2010 MonetDB B.V.
-@' All Rights Reserved.
+@/
+The contents of this file are subject to the MonetDB Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is the MonetDB Database System.
+
+The Initial Developer of the Original Code is CWI.
+Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+Copyright August 2008-2010 MonetDB B.V.
+All Rights Reserved.
+@
 
 @f dummy_gdk_utils
 @h
diff -r dc198a96657a -r 173a17358a5a MonetDB/src/common/monet_options.mx
--- a/MonetDB/src/common/monet_options.mx       Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/common/monet_options.mx       Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
-@'
-@' The Original Code is the MonetDB Database System.
-@'
-@' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-@' Copyright August 2008-2010 MonetDB B.V.
-@' All Rights Reserved.
+@/
+The contents of this file are subject to the MonetDB Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is the MonetDB Database System.
+
+The Initial Developer of the Original Code is CWI.
+Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+Copyright August 2008-2010 MonetDB B.V.
+All Rights Reserved.
+@
 
 @f monet_options
 @a N.J. Nes
diff -r dc198a96657a -r 173a17358a5a MonetDB/src/common/monet_utils.mx
--- a/MonetDB/src/common/monet_utils.mx Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/common/monet_utils.mx Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
-@'
-@' The Original Code is the MonetDB Database System.
-@'
-@' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-@' Copyright August 2008-2010 MonetDB B.V.
-@' All Rights Reserved.
+@/
+The contents of this file are subject to the MonetDB Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is the MonetDB Database System.
+
+The Initial Developer of the Original Code is CWI.
+Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+Copyright August 2008-2010 MonetDB B.V.
+All Rights Reserved.
+@
 
 @f monet_utils
 @a N.J. Nes
diff -r dc198a96657a -r 173a17358a5a MonetDB/src/common/stream.mx
--- a/MonetDB/src/common/stream.mx      Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/common/stream.mx      Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
-@'
-@' The Original Code is the MonetDB Database System.
-@'
-@' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-@' Copyright August 2008-2010 MonetDB B.V.
-@' All Rights Reserved.
+@/
+The contents of this file are subject to the MonetDB Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is the MonetDB Database System.
+
+The Initial Developer of the Original Code is CWI.
+Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+Copyright August 2008-2010 MonetDB B.V.
+All Rights Reserved.
+@
 
 @f stream
 @a Niels Nes
diff -r dc198a96657a -r 173a17358a5a MonetDB/src/gdk/gdk.mx
--- a/MonetDB/src/gdk/gdk.mx    Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/gdk/gdk.mx    Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
-@'
-@' The Original Code is the MonetDB Database System.
-@'
-@' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-@' Copyright August 2008-2010 MonetDB B.V.
-@' All Rights Reserved.
+@/
+The contents of this file are subject to the MonetDB Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is the MonetDB Database System.
+
+The Initial Developer of the Original Code is CWI.
+Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+Copyright August 2008-2010 MonetDB B.V.
+All Rights Reserved.
+@
 
 @f gdk
 @t The Goblin Database Kernel
diff -r dc198a96657a -r 173a17358a5a MonetDB/src/gdk/gdk_align.mx
--- a/MonetDB/src/gdk/gdk_align.mx      Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/gdk/gdk_align.mx      Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
-@'
-@' The Original Code is the MonetDB Database System.
-@'
-@' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-@' Copyright August 2008-2010 MonetDB B.V.
-@' All Rights Reserved.
+@/
+The contents of this file are subject to the MonetDB Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is the MonetDB Database System.
+
+The Initial Developer of the Original Code is CWI.
+Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+Copyright August 2008-2010 MonetDB B.V.
+All Rights Reserved.
+@
 
 @f gdk_align
 @a Peter Boncz, Niels Nes
diff -r dc198a96657a -r 173a17358a5a MonetDB/src/gdk/gdk_atoms.mx
--- a/MonetDB/src/gdk/gdk_atoms.mx      Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/gdk/gdk_atoms.mx      Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
-@'
-@' The Original Code is the MonetDB Database System.
-@'
-@' The Initial Developer of the Original Code is CWI.
-@' Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
-@' Copyright August 2008-2010 MonetDB B.V.
-@' All Rights Reserved.
+@/
+The contents of this file are subject to the MonetDB Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is the MonetDB Database System.
+
+The Initial Developer of the Original Code is CWI.
+Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
+Copyright August 2008-2010 MonetDB B.V.
+All Rights Reserved.
+@
 
 @f gdk_atoms
 @a M. L. Kersten, P. Boncz
diff -r dc198a96657a -r 173a17358a5a MonetDB/src/gdk/gdk_bat.mx
--- a/MonetDB/src/gdk/gdk_bat.mx        Wed Jun 16 11:49:23 2010 +0200
+++ b/MonetDB/src/gdk/gdk_bat.mx        Wed Jun 16 13:49:22 2010 +0200
@@ -1,19 +1,21 @@
-@' The contents of this file are subject to the MonetDB Public License
-@' Version 1.1 (the "License"); you may not use this file except in
-@' compliance with the License. You may obtain a copy of the License at
-@' http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
-@'
-@' Software distributed under the License is distributed on an "AS IS"
-@' basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-@' License for the specific language governing rights and limitations
-@' under the License.
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to