mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Totally misc.
This commit is contained in:
parent
597f5c87e5
commit
2f752f36aa
@ -349,7 +349,7 @@ global:
|
||||
KEYWORD_getTokens;
|
||||
|
||||
#--------------------------------------
|
||||
#functions needed by Solaris utilityes
|
||||
#functions needed by Solaris utilities
|
||||
SCH_ast;
|
||||
|
||||
#commented it out with new style of thd //Konstantin
|
||||
|
@ -3296,7 +3296,7 @@ static void define_update_action(
|
||||
*
|
||||
* Function
|
||||
* Define an action statement which, given a view
|
||||
* definition, will map a update to a record from
|
||||
* definition, will map an update to a record from
|
||||
* a view of a single relation into the
|
||||
* base relation.
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* PROGRAM: JRD Access Method
|
||||
* MODULE: thd.cpp
|
||||
* MODULE: ThreadData.cpp
|
||||
* DESCRIPTION: Thread support routines
|
||||
*
|
||||
* The contents of this file are subject to the Interbase Public
|
||||
|
@ -660,7 +660,8 @@ UCHAR* readNode(IndexNode* indexNode, UCHAR* pagePointer, SCHAR flags, bool leaf
|
||||
number |= (UINT64) (tmp & 0x7F) << 54; // We get 61 bits at this point!
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -711,7 +712,8 @@ UCHAR* readNode(IndexNode* indexNode, UCHAR* pagePointer, SCHAR flags, bool leaf
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -98,7 +98,7 @@ pid_t UTIL_start_process(const char* process, char** argv)
|
||||
/* add place in argv for visibility to "ps" */
|
||||
strcpy(argv[0], string);
|
||||
#if (defined SOLARIS_MT)
|
||||
pid_t pid =fork1();
|
||||
pid_t pid = fork1();
|
||||
if (!pid) {
|
||||
if (execv(string, argv) == -1) {
|
||||
/* ib_fprintf(ib_stderr, "Could not create child process %s with args %s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user