Changeset: d5354048784a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d5354048784a Modified Files: clients/Tests/MAL-signatures_all.stable.out clients/Tests/MAL-signatures_fits_geom.stable.out clients/Tests/MAL-signatures_geom.stable.out clients/Tests/MAL-signatures_none.stable.out Branch: Oct2014 Log Message:
Approved after changeset 027be675347f. diffs (100 lines): diff --git a/clients/Tests/MAL-signatures_all.stable.out b/clients/Tests/MAL-signatures_all.stable.out --- a/clients/Tests/MAL-signatures_all.stable.out +++ b/clients/Tests/MAL-signatures_all.stable.out @@ -41536,6 +41536,10 @@ pattern sql.copy_from(sname:str,tname:st address mvc_import_table_wrap; comment Import a table from bstream s with the given tuple and seperators (sep/rsep) +pattern sql.create_func_upgrade_oct2014(f:str):int +address UPGcreate_func; +comment Create the function described by f, needed for the Oct2014 upgrade + pattern sql.clear_table{unsafe}(sname:str,tname:str):wrd address mvc_clear_table_wrap; comment Clear table @@ -41636,6 +41640,10 @@ pattern sql.db_users():bat[:oid,:str] address db_users_wrap; comment return table of users with sql scenario +pattern sql.drop_func_upgrade_oct2014(id:int):int +address UPGdrop_func; +comment Drop the function identified by id, needed for the Oct2014 upgrade + pattern sql.dropDeclaredTables{unsafe}(nr:int):void address mvc_drop_declared_tables_wrap; comment drop top n declared tables diff --git a/clients/Tests/MAL-signatures_fits_geom.stable.out b/clients/Tests/MAL-signatures_fits_geom.stable.out --- a/clients/Tests/MAL-signatures_fits_geom.stable.out +++ b/clients/Tests/MAL-signatures_fits_geom.stable.out @@ -41425,6 +41425,10 @@ pattern sql.copy_from(sname:str,tname:st address mvc_import_table_wrap; comment Import a table from bstream s with the given tuple and seperators (sep/rsep) +pattern sql.create_func_upgrade_oct2014(f:str):int +address UPGcreate_func; +comment Create the function described by f, needed for the Oct2014 upgrade + pattern sql.clear_table{unsafe}(sname:str,tname:str):wrd address mvc_clear_table_wrap; comment Clear table @@ -41525,6 +41529,10 @@ pattern sql.db_users():bat[:oid,:str] address db_users_wrap; comment return table of users with sql scenario +pattern sql.drop_func_upgrade_oct2014(id:int):int +address UPGdrop_func; +comment Drop the function identified by id, needed for the Oct2014 upgrade + pattern sql.dropDeclaredTables{unsafe}(nr:int):void address mvc_drop_declared_tables_wrap; comment drop top n declared tables diff --git a/clients/Tests/MAL-signatures_geom.stable.out b/clients/Tests/MAL-signatures_geom.stable.out --- a/clients/Tests/MAL-signatures_geom.stable.out +++ b/clients/Tests/MAL-signatures_geom.stable.out @@ -41401,6 +41401,10 @@ pattern sql.copy_from(sname:str,tname:st address mvc_import_table_wrap; comment Import a table from bstream s with the given tuple and seperators (sep/rsep) +pattern sql.create_func_upgrade_oct2014(f:str):int +address UPGcreate_func; +comment Create the function described by f, needed for the Oct2014 upgrade + pattern sql.clear_table{unsafe}(sname:str,tname:str):wrd address mvc_clear_table_wrap; comment Clear table @@ -41501,6 +41505,10 @@ pattern sql.db_users():bat[:oid,:str] address db_users_wrap; comment return table of users with sql scenario +pattern sql.drop_func_upgrade_oct2014(id:int):int +address UPGdrop_func; +comment Drop the function identified by id, needed for the Oct2014 upgrade + pattern sql.dropDeclaredTables{unsafe}(nr:int):void address mvc_drop_declared_tables_wrap; comment drop top n declared tables diff --git a/clients/Tests/MAL-signatures_none.stable.out b/clients/Tests/MAL-signatures_none.stable.out --- a/clients/Tests/MAL-signatures_none.stable.out +++ b/clients/Tests/MAL-signatures_none.stable.out @@ -41214,6 +41214,10 @@ pattern sql.copy_from(sname:str,tname:st address mvc_import_table_wrap; comment Import a table from bstream s with the given tuple and seperators (sep/rsep) +pattern sql.create_func_upgrade_oct2014(f:str):int +address UPGcreate_func; +comment Create the function described by f, needed for the Oct2014 upgrade + pattern sql.clear_table{unsafe}(sname:str,tname:str):wrd address mvc_clear_table_wrap; comment Clear table @@ -41314,6 +41318,10 @@ pattern sql.db_users():bat[:oid,:str] address db_users_wrap; comment return table of users with sql scenario +pattern sql.drop_func_upgrade_oct2014(id:int):int +address UPGdrop_func; +comment Drop the function identified by id, needed for the Oct2014 upgrade + pattern sql.dropDeclaredTables{unsafe}(nr:int):void address mvc_drop_declared_tables_wrap; comment drop top n declared tables _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list