From 0d8fa3e2bde0522efb9fba03bb2cd2d1ab38da06 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 26 Nov 2017 15:10:20 +0100 Subject: [PATCH] add a note about display of bit values in MySQL console to the README file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 65dcca48..d94b17ab 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,9 @@ New items will be queued in your pull queue. The queue will be gradually cleared based on your `syncing.max_pull_items` settings. You can check the backlog of this queue at the `/admin` page. +**Note**: If you set the bit for pulling or pushing in the MySQL console, it won't be visible in a `SELECT` query. +MySQL will however inform you about changed rows after `UPDATE` queries. + ## How submissions are processed 1. The /submit endpoint takes a `?url=` parameter.