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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
26f3c337
Commit
26f3c337
authored
Jan 31, 2012
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a couple of fixes for tests
parent
b6a82a7c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
mysql-test/r/information_schema-big.result
mysql-test/r/information_schema-big.result
+0
-2
mysql-test/t/variables-big.test
mysql-test/t/variables-big.test
+0
-2
sql/CMakeLists.txt
sql/CMakeLists.txt
+1
-6
No files found.
mysql-test/r/information_schema-big.result
View file @
26f3c337
...
...
@@ -54,7 +54,6 @@ TRIGGERS TRIGGER_SCHEMA
USER_PRIVILEGES GRANTEE
USER_STATISTICS USER
VIEWS TABLE_SCHEMA
PBXT_STATISTICS ID
XTRADB_ADMIN_COMMAND result_message
SELECT t.table_name, c1.column_name
FROM information_schema.tables t
...
...
@@ -107,5 +106,4 @@ TRIGGERS TRIGGER_SCHEMA
USER_PRIVILEGES GRANTEE
USER_STATISTICS USER
VIEWS TABLE_SCHEMA
PBXT_STATISTICS ID
XTRADB_ADMIN_COMMAND result_message
mysql-test/t/variables-big.test
View file @
26f3c337
...
...
@@ -74,5 +74,3 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5;
SHOW
PROCESSLIST
;
--
enable_warnings
SET
@@
session
.
transaction_prealloc_size
=
@
def_var
;
sql/CMakeLists.txt
View file @
26f3c337
...
...
@@ -340,9 +340,4 @@ IF(WIN32)
mysql_upgrade_service.cc
COMPONENT Server
)
TARGET_LINK_LIBRARIES
(
mysql_upgrade_service mysys winservice
)
ENDIF
()
ADD_CUSTOM_TARGET
(
show-dist-name
COMMAND
${
CMAKE_COMMAND
}
-E echo
"
${
CPACK_PACKAGE_FILE_NAME
}
"
)
ENDIF
(
WIN32
)
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