Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
668ff0b6
Commit
668ff0b6
authored
Dec 05, 2019
by
Steven Murray
Browse files
Fixed bug with mispelled MySQL data types
parent
09b7a171
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/CMakeLists.txt
View file @
668ff0b6
...
...
@@ -111,8 +111,8 @@ add_custom_command (OUTPUT sqlite_catalogue_schema.sql mysql_catalogue_schema.sq
${
CMAKE_CURRENT_SOURCE_DIR
}
/mysql_catalogue_schema_header.sql
${
CMAKE_CURRENT_SOURCE_DIR
}
/common_catalogue_schema.sql
${
CMAKE_CURRENT_SOURCE_DIR
}
/mysql_catalogue_schema_trailer.sql
| sed 's/UINT16TYPE/SMALLINT
_
UNSIGNED/g'
| sed 's/UINT32TYPE/INT
_
UNSIGNED/g'
| sed 's/UINT16TYPE/SMALLINT
UNSIGNED/g'
| sed 's/UINT32TYPE/INT
UNSIGNED/g'
| sed 's/UINT64TYPE/BIGINT UNSIGNED/g'
| sed 's/NUMERIC\
(
[^\
)
]*\
)
/BIGINT UNSIGNED/g'
| sed 's/CHECKSUM_BLOB_TYPE/VARBINARY\
(
200\
)
/g'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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