8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:03:04 +01:00

Fixing comments.

This commit is contained in:
robocop 2004-12-22 08:50:47 +00:00
parent faafe05d09
commit cb74ecd1f9
2 changed files with 3 additions and 3 deletions

View File

@ -7223,7 +7223,7 @@ static jrd_nod* optimize_like(thread_db* tdbb, jrd_nod* like_node)
* into a "starting with" AND a "like". This
* will allow us to use the index for the
* starting with, and the LIKE can just tag
* aSLONG for the ride.
* along for the ride.
* But on the ride it does useful work, consider
* match LIKE "ab%c". This is optimized by adding
* AND starting_with "ab", but the LIKE clause is

View File

@ -93,7 +93,7 @@ THREAD_ENTRY_DECLARE GSEC_main(THREAD_ENTRY_PARAM arg)
{
/**********************************************
*
* m a i n _ g s e c
* G S E C _ m a i n
*
**********************************************
* Functional Description:
@ -168,7 +168,7 @@ int common_main(int argc,
{
/**************************************
*
* U T I L _ g s e c
* c o m m o n _ m a i n
*
**************************************
*