2690404
--- a/mysql_stubs.c	2019-11-12 14:44:56.000000000 -0700
2690404
+++ b/mysql_stubs.c	2022-01-02 10:57:29.038142103 -0700
2690404
@@ -437,6 +437,9 @@ struct custom_operations res_ops = {
2690404
 #if defined(custom_compare_ext_default)
2690404
   custom_compare_ext_default,
2690404
 #endif
2690404
+#if defined(custom_fixed_length_default)
2690404
+  custom_fixed_length_default,
2690404
+#endif
2690404
 };
2690404
 
2690404
 /*
2690404
@@ -900,6 +903,9 @@ struct custom_operations stmt_ops = {
2690404
 #if defined(custom_compare_ext_default)
2690404
   custom_compare_ext_default,
2690404
 #endif
2690404
+#if defined(custom_fixed_length_default)
2690404
+  custom_fixed_length_default,
2690404
+#endif
2690404
 };
2690404
 
2690404
 
2690404
@@ -1073,6 +1079,9 @@ struct custom_operations stmt_result_ops
2690404
 #if defined(custom_compare_ext_default)
2690404
   custom_compare_ext_default,
2690404
 #endif
2690404
+#if defined(custom_fixed_length_default)
2690404
+  custom_fixed_length_default,
2690404
+#endif
2690404
 };
2690404
 
2690404
 value