mokraemer

Results 48 comments of mokraemer

Patch: adding missing exit from chrild process ``` diff -r 144b322c492c usertable.cpp --- a/usertable.cpp Mon Dec 23 14:55:20 2019 +0100 +++ b/usertable.cpp Mon Dec 23 14:58:58 2019 +0100 @@ -437,7...

it would be great to have at least support for column compression, since editing a column changes (the ugly string) "text /*!100301 COMPRESSED*/" to "text" Changing collations on compressed columns...

Is this already implemented? I'd really like to set some columns to compressed; I can do this by hand, but I fear on table updates this option will get removed...

> You have an option to convert all columns in one action on the settings page of the table ;) I know - but if you are importing 30 tables,...

Yeah, I know. I'm a developper too :) but sometimes you don't have enough time to fix and report all stuff and sometimes sth. has to "just work". I'll do...

sorry for the late reply. In 5.1.1 this is still valid. The table is created with the correct collation, but every column gets an alternate collation. => the database default...

can I do sth about this? I think the main problem is, that the import adds "collation" / "charset" to the table create statement. If this was omitted, the table...

nope. chrome shows autocompletion of predefined user data (e.g. my adress and others). With this setting it disappears. Most browsers just ignore the setting "off" and handle them as "not...

I've reverted my change - it has other implications. The problem results from the label "Name" if other labels in (any?) other form have the name "street" or anything. Looks...