There was an error while loading. Please reload this page.
1 parent a880ef5 commit c5ae2c4Copy full SHA for c5ae2c4
storage/innobase/fsp/fsp0file.cc
@@ -614,8 +614,8 @@ Datafile::find_space_id()
614
typedef std::map<
615
uint32_t,
616
617
-std::less<ulint>,
618
-ut_allocator<std::pair<const ulint, ulint> > >
+std::less<uint32_t>,
+ut_allocator<std::pair<const uint32_t, uint32_t> > >
619
Pages;
620
621
Pages verify;
storage/innobase/log/log0recv.cc
@@ -579,8 +579,8 @@ struct file_name_t {
579
580
581
file_name_t,
582
583
-ut_allocator<std::pair<const ulint, file_name_t> > >recv_spaces_t;
+ut_allocator<std::pair<const uint32_t, file_name_t> > >recv_spaces_t;
584
585
static recv_spaces_trecv_spaces;
586
0 commit comments