Tim Sehn

Results 334 comments of Tim Sehn

This works: ``` us-jails $ dolt sql-server --socket=/tmp/mysql.sock Starting server with Config HP="localhost:3306"|T="28800000"|R="false"|L="info"|S="/tmp/mysql.sock" ``` And other shell: ``` us-jails $ mysql ERROR 1045 (28000): User not found 'timsehn' us-jails $...

@JCOR11599 is going to try and bang this one out this afternoon since it is blocking you from making progress on your project.

This should be fixed by @JCOR11599 's PR which is now released.

This also requires implementing the `--commit` and `--no-commit` flags.

For this variable it also is not actually working. ie. there is no dolt commit on transaction commit: ``` mysql> set @@persist.dolt_transaction_commit = 1; Query OK, 1 row affected (0.00...

Note, it clones into the correct directory. It does not clone into `docs`. ``` dolt $ ls SHAQ/ dolt $ ls docs/ privs.json ```

That should probaly be a new bug and in the hosted-issues repository. It's possible the port to clone is not open on the hosted instance.

Would this one work better as a sql function? `select dolt_clone()`