Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
545fac62
Commit
545fac62
authored
Nov 27, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mysys/my_getpagesize as source file foir mysql_upgrade
Don't link mysql_upgrade with mysys
parent
a45b64b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/CMakeLists.txt
client/CMakeLists.txt
+2
-2
No files found.
client/CMakeLists.txt
View file @
545fac62
...
...
@@ -65,8 +65,8 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlclient mysys dbug yassl taocrypt zlib wsock
ADD_EXECUTABLE
(
mysqlimport mysqlimport.c
)
TARGET_LINK_LIBRARIES
(
mysqlimport mysqlclient mysys dbug yassl taocrypt zlib wsock32
)
ADD_EXECUTABLE
(
mysql_upgrade mysql_upgrade.c
)
TARGET_LINK_LIBRARIES
(
mysql_upgrade mysqlclient
mysys
dbug yassl taocrypt zlib wsock32
)
ADD_EXECUTABLE
(
mysql_upgrade mysql_upgrade.c
../mysys/my_getpagesize.c
)
TARGET_LINK_LIBRARIES
(
mysql_upgrade mysqlclient dbug yassl taocrypt zlib wsock32
)
ADD_EXECUTABLE
(
mysqlshow mysqlshow.c
)
TARGET_LINK_LIBRARIES
(
mysqlshow mysqlclient mysys dbug yassl taocrypt zlib wsock32
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment