Commit Graph

860 Commits

Author SHA1 Message Date
Shlomi Noach
17c424f671 tests adaptation for 5.7 2017-08-22 11:08:02 +03:00
Shlomi Noach
7e4d0d5721 Merge branch 'master' into json-57-tests 2017-08-21 08:44:14 +03:00
Shlomi Noach
3abf74871b Merge pull request #459 from github/interpolate-params
interpolateParams=true: client side prepared statements
2017-08-09 11:58:00 +03:00
Shlomi Noach
30ffe2b331 Merge branch 'master' into json-57-tests 2017-07-27 08:30:08 +03:00
Shlomi Noach
e52c1de341 Merge branch 'master' into interpolate-params 2017-07-27 08:26:53 +03:00
Shlomi Noach
ed5c8044e9 Merge pull request #462 from github/concurrent-migrations-doc
documenting concurrent migrations
2017-07-26 14:27:40 +03:00
Shlomi Noach
479c22867e documenting concurrent migrations 2017-07-26 14:24:47 +03:00
Shlomi Noach
93d8ccbf12 testing 5.7 and JSON 2017-07-26 12:29:32 +03:00
Shlomi Noach
d6f1675f1b Merge branch 'master' into interpolate-params 2017-07-26 10:01:41 +03:00
Arthur Nogueira Neves
6e51068c84 Merge pull request #458 from github/arthurnn/context_test
Dont share the same context in the table name tests
2017-07-25 09:45:59 -07:00
Shlomi Noach
d9a23a2212 interpolateParams=true: client side prepared statements 2017-07-25 09:21:30 +03:00
Arthur Neves
02359b2a79
Dont share the same context in the table name tests 2017-07-24 06:26:31 -04:00
Arthur Nogueira Neves
5294ab6bd1 Merge pull request #457 from github/arthurnn/add_force_table_arg
Add a force-table-names command flag
2017-07-23 20:08:30 -04:00
Shlomi Noach
cba462a448 Merge branch 'master' into arthurnn/add_force_table_arg 2017-07-23 06:51:47 +03:00
Arthur Neves
843c74f960
Add a force-table-names command flag
usage example:
```
gh-ost  ...  --force-table-names=migration_tbl
```

The force-table-names flag will receive a table name and use that name
when creating the _del, _gho, _ghc tables.
For instance for that example above, the tables would be:

_migration_tbl_del
_migration_tbl_gho
_migration_tbl_ghc

[fixes #399]
2017-07-21 15:37:57 -04:00
Arthur Nogueira Neves
b0ad6002b7 Merge pull request #456 from github/arthurnn/fix_readme_conding_link
Fix coding guide link from readme
2017-07-21 13:35:08 -04:00
Arthur Neves
94b18b2d72
Fix coding guide link from readme
It was pointing to an old folder. Now should work, and use a relative path
2017-07-21 11:18:55 -04:00
Shlomi Noach
b336409621 release 1.0,40 2017-07-21 06:37:27 +03:00
Shlomi Noach
40eb800661 Merge pull request #452 from github/datetime-6-millis-corruption
timestamp/datetime submillis corruption fix
2017-07-21 06:36:24 +03:00
Shlomi Noach
5af587a92b Merge branch 'master' into datetime-6-millis-corruption 2017-07-20 17:19:59 +03:00
Shlomi Noach
2f4e226b67 Merge pull request #453 from github/dynamic-dml-batch-size
Dynamic DML batch size; apadting buffer size to match
2017-07-20 16:47:41 +03:00
Shlomi Noach
e2c14f5aba Merge branch 'master' into dynamic-dml-batch-size 2017-07-20 16:47:22 +03:00
Shlomi Noach
d05f0cebc3 Merge pull request #451 from github/long-table-names
ghost/changelog/del table names support max characters limit
2017-07-20 16:47:11 +03:00
Shlomi Noach
260374aeb9 Merge branch 'master' into long-table-names 2017-07-20 16:46:41 +03:00
Shlomi Noach
de0ebcbbb0 documentation 2017-07-19 16:48:22 +03:00
Shlomi Noach
6da0b8af3d Dynamic DML batch size; apadting buffer size to match 2017-07-19 16:44:18 +03:00
Shlomi Noach
f136123282 Merge branch 'master' into datetime-6-millis-corruption 2017-07-19 15:59:54 +03:00
Shlomi Noach
94a325c6b4 Merge pull request #447 from github/case-insensitive-columns
handling column name case change
2017-07-19 15:59:00 +03:00
Shlomi Noach
3bea583595 fixed fraction of the second problem 2017-07-19 15:54:39 +03:00
Shlomi Noach
e113d2703c timestamp/datetime submillis corruption fix 2017-07-19 15:38:24 +03:00
Shlomi Noach
39e73e37d0 testing context.TimestampOldTable 2017-07-19 15:22:46 +03:00
Shlomi Noach
168676bd9d ghost/changelog/del table names support max characters limit 2017-07-19 15:14:03 +03:00
Shlomi Noach
4a3a5a1ce1 Merge branch 'master' into case-insensitive-columns 2017-07-16 06:51:39 +03:00
Shlomi Noach
dd10b527f7 Merge pull request #445 from github/investigate-kill
responding to errors in rowcopy
2017-07-16 06:51:12 +03:00
Shlomi Noach
a23e5adc48 added test expecting failure in case-change to shared key column name 2017-07-12 12:41:10 +03:00
Shlomi Noach
effae08fbf supporting change of column name-case 2017-07-12 12:33:32 +03:00
Shlomi Noach
bf5489a56d handling column name case change 2017-07-12 11:59:39 +03:00
Shlomi Noach
e6dd2c90d2 responding to errors in rowcopy 2017-07-11 13:39:11 +03:00
Shlomi Noach
787419ac2e Merge pull request #440 from github/throttle-http-freno-aware
freno-aware http-throttler
2017-07-09 07:38:34 +03:00
Shlomi Noach
81403699b7 Merge branch 'master' into throttle-http-freno-aware 2017-07-05 10:16:56 +03:00
Shlomi Noach
515e2bedb8 Merge pull request #438 from github/dml-batch-size-cap
--dml-batch-size cap at 1000
2017-07-05 10:11:35 +03:00
Shlomi Noach
a8932ee1b8 freno-aware http-throttler 2017-07-04 10:28:09 +03:00
Shlomi Noach
f9788a61ed Merge branch 'master' into dml-batch-size-cap 2017-07-04 08:54:49 +03:00
Shlomi Noach
095863b774 dml-batch-size capped at 1000 2017-07-04 08:50:25 +03:00
Shlomi Noach
31005ac706 Merge pull request #405 from jacobbednarz/fix-variables-spelling
thank you!
2017-06-29 20:55:13 +03:00
Shlomi Noach
36bcc031ce Merge branch 'master' into fix-variables-spelling 2017-06-29 20:53:49 +03:00
Shlomi Noach
e8b384e43c supporting greater batch size 2017-06-28 19:35:55 +03:00
Shlomi Noach
340a93cc98 Merge pull request #433 from github/doc-fixes
Doc update for building from source
2017-06-21 08:46:09 +03:00
Shlomi Noach
d153402438 Doc update for building from source 2017-06-21 08:44:26 +03:00
Shlomi Noach
c211ebad01 Merge pull request #426 from groodt/patch-1
Update to state RDS works, but has it's own limitations
2017-06-11 08:57:24 +03:00