rg
Subject: Re: BayesStore MariaDB on EL9
Hi,
for your information and anyone who comes across this problem: I have
opened an issue with RedHat.
https://issues.redhat.com/browse/RHEL-43418
It probably will be backported, but may take some time, maybe in 9.5 or
possibly later.
We'll see...
Hi,
for your information and anyone who comes across this problem: I have
opened an issue with RedHat.
https://issues.redhat.com/browse/RHEL-43418
It probably will be backported, but may take some time, maybe in 9.5 or
possibly later.
We'll see...
Regards,
Gerald
On 19.06.24 08:41, Gera
On 18.06.24 22:23, Bill Cole wrote:
On 2024-06-18 at 14:58:15 UTC-0400 (Tue, 18 Jun 2024 20:58:15 +0200)
Gerald Vogt
is rumored to have said:
Hi,
for a test, I have increased the column length of token to binary(32)
and used a test file to import containing a single token.
This time it wen
On 2024-06-18 at 14:58:15 UTC-0400 (Tue, 18 Jun 2024 20:58:15 +0200)
Gerald Vogt
is rumored to have said:
Hi,
for a test, I have increased the column length of token to binary(32)
and used a test file to import containing a single token.
This time it went through. However, as I suspected, t
Hi,
for a test, I have increased the column length of token to binary(32)
and used a test file to import containing a single token.
This time it went through. However, as I suspected, the token length is
not 5 byte. Token line from backup:
t 1 0 1718024618 027121926a
Hi!
I am trying to use a mariadb database as bayesstore, but it fails to
load tokens. Whenever it tries to insert something into bayes_token it
fails with an error
dbg: bayes: _put_token: SQL error: Data too long for column 'token' at row 1
The table has been created as mentioned in
https:/