mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Portability fixes (mostly test suite)
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working
This commit is contained in:
@ -2593,8 +2593,8 @@ int main(int argc, char **argv)
|
||||
{
|
||||
char file_path[FN_REFLEN];
|
||||
my_path(file_path, argv[0], ""); /* Find name in path */
|
||||
fn_format(file_path,argv[0],file_path,"",MY_REPLACE_DIR+
|
||||
MY_UNPACK_FILENAME | MY_RESOLVE_SYMLINKS);
|
||||
fn_format(file_path,argv[0],file_path,"",
|
||||
MY_REPLACE_DIR | MY_UNPACK_FILENAME | MY_RESOLVE_SYMLINKS);
|
||||
if (argc == 2)
|
||||
{
|
||||
if (!default_service_handling(argv, MYSQL_SERVICENAME, MYSQL_SERVICENAME,
|
||||
|
Reference in New Issue
Block a user