ソースを参照

fix: remove extra EOF from mysql proto

If a table is absent in local set (i.e., if it is distributed), we twice
 fired 'eof' to the command 4 (show fields). That crushed cli mysql to
 the madness.

ref: #4052
Aleksey N. Vinogradov 3 週間 前
コミット
4e8c0bbbf5
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/netreceive_ql.cpp

+ 0 - 1
src/netreceive_ql.cpp

@@ -933,7 +933,6 @@ void SendTableSchema ( SqlRowBuffer_c & tSqlOut, CSphString sName )
 	auto pServed = GetServed ( sName );
 	auto pServed = GetServed ( sName );
 	if ( !pServed )
 	if ( !pServed )
 	{
 	{
-		tSqlOut.Eof();
 		return;
 		return;
 	}
 	}