-
**URL**: https://drive.google.com/drive/u/0/folders/0B3hlzk8SdoIgdHpfejBJdlJNVW8
**Browser / Version**: Firefox 64.0
**Operating System**: Linux
**Tested Another Browser**: Yes
**Problem type**:…
-
will it crash ?
can it continue when we extend the disk space ?
-
I could use some help with a downtime we encountered using gh-ost today.
First we had no problem with the replica only tests and testing minor tables but we just tried it out on what we thought cou…
-
If there is an ongoing transaction and VTGate receives auto-commit value as true.
In the form of
1. Session variable value of auto-commit set to true
2. SET autocommit = 1
3. SET autocommit = tru…
-
## Why are we implementing it? (sales eng)
To elaborate on what throughputs citus can scale to.
Could show benchmarks(for both \COPY and INSERTS) related citus and MX.
### What are the typical us…
-
Topology entity with placeholder version is only needed to create fresh new topology because topology id doesn't exist at that time but topology version requires topology id.
`addTopology` method is …
-
#2724 mentioned that there's a need to support for arbitrary SET statements. Looking at the list [here](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html), many of those variables a…
-
Creating this issue so we do not lose track of it.
Here is part the traceback got back from the JobStatusLite logs
```
2014-07-09 11:29:16,067:ERROR:StatusPoller:Unhandled error in statusPoller(Data…
-
I'm looking to support multi-table delete syntax. This is defined per the mysql spec here: http://dev.mysql.com/doc/refman/5.7/en/delete.html
Here's an example query:
```sql
DELETE sr, ais
FR…
-
We're working on migrating more and more databases onto Vitess and one thing we run into often is the `Row count exceeded` exceptions. The only way for us to really test this is to flip vitess on, and…