Skip to content

Tags: abmyii/go-mysql-server

Tags

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#594 from dolthub/aaron/join-iter-memory-leak

sql/plan: Fix join iterators to always Close() their secondary RowIter. Fix Subquery to Dispose its subquery.

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#445 from dolthub/zachmu/issue-439

Allow limits and offsets to use value args (? in prepared statements)

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#353 from dolthub/zachmu/subquery-col-aliases

Column aliases for subqueries

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#274 from dolthub/zachmu/index-bug

Fixed various bugs in subquery execution, added table ordering optimization

0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#218 from dolthub/aaron/fix-tests-for-race-…

…mode

Fix unit tests to run with -race.

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#159 from liquidata-inc/zachmu/vitess-fork

Updated references for hard fork of vitess

v0.5.1

Verified

This commit was signed with the committer’s verified signature.
ajnavarro Antonio Navarro Perez
Fix KILL to try to kill by the query ID instead of connID

Signed-off-by: Antonio Jesus Navarro Perez <[email protected]>

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#617 from kuba--/fix-611/create-table

Upgrade go-vitess.v1 to version v1.5.0

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#613 from kuba--/fix-612/checksum

Fix checksum for multi underlying tables.

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dolthub#574 from erizocosmico/fix/column-prune-fix…

…-fields

analyzer: fix fields of subqueries too on prune_columns