Mark Kennedy
Mark Kennedy
I guess this is because auto-play only applies to media items (with duration) because it's handled server side as a chain of LOADBGs and then allowed to play out? i.e...
> * `INSERT INTO ... RETURNING ` Mariadb (*not* MySQL) has `RETURNING` since 10.5, though if you just want to get a new primary key back older versions and MySQL...
@chadbillanderson if this global permissions change isn't ideal (it wasn't for us) you can add "remindbot" to whichever teams it should have posting rights to.
I too have noticed that the dump process is memory intensive when reading an input from stdin. I have a 10GB mysql dump, compressed to ~ 1GB. When transforming the...
@sondrelg ah yes, as I have just discovered :-/
Hi @xnuinside Yes I just noticed myself that the parser was interpreting it a regular column of type `e` - apologies! However MySQL allows `KEY` as a synonym of `INDEX`...
@xnuinside I have noticed that neither `KEY` nor `INDEX` is supported in `TABLE` definitions (i.e. no inline indexes as supported by mySQL and I believe recent-ish msSQL) so I guess...
@vinifmor I think this is due to trigger definitions in the dump. I get the same errors dumping a DB with triggers, which goes away when I use `--skip-triggers` in...