mysql-5.6 icon indicating copy to clipboard operation
mysql-5.6 copied to clipboard

Facebook's branch of the Oracle MySQL v5.6 database. This includes MyRocks.

Results 105 mysql-5.6 issues
Sort by recently updated
recently updated
newest added

Summary: ### Summary When synchronizing engines, get the synchronization coordinates from P_S.log_status table, send from the server plugin to client plugin. Upon receiving, client plugin writes to a file `#clone/#synchronization_coordinates`....

CLA Signed

Code removal, they differed only by their names.

CLA Signed

Its sole purpose was to handle rollbacks of single-statement autocommit transactions: first, rocksdb_rollback rolled back the statement itself, set the flag, and then ha_rocksdb::external_lock used the flag to roll back...

CLA Signed

I tried to compile with the vector DB option by setting -DWITH_FB_VECTORDB=1 in cmake. However, I encountered the "undefined reference to `sgemm_'" error when compiling the faiss library. I was...