mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-11941 - Lintian complains about executable bits
Revoked executable bit from files that are not supposed to be executed directly. Removed interpreted from files that are not supposed to be executed directly. Added interpreter to files that are supposed to be executed directly.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#/bin/sh -xe
|
||||
#!/bin/sh -xe
|
||||
|
||||
# simply run me from mysql-test/
|
||||
cd std_data/
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/perl
|
||||
# Convert tablespace flags to the format understood by MariaDB 10.1.0..10.1.20,
|
||||
# with the assumption that the flags were correct.
|
||||
|
||||
|
0
mysql-test/suite/parts/r/partition_exch_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_myisam_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_myisam_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_11.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_11.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_14.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_14.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_3.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_3.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_4_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_4_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_4_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_4_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_5_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_5_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_5_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_5_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_6.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_6.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_7_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_7_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_7_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_7_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_8_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_8_innodb.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_8_myisam.result
Executable file → Normal file
0
mysql-test/suite/parts/r/partition_exch_qa_8_myisam.result
Executable file → Normal file
1
mysql-test/t/long_tmpdir-master.sh
Executable file → Normal file
1
mysql-test/t/long_tmpdir-master.sh
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
|
||||
test -d "$d" || mkdir "$d"
|
||||
rm -f "$d"/*
|
||||
|
1
mysql-test/t/lowercase_mixed_tmpdir-master.sh
Executable file → Normal file
1
mysql-test/t/lowercase_mixed_tmpdir-master.sh
Executable file → Normal file
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
# This test requires a non-lowercase tmpdir directory on a case-sensitive
|
||||
# filesystem.
|
||||
|
||||
|
0
mysql-test/t/lowercase_mixed_tmpdir_innodb-master.sh
Executable file → Normal file
0
mysql-test/t/lowercase_mixed_tmpdir_innodb-master.sh
Executable file → Normal file
@ -73,6 +73,23 @@ IF(UNIX)
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
# Configure two scripts from one 'in' file.
|
||||
# The maria_add_gis_sp.sql - to be sent to 'mysql' tool
|
||||
# and the maria_add_gis_sp_bootstrap.sql, that can be sent to
|
||||
# the server as a bootstrap command.
|
||||
|
||||
SET(ADD_GIS_SP_SET_DELIMITER "delimiter |")
|
||||
SET(ADD_GIS_SP_RESET_DELIMITER "delimiter ;")
|
||||
SET(ADD_GIS_SP_EOL "|")
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/maria_add_gis_sp.sql.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp.sql ESCAPE_QUOTES @ONLY)
|
||||
|
||||
SET(ADD_GIS_SP_SET_DELIMITER "")
|
||||
SET(ADD_GIS_SP_RESET_DELIMITER "")
|
||||
SET(ADD_GIS_SP_EOL ";")
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/maria_add_gis_sp.sql.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp_bootstrap.sql ESCAPE_QUOTES @ONLY)
|
||||
|
||||
INSTALL(FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql
|
||||
@ -80,6 +97,8 @@ INSTALL(FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/fill_help_tables.sql
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mysql_test_data_timezone.sql
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/mysql_to_mariadb.sql
|
||||
${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp.sql
|
||||
${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp_bootstrap.sql
|
||||
${FIX_PRIVILEGES_SQL}
|
||||
DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server
|
||||
)
|
||||
@ -270,13 +289,14 @@ IF(WIN32)
|
||||
ENDFOREACH()
|
||||
ELSE()
|
||||
IF(WITH_WSREP)
|
||||
SET(WSREP_BINARIES
|
||||
wsrep_sst_common
|
||||
SET(WSREP_SCRIPTS
|
||||
wsrep_sst_mysqldump
|
||||
wsrep_sst_rsync
|
||||
wsrep_sst_xtrabackup
|
||||
wsrep_sst_xtrabackup-v2
|
||||
)
|
||||
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/wsrep_sst_common
|
||||
DESTINATION ${INSTALL_BINDIR} COMPONENT Server)
|
||||
ENDIF()
|
||||
IF (NOT WITHOUT_SERVER)
|
||||
SET(SERVER_SCRIPTS
|
||||
@ -302,7 +322,7 @@ ELSE()
|
||||
mytop
|
||||
mysqlhotcopy
|
||||
${SERVER_SCRIPTS}
|
||||
${WSREP_BINARIES}
|
||||
${WSREP_SCRIPTS}
|
||||
${SYSTEMD_SCRIPTS}
|
||||
)
|
||||
FOREACH(file ${BIN_SCRIPTS})
|
||||
@ -328,29 +348,6 @@ ELSE()
|
||||
ENDFOREACH()
|
||||
ENDIF()
|
||||
|
||||
# Configure two scripts from one 'in' file.
|
||||
# The maria_add_gis_sp.sql - to be sent to 'mysql' tool
|
||||
# and the maria_add_gis_sp_bootstrap.sql, that can be sent to
|
||||
# the server as a bootstrap command.
|
||||
|
||||
SET(ADD_GIS_SP_SET_DELIMITER "delimiter |")
|
||||
SET(ADD_GIS_SP_RESET_DELIMITER "delimiter ;")
|
||||
SET(ADD_GIS_SP_EOL "|")
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/maria_add_gis_sp.sql.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp.sql ESCAPE_QUOTES @ONLY)
|
||||
|
||||
SET(ADD_GIS_SP_SET_DELIMITER "")
|
||||
SET(ADD_GIS_SP_RESET_DELIMITER "")
|
||||
SET(ADD_GIS_SP_EOL ";")
|
||||
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/maria_add_gis_sp.sql.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp_bootstrap.sql ESCAPE_QUOTES @ONLY)
|
||||
|
||||
INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp.sql
|
||||
${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp_bootstrap.sql
|
||||
DESTINATION ${INSTALL_MYSQLSHAREDIR}
|
||||
COMPONENT Server
|
||||
)
|
||||
|
||||
# Install libgcc as mylibgcc.a
|
||||
IF(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_FLAGS MATCHES "-static")
|
||||
EXECUTE_PROCESS (
|
||||
|
@ -45,7 +45,8 @@ done
|
||||
# Intended to be run from build as ../storage/oqgraph/mysql-test/oqgraph/maintainer-general-record.sh
|
||||
|
||||
MGFILE=maintainer-general-record.sh
|
||||
echo '# This is a maintainer generated file. Generated at '`date`'.' > $MGFILE
|
||||
echo '#!/bin/sh' > $MGFILE
|
||||
echo '# This is a maintainer generated file. Generated at '`date`'.' >> $MGFILE
|
||||
for ENGINE in $ENGINES $ENGINES2 ; do
|
||||
echo mysql-test/mysql-test-run --record oqgraph.general-$ENGINE >> $MGFILE
|
||||
done
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# This is a maintainer generated file. Generated at Wednesday 5 February 22:26:12 CST 2014.
|
||||
mysql-test/mysql-test-run --record oqgraph.general-MyISAM
|
||||
mysql-test/mysql-test-run --record oqgraph.general-MEMORY
|
||||
|
Reference in New Issue
Block a user