|
@@ -1,4 +1,4 @@
|
|
-CREATE DEFINER=`root`@`%` PROCEDURE `import_exam_students`(IN `batch_id` bigint)
|
|
|
|
|
|
+CREATE DEFINER = CURRENT_USER PROCEDURE `import_exam_students`(IN `batch_id` bigint)
|
|
BEGIN
|
|
BEGIN
|
|
declare total BIGINT(20);
|
|
declare total BIGINT(20);
|
|
declare count BIGINT(20);
|
|
declare count BIGINT(20);
|