-
**https://dev.mysql.com/doc/refman/5.7/en/datetime.html
The TIMESTAMP data type is used for values that contain both date and time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-0…
-
The problem:
I made a ddl on a online table, in case of table lock, I use mysql gh-ost tool. when using gh-ost tool,
old data would be write into a temp table and made a lot row events. after ddl …
-
I have been running into this issue when running `gh-ost` inside of some of our docker containers. When the hostname of the docker container is at least 61 characters in length, I get the following er…
-
Triggers can be supported by `gh-ost`. This is not on our immediate roadmap, and so it's an ideal opportunity for community contribution.
Some notes:
- as far as I can see, all sorts of triggers coul…
-
in order to support `gh-ost`'s need for a MySQL binlog, we want to optionally enable 1-day backups on a replica.
-
I use mySql 5.7 and I tried to do all the necessary actions in order to run the commands and I get the error:
[gh-ost]# bin/gh-ost --user=**** --password=**** --host=**** --switch-to-rbr --dat…
-
It would be great if we could get the status info available as JSON, perhaps with a `status-json` command. This would make things easier to parse by other tools and more future-proof as we don't have…
-
Hello,
I would have a question regarding the cleanup phase of gh-ost.
After running an alter, gh-ost exited successfully.
Here are the logs from that run:
```
Copy: 66215590/66215590 100.0%; Ap…
-
Azure Single Server.
MySQL verison 8.0.24
Ghost Version - gh-ost-1.1.4-1.x86_64.rpm
ghost command:
gh-ost \
--assume-rbr \
--allow-on-master \
--azure \
--max-load=Threads_running=10 \
--…
-
> gh-ost Refer to this document for switching order :https://github.com/github/gh-ost/issues/82
Suppose now operating DDL on table `a`, three temporary tables `_a_del`, `_a_gho`, and`_a_ghc` will b…