Commit Graph

882 Commits

Author SHA1 Message Date
Shlomi Noach
7c47c722e3 tests belonged in another branch 2017-09-05 06:38:55 +03:00
Shlomi Noach
0924a459f2 adding tests 2017-09-05 06:34:26 +03:00
Shlomi Noach
e2171e0162 Validating password length 2017-09-03 10:27:04 +03:00
Shlomi Noach
ed0fc1c7b9 Merge pull request #481 from github/autocommit
gh-ost uses autocommit=1 for all connections
2017-09-03 07:58:57 +03:00
Shlomi Noach
f2cd598376 Merge branch 'master' into autocommit 2017-09-03 07:55:13 +03:00
Shlomi Noach
b9050222e1 Merge pull request #487 from cjoudrey/rm-dead-code-in-migrator
Thank you
2017-09-03 07:48:50 +03:00
Christian Joudrey
2646a0a997
Remove unused acceptSignals in migrator 2017-09-02 21:59:09 -04:00
Shlomi Noach
a3ee81e116 Merge branch 'master' into autocommit 2017-08-30 11:40:56 +03:00
Shlomi Noach
3dd0c50b6d Merge pull request #473 from github/json-57-test
Supporting JSON columns
2017-08-30 11:40:45 +03:00
Shlomi Noach
10cafb71c0 gh-ost uses autocommit=1 for all connections 2017-08-30 11:38:22 +03:00
Shlomi Noach
c9f2da82f0 Merge branch 'master' into json-57-test 2017-08-27 08:01:02 +03:00
Shlomi Noach
7fa16df6aa Merge pull request #471 from github/range-query-offset
Range query offset
2017-08-27 08:00:40 +03:00
Shlomi Noach
4148a32c77 Merge branch 'master' into range-query-offset 2017-08-27 07:59:26 +03:00
Shlomi Noach
7c38a50b66 POINT limitation 2017-08-22 12:12:27 +03:00
Shlomi Noach
5a8ed7b6e9 clarifying JSON limitation in docs 2017-08-22 12:10:47 +03:00
Shlomi Noach
6a5ace1842 a slighly more interesting test 2017-08-22 12:02:57 +03:00
Shlomi Noach
2174588ebf Supporting JSON types 2017-08-22 11:51:20 +03:00
Shlomi Noach
a43796d5c5 added JSON UPDATE and DELETE tests 2017-08-22 11:50:50 +03:00
Shlomi Noach
88d6163ce2 adding json 5.7 tests 2017-08-22 11:20:58 +03:00
Shlomi Noach
a5081da328 Merge pull request #472 from github/tests-57
tests compatible with 5.7
2017-08-22 11:15:10 +03:00
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
e10add08a8 smaller chunk size for tests 2017-08-21 08:20:06 +03:00
Shlomi Noach
79e4f1cdbe detect range end based on OFFSET 2017-08-21 08:12:41 +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