mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Fixing comments.
This commit is contained in:
parent
faafe05d09
commit
cb74ecd1f9
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
**************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user