Skip to content

Commit 168a806

Browse files
Bharathy Satishdahlerlend
authored andcommitted
Bug #33388069: ABI INCOMPATIBILITY after adding new member to
st_mysql_client_plugin Adding new member to st_mysql_client_plugin caused ABI incompatibility. This requires increasing the minor version of libmysqlclient. RB#27041 (cherry picked from commit f5217a4159a3e21ef20687f4da66f35ae62fb6fa)
1 parent 6bfceb7 commit 168a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/mysql_version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626

2727
SET(SHARED_LIB_MAJOR_VERSION "21")
28-
SET(SHARED_LIB_MINOR_VERSION "1")
28+
SET(SHARED_LIB_MINOR_VERSION "2")
2929
SET(PROTOCOL_VERSION "10")
3030

3131
# Generate "something" to trigger cmake rerun when MYSQL_VERSION changes

0 commit comments

Comments
 (0)