Skip to content

Commit 4177181

Browse files
committed
Merge branch 'merge-tokudb-5.6' into 10.1
2 parents 25d216d + 24a0d7c commit 4177181

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+346
-28
lines changed

storage/tokudb/PerconaFT/ft/comparator.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
3131
3232
You should have received a copy of the GNU Affero General Public License
3333
along with PerconaFT. If not, see <http://www.gnu.org/licenses/>.
34+
35+
----------------------------------------
36+
37+
Licensed under the Apache License, Version 2.0 (the "License");
38+
you may not use this file except in compliance with the License.
39+
You may obtain a copy of the License at
40+
41+
http://www.apache.org/licenses/LICENSE-2.0
42+
43+
Unless required by applicable law or agreed to in writing, software
44+
distributed under the License is distributed on an "AS IS" BASIS,
45+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
46+
See the License for the specific language governing permissions and
47+
limitations under the License.
3448
======= */
3549

3650
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/ft/ft-ops.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4973,13 +4973,15 @@ int toku_ft_layer_init(void) {
49734973

49744974
// Portability must be initialized first
49754975
r = toku_portability_init();
4976+
assert(r==0);
49764977
if (r) {
49774978
goto exit;
49784979
}
49794980

49804981
toku_pfs_keys_init("fti");
49814982

49824983
r = db_env_set_toku_product_name("tokudb");
4984+
assert(r==0);
49834985
if (r) {
49844986
goto exit;
49854987
}

storage/tokudb/PerconaFT/ft/ft-status.cc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
3232
3333
You should have received a copy of the GNU Affero General Public License
3434
along with PerconaFT. If not, see <http://www.gnu.org/licenses/>.
35+
36+
----------------------------------------
37+
38+
Licensed under the Apache License, Version 2.0 (the "License");
39+
you may not use this file except in compliance with the License.
40+
You may obtain a copy of the License at
41+
42+
http://www.apache.org/licenses/LICENSE-2.0
43+
44+
Unless required by applicable law or agreed to in writing, software
45+
distributed under the License is distributed on an "AS IS" BASIS,
46+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
47+
See the License for the specific language governing permissions and
48+
limitations under the License.
3549
======= */
3650

3751
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/ft/ft-status.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
3232
3333
You should have received a copy of the GNU Affero General Public License
3434
along with PerconaFT. If not, see <http://www.gnu.org/licenses/>.
35+
36+
----------------------------------------
37+
38+
Licensed under the Apache License, Version 2.0 (the "License");
39+
you may not use this file except in compliance with the License.
40+
You may obtain a copy of the License at
41+
42+
http://www.apache.org/licenses/LICENSE-2.0
43+
44+
Unless required by applicable law or agreed to in writing, software
45+
distributed under the License is distributed on an "AS IS" BASIS,
46+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
47+
See the License for the specific language governing permissions and
48+
limitations under the License.
3549
======= */
3650

3751
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/locktree/keyrange.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
4545
distributed under the License is distributed on an "AS IS" BASIS,
4646
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4747
See the License for the specific language governing permissions and
48+
limitations under the License.
4849
======= */
4950

5051
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/locktree/keyrange.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
4545
distributed under the License is distributed on an "AS IS" BASIS,
4646
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4747
See the License for the specific language governing permissions and
48+
limitations under the License.
4849
======= */
4950

5051
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/locktree/lock_request.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
4545
distributed under the License is distributed on an "AS IS" BASIS,
4646
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4747
See the License for the specific language governing permissions and
48+
limitations under the License.
4849
======= */
4950

5051
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/locktree/lock_request.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
4545
distributed under the License is distributed on an "AS IS" BASIS,
4646
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4747
See the License for the specific language governing permissions and
48+
limitations under the License.
4849
======= */
4950

5051
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/locktree/locktree.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
4545
distributed under the License is distributed on an "AS IS" BASIS,
4646
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4747
See the License for the specific language governing permissions and
48+
limitations under the License.
4849
======= */
4950

5051
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

storage/tokudb/PerconaFT/locktree/locktree.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
4545
distributed under the License is distributed on an "AS IS" BASIS,
4646
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4747
See the License for the specific language governing permissions and
48+
limitations under the License.
4849
======= */
4950

5051
#ident "Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved."

0 commit comments

Comments
 (0)