Ansgar Becker
Ansgar Becker
So you all have set libmariadb.dll + any of the verification settings, leading to a "bad handshake", right? And setting libmysql-8.4.dll solves it, right?
@IgitBuh With the access to your server I now found something, hopefully helpful, after two hours: `mysql_real_connect()` always gets some `ClientFlag` parameters, which included `CLIENT_SSL` as soon as the SSL...
Thanks for your feedback!
Here we go. Next build disables the multi-line-per-row feature, which I suspect is the reason for that laggy performance. May reopen other issues, but these should be edge cases. Tests...
Does anyone still has this issue? I cannot reproduce it, so i would like to close this.
@webloft you will need to post more technical details, most important the number of rows and somehow the average size of the LONGTEXT contents in that table. Easiest way would...
For reproducing I created a simple table with larger random text contents in it: ``` CREATE TABLE `randomcontent` ( `id` INT NOT NULL AUTO_INCREMENT, `name` VARCHAR(50) NULL DEFAULT NULL COLLATE...
This is very normal behaviour. The first column is set as the "main column", for which reason the others are aligned to the right. I don't see any problem in...
Next build removes the "AutoSize" thing in the first column of the foreign key list. Please update and see if that really makes it better. 
The "table tools" dialog with the SQL export and other things could get a new tab "Generate data". That way we already have a table selection tree, and a dialog...