This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 6beafa5af4e branch-3.1: [fix](p0)Fix prepare stmt case failure. #53435 
(#53461)
6beafa5af4e is described below

commit 6beafa5af4ebd699123e818672c5ae7761f5e65e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 18 10:54:28 2025 +0800

    branch-3.1: [fix](p0)Fix prepare stmt case failure. #53435 (#53461)
    
    Cherry-picked from #53435
    
    Co-authored-by: James <[email protected]>
---
 regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy 
b/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
index c333035a945..353b4b4552f 100644
--- a/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
+++ b/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
@@ -61,6 +61,7 @@ suite("test_prepared_stmt", "nonConcurrent") {
         qt_sql """select * from  ${tableName} order by 1, 2, 3"""
         sql "set global max_prepared_stmt_count = 10000"
         sql "set enable_fallback_to_original_planner = false"
+        sql """set global enable_server_side_prepared_statement = true"""
 
         def stmt_read = prepareStatement "select * from ${tableName} where k1 
= ? order by k1"
         assertEquals(com.mysql.cj.jdbc.ServerPreparedStatement, 
stmt_read.class)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to