Commit Graph

1165 Commits

Author SHA1 Message Date
Shlomi Noach
a7aa4eb2c0 adding latin1 2018-11-20 19:48:59 +02:00
Shlomi Noach
5d4d1cd31b more interesting sample data 2018-11-20 19:37:51 +02:00
Shlomi Noach
13b17b93c4 testing: convert to character set utf8mb4 2018-11-20 19:35:03 +02:00
Shlomi Noach
2d9d602729
Merge pull request #663 from jrgm/fix-sha256-go-darwin
Correct the go SHA used in script/ensure-go-installed for Darwin
2018-11-11 09:04:08 +01:00
John Morrison
f98ef18278 Correct the go SHA used in script/ensure-go-installed 2018-11-01 22:20:18 -07:00
Shlomi Noach
bca6be2343
Merge pull request #659 from github/test-bit-support
BIT datatype tests
2018-11-01 15:44:48 +02:00
Shlomi Noach
c32823c10a BIT datatype tests 2018-11-01 15:27:28 +02:00
Shlomi Noach
32f2b063d8
Merge pull request #652 from HaraldNordgren/go_versions
thank you
2018-10-21 14:25:42 +03:00
Harald Nordgren
967baf9e3c Bump Travis versions 2018-10-21 13:06:58 +02:00
Shlomi Noach
f41df8e609 v1.0.47 2018-10-16 11:50:37 +03:00
Shlomi Noach
0c37a6daee
Merge pull request #651 from github/test-throttle-file
localtests support throttle flag file
2018-10-16 11:42:37 +03:00
Shlomi Noach
02602302a0 more attempts at session time zone 2018-10-16 11:25:46 +03:00
Shlomi Noach
9512a2de40 forcinf UTC timezone 2018-10-16 10:30:19 +03:00
Shlomi Noach
b8e02df0fe reading original_sql_mode once 2018-10-16 10:22:59 +03:00
Shlomi Noach
789d247d83 localtests support throttle flag file 2018-10-16 09:47:30 +03:00
Shlomi Noach
9f81a23046
Merge pull request #650 from evaldasg/patch-1
Add sql snippets highlighting
2018-10-15 11:58:19 +03:00
Evaldas Grudzinskas
eb529065bf
Add sql snippets highlighting 2018-10-15 11:51:02 +03:00
Shlomi Noach
d5f0f011da
Merge pull request #641 from jacobbednarz/add-dry-run-env
Populate the hooks environment with dry run status
2018-10-04 08:04:29 +03:00
Shlomi Noach
60398e774f
Merge branch 'master' into add-dry-run-env 2018-10-02 14:08:08 +03:00
Shlomi Noach
2871843622
Merge pull request #644 from github/deadlock-rtries
Fix to retry logic in row copy
2018-10-02 08:11:59 +03:00
Shlomi Noach
7bd338faf7 Fix to retry logic in row copy 2018-09-20 10:49:21 +03:00
Jacob Bednarz
09a005d79e
Populate the env with dry run status
Updates the `applyEnvironmentVariables` function to populate whether or
not the current execution context is running as a dry run or not which
can then be used in hooks.
2018-09-18 14:41:26 +10:00
Shlomi Noach
17b170dd1f
Merge pull request #611 from wfxiang08/dev_copyrow_hangs
fix copyRowsFunc hangs bug
2018-09-17 09:33:06 +03:00
Shlomi Noach
695e32d41b
Merge branch 'master' into dev_copyrow_hangs 2018-09-17 08:42:03 +03:00
Shlomi Noach
1e067e5a37
Merge pull request #634 from github/gcp
Support for GCP (Google Cloud Platform)
2018-09-04 07:22:17 +03:00
Shlomi Noach
32f1cf1dbe Support for GCP (Google Cloud Platform) 2018-09-02 09:51:40 +03:00
wangfei
c7dff99a19 fix copyRowsFunc hangs bug 2018-07-26 03:02:12 +08:00
Shlomi Noach
d2726c77f8
Merge pull request #606 from ealter/patch-1
Fix a small typo in the documentation
2018-06-26 08:20:08 +03:00
Eliot Alter
441f6331fd
Fix a small typo in the documentation 2018-06-25 15:33:02 -07:00
Shlomi Noach
6524a15ed3 release 1.0.46 2018-05-28 07:49:51 +03:00
Shlomi Noach
80102dde89
Merge pull request #595 from github/support-generated-columns
Support for GENERATED (aka virtual) columns
2018-05-28 07:48:35 +03:00
Shlomi Noach
b93120413b
Merge branch 'master' into support-generated-columns 2018-05-27 23:25:57 +03:00
Shlomi Noach
582e44a293
Merge pull request #599 from github/build-packaging
Build packaging
2018-05-27 21:05:35 +03:00
Shlomi Noach
609890aec1 only create builddir for linux 2018-05-27 21:03:44 +03:00
Shlomi Noach
0454c5ecb0 do not delete during build 2018-05-27 21:02:00 +03:00
Shlomi Noach
7da0cbc270 /tmp/gh-ost-release 2018-05-27 20:59:58 +03:00
Shlomi Noach
33e5974549 working directory 2018-05-27 20:53:18 +03:00
Shlomi Noach
460b15d827 rpm and deb 2018-05-27 20:49:08 +03:00
Shlomi Noach
d20903e260 Package builds 2018-05-27 20:29:09 +03:00
Shlomi Noach
2c6b79c4e7 test: add generated column 2018-05-22 14:09:48 +03:00
Shlomi Noach
5275ad9342 updated docs 2018-05-22 13:05:12 +03:00
Shlomi Noach
03b8dadda6 added generated column rename test 2018-05-22 12:55:57 +03:00
Shlomi Noach
db871b42c4 Support for GENERATED (aka virtual) columns 2018-05-22 12:36:52 +03:00
Shlomi Noach
bba8b257d1
Merge pull request #592 from github/changelog-table-exec-no-prepare
avoid prepared statements for changelog table
2018-05-22 08:25:46 +03:00
Shlomi Noach
dfeefed5dc avoid prepared statements for changelog table 2018-05-20 13:46:33 +03:00
Shlomi Noach
d37ad9c8d4
Merge pull request #539 from github/incorrect-datetime-1970
Incorrect datetime 1970
2018-05-20 12:11:42 +03:00
Shlomi Noach
1f772dfcd9 experiment done: restoring patch 2018-05-15 15:07:12 +03:00
Shlomi Noach
0f9a26ef6c experiment: removing patch 2018-05-15 14:03:10 +03:00
Shlomi Noach
08637009a6 supporting modified sql_mode 2018-05-15 13:47:33 +03:00
Shlomi Noach
80387d9160 experiment: handle zero MYSQL_TYPE_DATETIME 2018-05-15 12:45:45 +03:00