LCOV - code coverage report
Current view: top level - export/scratch1/home/monet/testing/f8e03e321dba-5-1-1/build/sql/backends/monet5 - 58_hot_snapshot.sql.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 2 2 100.0 %
Date: 2024-04-26 00:35:57 Functions: 1 1 100.0 %

          Line data    Source code
       1             : unsigned char _58_hot_snapshot_sql[539] = {
       2             : "create procedure sys.hot_snapshot(tarfile string)\n"
       3             : "  external name sql.hot_snapshot;\n"
       4             : "create procedure sys.hot_snapshot(tarfile string, onserver bool)\n"
       5             : "  external name sql.hot_snapshot;\n"
       6             : "create user \".snapshot\"\n"
       7             : "  with encrypted password '00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'\n"
       8             : "  name 'Snapshot User'\n"
       9             : "  schema sys;\n"
      10             : "grant execute on procedure sys.hot_snapshot(string) to \".snapshot\";\n"
      11             : "grant execute on procedure sys.hot_snapshot(string, bool) to \".snapshot\";\n"
      12             : };
      13             : #include "monetdb_config.h"
      14             : #include "sql_import.h"
      15             : #ifdef _MSC_VER
      16             : #undef read
      17             : #pragma section(".CRT$XCU",read)
      18             : #endif
      19         331 : LIB_STARTUP_FUNC(init_58_hot_snapshot_sql)
      20         331 : { sql_register("58_hot_snapshot", _58_hot_snapshot_sql); }

Generated by: LCOV version 1.14