swanhart-tools icon indicating copy to clipboard operation
swanhart-tools copied to clipboard

Swanhart Toolkit - MySQL tools for MPP query, Materialized Views, Async queries, and JSON UDF

Results 18 swanhart-tools issues
Sort by recently updated
recently updated
newest added

mysqlbinog (mariadb-binlog) output on MariaDB 10.4+ changes BEGIN to START TRANSACTION. This is not a problem with MySQL 5.8 or MySQL 5.8.

bug
Flexviews

I have created a materialized view to be a view of a single table (using a nested set model) that joins onto itself a couple of times. The resulting view...

bug
Flexviews

executing: echo "select smiles from products_structure_query where match_substructure(screen, molecule, 'CCC');" | sudo php run_query --ini=bootstrap.ini results in: ERRORS RETURNED BY OPERATION: Array ( [0] => While getting coordinator columns: 1054Unknown...

Shard-Query
docbug

Hello! I've found lot of weirdnesses when trying to use COMPLETE refresh views: 1. enable() actually does not enable mview: it does not set flexviews.mview.mview_enabled flag 2. disable() actually does...

PHP Strict Standards: Only variables should be passed by reference in /home/users/klarka/wc/2/libs/shard-query/include/shard-query.php on line 2115. What about some refactoring to support strict PHP 5.5 + a coding standard? http://www.php-fig.org/psr/psr-2/ I...

enhancement
Shard-Query

I have a schema called "archive" (shard1), where are the large tables I want to query. I don't want to create any temporary tables in this schema (because it's replicated),...

enhancement
Shard-Query

Need to assign a query_id to each query. Before starting execution, each worker thread should check a table to see if query is killed Queries sent to shards should have...

enhancement
Shard-Query

There is a possibility for situation in which you can enable a incremental view, but cannot refresh it due to wrong order of tables being joined and 'unknown column' exception....

bug
Flexviews

The synopsis of [UTIL_API/refresh](http://greenlion.github.io/swanhart-tools/flexviews/manual.html#UTIL5fAPI2frefresh) is missing arguments: ``` SYNOPSIS flexviews.refresh(v_mview_id, FUNCTION ```

bug
question
Flexviews

PHP Notice: Undefined index: database_nametable_namenumber in /path/to/swanhart-tools-master/flexviews/consumer/include/flexcdc.php on line 393

bug
Flexviews