You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/mysqli/tests/mysqli_store_result_copy.phpt
+1-1
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ mysqlnd.fetch_data_copy=0
164
164
if (mysqli_get_server_version($link) > 50000) {
165
165
// let's try to play with stored procedures
166
166
mysqli_real_query($link, 'DROP PROCEDURE IF EXISTS p');
167
-
if (mysqli_real_query($link, 'CREATE PROCEDURE p(OUT ver_param VARCHAR(25)) READS SQL DATA BEGIN SELECT id FROM test WHERE id >= 100 ORDER BY id; SELECT id + 1, label FROM test WHERE id > 0 AND id < 3 ORDER BY id; SELECT VERSION() INTO ver_param;
167
+
if (mysqli_real_query($link, 'CREATE PROCEDURE p(OUT ver_param VARCHAR(40)) READS SQL DATA BEGIN SELECT id FROM test WHERE id >= 100 ORDER BY id; SELECT id + 1, label FROM test WHERE id > 0 AND id < 3 ORDER BY id; SELECT VERSION() INTO ver_param;
0 commit comments