Shlomi Noach
|
48b02833ba
|
gofmt
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-05-04 18:46:20 +03:00 |
|
Shlomi Noach
|
91dec1a0f2
|
Merge branch 'master' into enum-to-varchar
|
2021-05-04 18:45:20 +03:00 |
|
Shlomi Noach
|
82bdf066e9
|
fix compilation error
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-05-02 20:59:50 +03:00 |
|
Shlomi Noach
|
6e5b665c55
|
apply EnumValues to mapped column
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-05-02 20:56:02 +03:00 |
|
Shlomi Noach
|
e80ddb42c9
|
store enum values, use when populating
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-05-02 20:44:39 +03:00 |
|
Shlomi Noach
|
95ee9e2144
|
fix insert query
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-05-02 19:37:25 +03:00 |
|
Shlomi Noach
|
939b898ea9
|
first attempt at setting enum-to-string right
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-05-02 19:28:19 +03:00 |
|
Tim Vaillancourt
|
157dba920c
|
Add mysql port and version
|
2021-04-03 23:24:29 +02:00 |
|
Tim Vaillancourt
|
23a421cef7
|
Add 'Hostname:' prefix to output
|
2021-04-03 22:34:20 +02:00 |
|
Tim Vaillancourt
|
5e9b913035
|
Merge branch 'master' into add-server-cmd-hosts
|
2021-04-02 16:59:56 +02:00 |
|
Tim Vaillancourt
|
123b46f9bb
|
Split into 'applier' and 'inspector' commands
|
2021-04-02 16:57:13 +02:00 |
|
Tim Vaillancourt
|
cffb523bad
|
Fix help typo
|
2021-04-02 02:02:08 +02:00 |
|
Tim Vaillancourt
|
7ea47cbfb5
|
Fix order
|
2021-04-02 01:58:59 +02:00 |
|
Tim Vaillancourt
|
094d11d722
|
Use a single line
|
2021-04-02 01:58:06 +02:00 |
|
Tim Vaillancourt
|
2fb524f43a
|
Adds 'hosts' command to server
|
2021-04-02 01:50:11 +02:00 |
|
Rashiq
|
db513872c1
|
Merge branch 'master' into iss909
|
2021-03-08 18:20:03 +01:00 |
|
Shlomi Noach
|
b688c58a45
|
ETAUnknown constant
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-03-07 14:16:04 +02:00 |
|
Shlomi Noach
|
76b9c16a68
|
N/A denoted by negative value
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-03-07 11:27:50 +02:00 |
|
Shlomi Noach
|
51719a2b76
|
GH_OST_ETA_NANOSECONDS
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-03-07 11:11:50 +02:00 |
|
Shlomi Noach
|
54000ab516
|
hooks: reporting GH_OST_ETA_SECONDS. ETA stored as part of migration context
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-03-07 10:47:40 +02:00 |
|
thsun
|
40bc5aedf2
|
enhance processing efficiency
|
2021-02-26 14:23:24 +08:00 |
|
thsun
|
960d801276
|
canonical code
|
2021-02-24 17:18:21 +08:00 |
|
Shlomi Noach
|
dea8d54be0
|
Merge branch 'master' into limit-mysql-connetions
|
2021-02-22 12:31:07 +02:00 |
|
Shlomi Noach
|
710c9ddda5
|
All MySQL DBs limited to max 3 concurrent/idle connections
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-02-18 10:44:47 +02:00 |
|
Tim Vaillancourt
|
048d5838db
|
Fix whitespace after merge-conflict fix
|
2021-02-08 13:37:39 +01:00 |
|
Tim Vaillancourt
|
72ccd0b0d0
|
Fix whitespace after merge-conflict fix
|
2021-02-08 13:36:59 +01:00 |
|
Tim Vaillancourt
|
edbc8d6733
|
Merge branch 'master' into improve-conn-log
|
2021-02-08 13:35:30 +01:00 |
|
Shlomi Noach
|
4a36e246c0
|
Merge pull request #14 from ccoffey/cathal/safer_cut_over
Cut-over should wait for heartbeat lag to be low enough to succeed
|
2021-02-07 17:41:59 +02:00 |
|
Cathal Coffey
|
3135a25c1f
|
HeartbeatLag must be < than --max-lag-millis and --cut-over-lock-timeout-seconds to continue
|
2021-02-07 14:31:40 +00:00 |
|
Cathal Coffey
|
503b7b0d6c
|
Consolidate the two sleepWhileTrue loops
|
2021-02-07 13:52:59 +00:00 |
|
Cathal Coffey
|
d5c2414893
|
Move 'heartbeat is too high' back to Debug logs again
|
2021-02-05 10:12:54 +00:00 |
|
Cathal Coffey
|
48ce0873de
|
Store lastHeartbeatOnChangelogTime instead of CurrentHeartbeatLag
|
2021-02-03 10:03:45 +00:00 |
|
Cathal Coffey
|
4efd156759
|
Move 'heartbeat is too high' to Debug logs
|
2021-02-02 09:17:31 +00:00 |
|
Cathal Coffey
|
8a26c9ebf4
|
Don't cut-over until it is safe to do so
|
2021-02-01 10:14:05 +00:00 |
|
Cathal Coffey
|
a4218cd6f4
|
Progress should print HeartbeatLag
|
2021-01-31 18:27:34 +00:00 |
|
Cathal Coffey
|
8aee288fd7
|
Handle onChangelogHeartbeatEvent and update CurrentHeartbeatLag
|
2021-01-31 18:24:26 +00:00 |
|
Cathal Coffey
|
7207bc146a
|
Make it easier to handle different onChangelogEvents
|
2021-01-31 18:23:09 +00:00 |
|
Shlomi Noach
|
b7b3bfbd34
|
skip analysis of generated column data type in unique key
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
2021-01-19 13:42:45 +02:00 |
|
thsun
|
2b5d5e0a11
|
gofmt
|
2021-01-14 14:51:14 +08:00 |
|
thsun
|
d0f0b95cf8
|
rm main
|
2021-01-13 17:21:21 +08:00 |
|
thsun
|
3665d666b9
|
fix iss909
|
2021-01-13 16:29:39 +08:00 |
|
Shlomi Noach
|
525a80d62e
|
Merge branch 'master' into copy-auto-increment
|
2021-01-05 09:08:33 +02:00 |
|
Shlomi Noach
|
63219ab3e3
|
adding test for user defined AUTO_INCREMENT statement
|
2020-12-31 11:48:46 +02:00 |
|
Shlomi Noach
|
af20211629
|
parsing AUTO_INCREMENT from alter query, reading AUTO_INCREMENT from original table, applying AUTO_INCREMENT value onto ghost table if applicable and user has not specified AUTO_INCREMENT in alter statement
|
2020-12-31 11:01:13 +02:00 |
|
Tim Vaillancourt
|
bf408b0d0e
|
Merge branch 'master' into master
|
2020-12-16 12:53:59 +01:00 |
|
Tim Vaillancourt
|
88e59dd2a3
|
Merge branch 'master' into master
|
2020-10-22 23:22:32 +02:00 |
|
Tim Vaillancourt
|
8c4cd10d79
|
Merge branch 'master' into ipv6
|
2020-10-22 11:39:46 +02:00 |
|
Tim Vaillancourt
|
0e2d33ad86
|
Merge in https://github.com/github/gh-ost/pull/755
|
2020-10-20 16:08:49 +02:00 |
|
Tim Vaillancourt
|
f268259f5e
|
Merge branch 'master' into handle_driver_timeout_error
|
2020-08-19 22:04:55 +02:00 |
|
Tim Vaillancourt
|
10724f08c5
|
Merge branch 'parse-alter-statement' of https://github.com/openark/gh-ost into parse-alter-statement
|
2020-08-19 21:39:36 +02:00 |
|