Skip to content

Commit 5c93509

Browse files
committed
After-merge fix: Correct a copyright statement
In the merge c51f85f the files row0trunc.cc and read0read.cc were not supposed to be changed in MariaDB 10.3. The row0trunc.cc code that was changed in MariaDB 10.2 commit 3db94d2 does not exist, because it was removed earlier in 10.3 commit 5a1868b. When it comes to read0read.cc, as explained in the 10.2 commit e0271a7 the code had been moved to trx0sys.h in 10.3. In 10.3 commit 380069c appproriate mutex protection was added to checking the transaction system state. The assertion expression was properly updated in the earlier merge commit acf6f92.
1 parent c51f85f commit 5c93509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/read/read0read.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
33
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All Rights Reserved.
4-
Copyright (c) 2019, MariaDB Corporation.
4+
Copyright (c) 2018, 2019, MariaDB Corporation.
55
66
This program is free software; you can redistribute it and/or modify it under
77
the terms of the GNU General Public License as published by the Free Software

0 commit comments

Comments
 (0)