File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -2244,25 +2244,6 @@ row_upd_store_row(
2244
2244
}
2245
2245
}
2246
2246
2247
- /* **********************************************************/ /* *
2248
- Print a MBR data from disk */
2249
- static
2250
- void
2251
- srv_mbr_print (const byte* data)
2252
- {
2253
- double a, b, c, d;
2254
- a = mach_double_read (data);
2255
- data += sizeof (double );
2256
- b = mach_double_read (data);
2257
- data += sizeof (double );
2258
- c = mach_double_read (data);
2259
- data += sizeof (double );
2260
- d = mach_double_read (data);
2261
-
2262
- ib::info () << " GIS MBR INFO: " << a << " and " << b << " , " << c
2263
- << " , " << d << " \n " ;
2264
- }
2265
-
2266
2247
/* **********************************************************/ /* *
2267
2248
Updates a secondary index entry of a row.
2268
2249
@return DB_SUCCESS if operation successfully completed, else error
@@ -2426,8 +2407,6 @@ row_upd_sec_index_entry(
2426
2407
<< " of table " << index->table ->name
2427
2408
<< " was not found on update: " << *entry
2428
2409
<< " at: " << rec_index_print (rec, index);
2429
- if (entry->fields [0 ].data )
2430
- srv_mbr_print ((unsigned char *)entry->fields [0 ].data );
2431
2410
#ifdef UNIV_DEBUG
2432
2411
mtr_commit (&mtr);
2433
2412
mtr_start (&mtr);
You can’t perform that action at this time.
0 commit comments