d47081
d47081
What this message means in simple words? I just want to update NS records and get new settings reject by this message. Must I wait for new block?
Maybe this one? https://github.com/manticoresoftware/manticoresearch-php/blob/master/docs/indexclass.md#create _If a setting can have multiple values, an array of values will be used, like:_ ``` $index->setName('mynewindex'); $index->create([], [ 'type' => 'distributed', 'local' => [ 'local_index_1',...
Take a look at these updates also #1578 #1577
Thanks for advice, but timeout is not an option, because calculating page loading time in ms at this interval. I'm beginner in GTK, but suppose, I can resolve this issue...
As understand, not 'delivered' mails are pending in `queue` table (SQLite) so if the lifetime of queue infinitive (until both nodes connected) it has no sense to make any alerts...
As understand, usually `Label` is the container for small text (e.g. subjects for input , or so) that's strange to use it for text document that contains about 1k chars....
Okay, thank you!
``` mysqldump --version mysqldump Ver 10.19 Distrib 10.11.4-MariaDB, for debian-linux-gnu (x86_64) ```
Disabled everything.. `DATABASE()` inserting fails ``` mysqldump -h0 -P9306 --skip-triggers --lock-tables=false manticore --databases=yo_document > index.sql mysqldump: Couldn't execute 'SELECT engine, table_type FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = DATABASE() AND table_name =...
Sorry for late reply, this problem was magically fixed after removing binlog https://github.com/manticoresoftware/manticoresearch/issues/1716#issuecomment-1883966288