mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Made upgrade compatibility in 5.0 range to latest build version
This commit is contained in:
commit
0392ab9c69
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ void ndbSetOwnVersion() {}
|
|||
|
||||
#ifndef TEST_VERSION
|
||||
struct NdbUpGradeCompatible ndbCompatibleTable_full[] = {
|
||||
{ MAKE_VERSION(5,0,NDB_VERSION_BUILD), MAKE_VERSION(5,0,3), UG_Range},
|
||||
{ MAKE_VERSION(5,0,3), MAKE_VERSION(5,0,2), UG_Exact },
|
||||
{ MAKE_VERSION(4,1,12), MAKE_VERSION(4,1,10), UG_Range },
|
||||
{ MAKE_VERSION(4,1,10), MAKE_VERSION(4,1,9), UG_Exact },
|
||||
|
|
Loading…
Reference in a new issue